Class WarehouseStorageType.WarehouseStorageTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.WarehouseStorageType.WarehouseStorageTypeBuilder
- Enclosing class:
- WarehouseStorageType
Helper class to allow for fluent creation of WarehouseStorageType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()storageType(String storageType) (Key Field) Constraints: Not nullable, Maximum length: 4toString()(Key Field) Constraints: Not nullable, Maximum length: 4Navigation property to_WarehouseStorageTypeText for WarehouseStorageType to multiple WarehouseStorageTypeText.
-
Method Details
-
warehouseStorageTypeText
@Nonnull public WarehouseStorageType.WarehouseStorageTypeBuilder warehouseStorageTypeText(WarehouseStorageTypeText... value) Navigation property to_WarehouseStorageTypeText for WarehouseStorageType to multiple WarehouseStorageTypeText.- Parameters:
value- The WarehouseStorageTypeTexts to build this WarehouseStorageType with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouse
@Nonnull public WarehouseStorageType.WarehouseStorageTypeBuilder warehouse(@Nullable String warehouse) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
storageType
@Nonnull public WarehouseStorageType.WarehouseStorageTypeBuilder storageType(@Nullable String storageType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageType
- Returns:
this.
-
build
-
toString
-