Class Warehouse.WarehouseBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.Warehouse.WarehouseBuilder
- Enclosing class:
- Warehouse
Helper class to allow for fluent creation of Warehouse instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()(Key Field) Constraints: Not nullable, Maximum length: 4warehouseStorageType(WarehouseStorageType... value) Navigation property to_WarehouseStorageType for Warehouse to multiple WarehouseStorageType.warehouseText(WarehouseText... value) Navigation property to_WarehouseText for Warehouse to multiple WarehouseText.
-
Method Details
-
warehouseStorageType
Navigation property to_WarehouseStorageType for Warehouse to multiple WarehouseStorageType.- Parameters:
value- The WarehouseStorageTypes to build this Warehouse with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouseText
Navigation property to_WarehouseText for Warehouse to multiple WarehouseText.- Parameters:
value- The WarehouseTexts to build this Warehouse with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
build
-
toString
-