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