Class ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup.ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder
- Enclosing class:
- ProdSubstnGrpTxt
Helper class to allow for fluent creation of ProdSubstnGrpTxt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()group(ProdSubstnGrp value) Navigation property _Group for ProdSubstnGrpTxt to single ProdSubstnGrp.(Key Field) Constraints: Not nullable, Maximum length: 2mDSubstnGroup(String mDSubstnGroup) (Key Field) Constraints: Not nullable, Maximum length: 20mDSubstnGroupDescription(String mDSubstnGroupDescription) Constraints: Not nullable, Maximum length: 60mDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
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
(Key Field) Constraints: Not nullable, Maximum length: 2Original 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: 30Original 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: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
this.
-
mDSubstnGroupDescription
@Nonnull public ProdSubstnGrpTxt.ProdSubstnGrpTxtBuilder mDSubstnGroupDescription(@Nullable String mDSubstnGroupDescription) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MDSubstnGroupDescription
- Returns:
this.
-
build
-
toString
-