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