Class StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.storagelocationsubstitutiongroup.StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder
- Enclosing class:
- StorageLocationSubstnGrpTxt
public static final class StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder
extends Object
Helper class to allow for fluent creation of StorageLocationSubstnGrpTxt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()group(StorageLocationSubstnGrp value) Navigation property _Group for StorageLocationSubstnGrpTxt to single StorageLocationSubstnGrp.(Key Field) Constraints: Not nullable, Maximum length: 2mDSubstnGroup(String mDSubstnGroup) (Key Field) Constraints: Not nullable, Maximum length: 20mDSubstnGroupDescription(String mDSubstnGroupDescription) Constraints: Not nullable, Maximum length: 60mDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
group
@Nonnull public StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder group(StorageLocationSubstnGrp value) Navigation property _Group for StorageLocationSubstnGrpTxt to single StorageLocationSubstnGrp.- Parameters:
value- The StorageLocationSubstnGrp to build this StorageLocationSubstnGrpTxt with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
mDSubstnObjectType
@Nonnull public StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder mDSubstnObjectType(@Nullable String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MDSubstnObjectType
- Returns:
this.
-
mDSubstnGroup
@Nonnull public StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder mDSubstnGroup(@Nullable String mDSubstnGroup) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
this.
-
mDSubstnGroupDescription
@Nonnull public StorageLocationSubstnGrpTxt.StorageLocationSubstnGrpTxtBuilder mDSubstnGroupDescription(@Nullable String mDSubstnGroupDescription) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MDSubstnGroupDescription
- Returns:
this.
-
build
-
toString
-