Class WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.processwarehousetask.WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder
- Enclosing class:
- WarehouseTaskSerialNumber
Helper class to allow for fluent creation of WarehouseTaskSerialNumber instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()eWMSerialNumber(String eWMSerialNumber) (Key Field) Constraints: Not nullable, Maximum length: 30eWMWarehouse(String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4toString()warehouseTask(WarehouseTask value) Navigation property _WarehouseTask for WarehouseTaskSerialNumber to single WarehouseTask.warehouseTask(String value) (Key Field) Constraints: Not nullable, Maximum length: 12warehouseTaskItem(String warehouseTaskItem) (Key Field) Constraints: Not nullable, Maximum length: 4
-
Method Details
-
warehouseTask
@Nonnull public WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder warehouseTask(WarehouseTask value) Navigation property _WarehouseTask for WarehouseTaskSerialNumber to single WarehouseTask.- Parameters:
value- The WarehouseTask to build this WarehouseTaskSerialNumber with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouseTask
@Nonnull public WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder warehouseTask(String value) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: WarehouseTask
- Parameters:
value- The warehouseTask to build this WarehouseTaskSerialNumber with.- Returns:
- This Builder to allow for a fluent interface.
-
eWMWarehouse
@Nonnull public WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder eWMWarehouse(@Nullable String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: EWMWarehouse
- Returns:
this.
-
warehouseTaskItem
@Nonnull public WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder warehouseTaskItem(@Nullable String warehouseTaskItem) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskItem
- Returns:
this.
-
eWMSerialNumber
@Nonnull public WarehouseTaskSerialNumber.WarehouseTaskSerialNumberBuilder eWMSerialNumber(@Nullable String eWMSerialNumber) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: EWMSerialNumber
- Returns:
this.
-
build
-
toString
-