Class WarehouseResource.WarehouseResourceBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouseresource.WarehouseResource.WarehouseResourceBuilder
- Enclosing class:
- WarehouseResource
-
Method Summary
Modifier and TypeMethodDescriptionbuild()resourceLogonDateTime(BigDecimal resourceLogonDateTime) Constraints: Not nullable, Precision: 15, Scale: 0toString()Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 4warehouseResource(String warehouseResource) (Key Field) Constraints: Not nullable, Maximum length: 18
-
Method Details
-
warehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
warehouseResource
@Nonnull public WarehouseResource.WarehouseResourceBuilder warehouseResource(@Nullable String warehouseResource) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: WarehouseResource
- Returns:
this.
-
userName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: UserName
- Returns:
this.
-
resourceLogonDateTime
@Nonnull public WarehouseResource.WarehouseResourceBuilder resourceLogonDateTime(@Nullable BigDecimal resourceLogonDateTime) Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: ResourceLogonDateTime
- Returns:
this.
-
build
-
toString
-