Class ProdSubstnCtrl.ProdSubstnCtrlBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutioncontrol.ProdSubstnCtrl.ProdSubstnCtrlBuilder
- Enclosing class:
- ProdSubstnCtrl
Helper class to allow for fluent creation of ProdSubstnCtrl instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()controlGroup(Prodsubstnctrl_2... value) Navigation property _ControlGroup for ProdSubstnCtrl to multiple Prodsubstnctrl_2.createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12mDSubstnControl(String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20mDSubstnHasDefaultGroup(Boolean mDSubstnHasDefaultGroup) Constraints: Not nullablemDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30text(Prodsubstngrptxtctrl... value) Navigation property _Text for ProdSubstnCtrl to multiple Prodsubstngrptxtctrl.toString()
-
Method Details
-
controlGroup
Navigation property _ControlGroup for ProdSubstnCtrl to multiple Prodsubstnctrl_2.- Parameters:
value- The Prodsubstnctrl_2s to build this ProdSubstnCtrl with.- Returns:
- This Builder to allow for a fluent interface.
-
text
Navigation property _Text for ProdSubstnCtrl to multiple Prodsubstngrptxtctrl.- Parameters:
value- The Prodsubstngrptxtctrls to build this ProdSubstnCtrl with.- Returns:
- This Builder to allow for a fluent interface.
-
mDSubstnObjectType
@Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder 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.ProdSubstnCtrlBuilder mDSubstnControl(@Nullable String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnControl
- Returns:
this.
-
mDSubstnHasDefaultGroup
@Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder mDSubstnHasDefaultGroup(@Nullable Boolean mDSubstnHasDefaultGroup) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnHasDefaultGroup
- Returns:
this.
-
createdByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
_Messages
@Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-