public static class WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
WarehouseStorageTypeText |
build() |
WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder |
storageType(String storageType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder |
storageTypeName(String storageTypeName)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder |
warehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
public WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder 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
.public WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder 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
.public WarehouseStorageTypeText.WarehouseStorageTypeTextBuilder storageTypeName(@Nullable String storageTypeName)
Original property name from the Odata EDM: StorageTypeName
this
.public WarehouseStorageTypeText build()
Copyright © 2020 SAP SE. All rights reserved.