public static class WarehouseResource.WarehouseResourceBuilder extends Object
Modifier and Type | Method and Description |
---|---|
WarehouseResource |
build() |
WarehouseResource.WarehouseResourceBuilder |
resourceLogonDateTime(BigDecimal resourceLogonDateTime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
String |
toString() |
WarehouseResource.WarehouseResourceBuilder |
userName(String userName)
Constraints: Not nullable, Maximum length: 12
|
WarehouseResource.WarehouseResourceBuilder |
warehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
WarehouseResource.WarehouseResourceBuilder |
warehouseResource(String warehouseResource)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
@Nonnull public WarehouseResource.WarehouseResourceBuilder 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 WarehouseResource.WarehouseResourceBuilder warehouseResource(@Nullable String warehouseResource)
Original property name from the Odata EDM: WarehouseResource
this
.@Nonnull public WarehouseResource.WarehouseResourceBuilder userName(@Nullable String userName)
Original property name from the Odata EDM: UserName
this
.@Nonnull public WarehouseResource.WarehouseResourceBuilder resourceLogonDateTime(@Nullable BigDecimal resourceLogonDateTime)
Original property name from the Odata EDM: ResourceLogonDateTime
this
.@Nonnull public WarehouseResource build()
Copyright © 2020 SAP SE. All rights reserved.