Modifier and Type | Method and Description |
---|---|
Warehouse |
build() |
String |
toString() |
Warehouse.WarehouseBuilder |
warehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Warehouse.WarehouseBuilder |
warehouseStorageType(WarehouseStorageType... value)
Navigation property to_WarehouseStorageType for Warehouse to multiple
WarehouseStorageType.
|
Warehouse.WarehouseBuilder |
warehouseText(WarehouseText... value)
Navigation property to_WarehouseText for Warehouse to multiple WarehouseText.
|
@Nonnull public Warehouse.WarehouseBuilder warehouseStorageType(WarehouseStorageType... value)
value
- The WarehouseStorageTypes to build this Warehouse with.@Nonnull public Warehouse.WarehouseBuilder warehouseText(WarehouseText... value)
value
- The WarehouseTexts to build this Warehouse with.@Nonnull public Warehouse.WarehouseBuilder warehouse(@Nullable String warehouse)
Original property name from the Odata EDM: Warehouse
All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number.
this
.Copyright © 2021 SAP SE. All rights reserved.