public static class WarehouseText.WarehouseTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
WarehouseText |
build() |
WarehouseText.WarehouseTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
WarehouseText.WarehouseTextBuilder |
warehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
WarehouseText.WarehouseTextBuilder |
warehouseName(String warehouseName)
Constraints: Not nullable, Maximum length: 40
|
@Nonnull public WarehouseText.WarehouseTextBuilder 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
.@Nonnull public WarehouseText.WarehouseTextBuilder 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 WarehouseText.WarehouseTextBuilder warehouseName(@Nullable String warehouseName)
Original property name from the Odata EDM: WarehouseName
this
.@Nonnull public WarehouseText build()
Copyright © 2020 SAP SE. All rights reserved.