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