Class WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.processwarehousetask.WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder
- Enclosing class:
- WarehouseOrderPickHndlgUnit
public static final class WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder
extends Object
Helper class to allow for fluent creation of WarehouseOrderPickHndlgUnit instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()eWMWarehouse(String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4eWMWhseOrderNmbrOfHndlgUnits(String eWMWhseOrderNmbrOfHndlgUnits) Constraints: Not nullable, Maximum length: 3handlingUnitExternalID(String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20packagingMaterial(String packagingMaterial) Constraints: Not nullable, Maximum length: 18toString()warehouseOrder(WarehouseOrder value) Navigation property _WarehouseOrder for WarehouseOrderPickHndlgUnit to single WarehouseOrder.warehouseOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10
-
Method Details
-
warehouseOrder
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder warehouseOrder(WarehouseOrder value) Navigation property _WarehouseOrder for WarehouseOrderPickHndlgUnit to single WarehouseOrder.- Parameters:
value- The WarehouseOrder to build this WarehouseOrderPickHndlgUnit with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouseOrder
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder warehouseOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: WarehouseOrder
- Parameters:
value- The warehouseOrder to build this WarehouseOrderPickHndlgUnit with.- Returns:
- This Builder to allow for a fluent interface.
-
eWMWarehouse
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder eWMWarehouse(@Nullable String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: EWMWarehouse
- Returns:
this.
-
handlingUnitExternalID
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder handlingUnitExternalID(@Nullable String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitExternalID
- Returns:
this.
-
packagingMaterial
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder packagingMaterial(@Nullable String packagingMaterial) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: PackagingMaterial
- Returns:
this.
-
eWMWhseOrderNmbrOfHndlgUnits
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder eWMWhseOrderNmbrOfHndlgUnits(@Nullable String eWMWhseOrderNmbrOfHndlgUnits) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: EWMWhseOrderNmbrOfHndlgUnits
- Returns:
this.
-
_Messages
@Nonnull public WarehouseOrderPickHndlgUnit.WarehouseOrderPickHndlgUnitBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-