Class ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup.ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder
Enclosing class:
ProdSubstnGrpTxt

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

    • group

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

      @Nonnull public ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder 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 ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder 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 ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder 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 ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder mDSubstnGroupDescription(@Nullable String mDSubstnGroupDescription)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: MDSubstnGroupDescription

      Returns:
      this.
    • build

      @Nonnull public ProdSubstnGrpTxt build()
    • toString

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