Class Prodsubstngrptxtctrl.ProdsubstngrptxtctrlBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutioncontrol.Prodsubstngrptxtctrl.ProdsubstngrptxtctrlBuilder
- Enclosing class:
- Prodsubstngrptxtctrl
Helper class to allow for fluent creation of Prodsubstngrptxtctrl instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()control(ProdSubstnCtrl value) Navigation property _Control for Prodsubstngrptxtctrl to single ProdSubstnCtrl.(Key Field) Constraints: Not nullable, Maximum length: 2mDSubstnControl(String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20mDSubstnControlDescription(String mDSubstnControlDescription) Constraints: Not nullable, Maximum length: 60mDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
control
Navigation property _Control for Prodsubstngrptxtctrl to single ProdSubstnCtrl.- Parameters:
value- The ProdSubstnCtrl to build this Prodsubstngrptxtctrl with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public Prodsubstngrptxtctrl.ProdsubstngrptxtctrlBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
mDSubstnObjectType
@Nonnull public Prodsubstngrptxtctrl.ProdsubstngrptxtctrlBuilder mDSubstnObjectType(@Nullable String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MDSubstnObjectType
- Returns:
this.
-
mDSubstnControl
@Nonnull public Prodsubstngrptxtctrl.ProdsubstngrptxtctrlBuilder mDSubstnControl(@Nullable String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnControl
- Returns:
this.
-
mDSubstnControlDescription
@Nonnull public Prodsubstngrptxtctrl.ProdsubstngrptxtctrlBuilder mDSubstnControlDescription(@Nullable String mDSubstnControlDescription) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MDSubstnControlDescription
- Returns:
this.
-
build
-
toString
-