Class PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup.PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder
Enclosing class:
PlantSubstnGrpTxt

public static final class PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder extends Object
Helper class to allow for fluent creation of PlantSubstnGrpTxt instances.
  • Method Details

    • group

      Navigation property _Group for PlantSubstnGrpTxt to single PlantSubstnGrp.
      Parameters:
      value - The PlantSubstnGrp to build this PlantSubstnGrpTxt with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • mDSubstnObjectType

      @Nonnull public PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder mDSubstnObjectType(@Nullable String mDSubstnObjectType)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: MDSubstnObjectType

      Returns:
      this.
    • mDSubstnGroup

      @Nonnull public PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder mDSubstnGroup(@Nullable String mDSubstnGroup)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: MDSubstnGroup

      Returns:
      this.
    • mDSubstnGroupDescription

      @Nonnull public PlantSubstnGrpTxt.PlantSubstnGrpTxtBuilder mDSubstnGroupDescription(@Nullable String mDSubstnGroupDescription)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: MDSubstnGroupDescription

      Returns:
      this.
    • build

      @Nonnull public PlantSubstnGrpTxt build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object