Class StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.storagelocationsubstitutioncontrol.StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder
- Enclosing class:
- StorageLocationSubstnCtrlTxt
public static final class StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder
extends Object
Helper class to allow for fluent creation of StorageLocationSubstnCtrlTxt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()control(StorageLocationSubstnCtrl value) Navigation property _Control for StorageLocationSubstnCtrlTxt to single StorageLocationSubstnCtrl.(Key Field) Constraints: Not nullable, Maximum length: 2mDSubstnControl(String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20mDSubstnControlDescription(String mDSubstnControlDescription) Constraints: Not nullable, Maximum length: 60mDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
control
@Nonnull public StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder control(StorageLocationSubstnCtrl value) Navigation property _Control for StorageLocationSubstnCtrlTxt to single StorageLocationSubstnCtrl.- Parameters:
value- The StorageLocationSubstnCtrl to build this StorageLocationSubstnCtrlTxt with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
mDSubstnObjectType
@Nonnull public StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder mDSubstnObjectType(@Nullable String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MDSubstnObjectType
- Returns:
this.
-
mDSubstnControl
@Nonnull public StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder mDSubstnControl(@Nullable String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnControl
- Returns:
this.
-
mDSubstnControlDescription
@Nonnull public StorageLocationSubstnCtrlTxt.StorageLocationSubstnCtrlTxtBuilder mDSubstnControlDescription(@Nullable String mDSubstnControlDescription) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MDSubstnControlDescription
- Returns:
this.
-
build
-
toString
-