Class ProdSubstnGrp.ProdSubstnGrpBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup.ProdSubstnGrp.ProdSubstnGrpBuilder
- Enclosing class:
- ProdSubstnGrp
Helper class to allow for fluent creation of ProdSubstnGrp instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()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: 12mDSubstnGroup(String mDSubstnGroup) (Key Field) Constraints: Not nullable, Maximum length: 20mDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30mDSubstnStatus(String mDSubstnStatus) Constraints: Not nullable, Maximum length: 1text(ProdSubstnGrpTxt... value) Navigation property _Text for ProdSubstnGrp to multiple ProdSubstnGrpTxt.toString()
-
Method Details
-
text
Navigation property _Text for ProdSubstnGrp to multiple ProdSubstnGrpTxt.- Parameters:
value- The ProdSubstnGrpTxts to build this ProdSubstnGrp with.- Returns:
- This Builder to allow for a fluent interface.
-
mDSubstnObjectType
@Nonnull public ProdSubstnGrp.ProdSubstnGrpBuilder mDSubstnObjectType(@Nullable String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MDSubstnObjectType
- Returns:
this.
-
mDSubstnGroup
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
this.
-
mDSubstnStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MDSubstnStatus
- Returns:
this.
-
createdByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public ProdSubstnGrp.ProdSubstnGrpBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public ProdSubstnGrp.ProdSubstnGrpBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProdSubstnGrp.ProdSubstnGrpBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
_Messages
@Nonnull public ProdSubstnGrp.ProdSubstnGrpBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-