public static final class WarehouseStorageType.WarehouseStorageTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
WarehouseStorageType |
build() |
WarehouseStorageType.WarehouseStorageTypeBuilder |
storageType(String storageType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
WarehouseStorageType.WarehouseStorageTypeBuilder |
warehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
WarehouseStorageType.WarehouseStorageTypeBuilder |
warehouseStorageTypeText(WarehouseStorageTypeText... value)
Navigation property to_WarehouseStorageTypeText for WarehouseStorageType to multiple
WarehouseStorageTypeText.
|
@Nonnull public WarehouseStorageType.WarehouseStorageTypeBuilder warehouseStorageTypeText(WarehouseStorageTypeText... value)
value
- The WarehouseStorageTypeTexts to build this WarehouseStorageType with.@Nonnull public WarehouseStorageType.WarehouseStorageTypeBuilder 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
.@Nonnull public WarehouseStorageType.WarehouseStorageTypeBuilder storageType(@Nullable String storageType)
Original property name from the Odata EDM: StorageType
A warehouse can be made up of the following storage types, for example:Goods receipt areaPicking areaHigh rack storage areaBulk storageGeneral storage areaGoods issue area
organizational form, or their function.this
.@Nonnull public WarehouseStorageType build()
Copyright © 2020 SAP SE. All rights reserved.