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