Class HandlingUnit.HandlingUnitBuilder
- Enclosing class:
- HandlingUnit
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(BigDecimal creationDateTime) Constraints: Not nullable, Precision: 15, Scale: 0grossVolume(BigDecimal grossVolume) Constraints: Not nullable, Precision: 15, Scale: 3grossWeight(BigDecimal grossWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitExternalID(String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20handlingUnitHeight(BigDecimal handlingUnitHeight) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitItem(HandlingUnitItem... value) Navigation property to_HandlingUnitItem for HandlingUnit to multiple HandlingUnitItem.handlingUnitLength(BigDecimal handlingUnitLength) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitMaxWeight(BigDecimal handlingUnitMaxWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitNetVolume(BigDecimal handlingUnitNetVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitPackingObjectKey(String handlingUnitPackingObjectKey) Constraints: Not nullable, Maximum length: 20handlingUnitProcessStatus(String handlingUnitProcessStatus) Constraints: Not nullable, Maximum length: 1handlingUnitReferenceDocument(String handlingUnitReferenceDocument) Constraints: Not nullable, Maximum length: 10handlingUnitTareVolume(BigDecimal handlingUnitTareVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitTareVolumeUnit(String handlingUnitTareVolumeUnit) Constraints: Not nullable, Maximum length: 3handlingUnitTareWeight(BigDecimal handlingUnitTareWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitTareWeightUnit(String handlingUnitTareWeightUnit) Constraints: Not nullable, Maximum length: 3handlingUnitWidth(BigDecimal handlingUnitWidth) Constraints: Not nullable, Precision: 13, Scale: 3lastChangeDateTime(BigDecimal lastChangeDateTime) Constraints: Not nullable, Precision: 15, Scale: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12netWeight(BigDecimal netWeight) Constraints: Not nullable, Precision: 15, Scale: 3packagingMaterial(String packagingMaterial) Constraints: Not nullable, Maximum length: 18packagingMaterialType(String packagingMaterialType) Constraints: Not nullable, Maximum length: 4parentHandlingUnitNumber(String parentHandlingUnitNumber) Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 4shippingPoint(String shippingPoint) Constraints: Not nullable, Maximum length: 4storageBin(String storageBin) Constraints: Not nullable, Maximum length: 18storageLocation(String storageLocation) Constraints: Not nullable, Maximum length: 4storageSection(String storageSection) Constraints: Not nullable, Maximum length: 4storageType(String storageType) Constraints: Not nullable, Maximum length: 4toString()unitOfMeasureDimension(String unitOfMeasureDimension) Constraints: Not nullable, Maximum length: 3volumeUnit(String volumeUnit) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 4weightUnit(String weightUnit) Constraints: Not nullable, Maximum length: 3
-
Method Details
-
handlingUnitItem
Navigation property to_HandlingUnitItem for HandlingUnit to multiple HandlingUnitItem.- Parameters:
value- The HandlingUnitItems to build this HandlingUnit with.- Returns:
- This Builder to allow for a fluent interface.
-
handlingUnitExternalID
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitExternalID(@Nullable String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitExternalID
- Returns:
this.
-
warehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
packagingMaterial
@Nonnull public HandlingUnit.HandlingUnitBuilder packagingMaterial(@Nullable String packagingMaterial) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: PackagingMaterial
- Returns:
this.
-
packagingMaterialType
@Nonnull public HandlingUnit.HandlingUnitBuilder packagingMaterialType(@Nullable String packagingMaterialType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PackagingMaterialType
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
storageLocation
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageLocation
- Returns:
this.
-
shippingPoint
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ShippingPoint
- Returns:
this.
-
parentHandlingUnitNumber
@Nonnull public HandlingUnit.HandlingUnitBuilder parentHandlingUnitNumber(@Nullable String parentHandlingUnitNumber) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ParentHandlingUnitNumber
- Returns:
this.
-
grossWeight
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: GrossWeight
- Returns:
this.
-
netWeight
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: NetWeight
- Returns:
this.
-
handlingUnitMaxWeight
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitMaxWeight(@Nullable BigDecimal handlingUnitMaxWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitMaxWeight
- Returns:
this.
-
weightUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: WeightUnit
- Returns:
this.
-
handlingUnitTareWeight
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitTareWeight(@Nullable BigDecimal handlingUnitTareWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitTareWeight
- Returns:
this.
-
handlingUnitTareWeightUnit
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitTareWeightUnit(@Nullable String handlingUnitTareWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitTareWeightUnit
- Returns:
this.
-
grossVolume
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: GrossVolume
- Returns:
this.
-
handlingUnitNetVolume
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitNetVolume(@Nullable BigDecimal handlingUnitNetVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitNetVolume
- Returns:
this.
-
volumeUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: VolumeUnit
- Returns:
this.
-
handlingUnitTareVolume
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitTareVolume(@Nullable BigDecimal handlingUnitTareVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitTareVolume
- Returns:
this.
-
handlingUnitTareVolumeUnit
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitTareVolumeUnit(@Nullable String handlingUnitTareVolumeUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitTareVolumeUnit
- Returns:
this.
-
handlingUnitLength
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitLength(@Nullable BigDecimal handlingUnitLength) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitLength
- Returns:
this.
-
handlingUnitWidth
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitWidth(@Nullable BigDecimal handlingUnitWidth) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitWidth
- Returns:
this.
-
handlingUnitHeight
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitHeight(@Nullable BigDecimal handlingUnitHeight) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitHeight
- Returns:
this.
-
unitOfMeasureDimension
@Nonnull public HandlingUnit.HandlingUnitBuilder unitOfMeasureDimension(@Nullable String unitOfMeasureDimension) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: UnitOfMeasureDimension
- Returns:
this.
-
handlingUnitPackingObjectKey
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitPackingObjectKey(@Nullable String handlingUnitPackingObjectKey) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitPackingObjectKey
- Returns:
this.
-
handlingUnitReferenceDocument
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitReferenceDocument(@Nullable String handlingUnitReferenceDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HandlingUnitReferenceDocument
- Returns:
this.
-
createdByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public HandlingUnit.HandlingUnitBuilder creationDateTime(@Nullable BigDecimal creationDateTime) Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public HandlingUnit.HandlingUnitBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public HandlingUnit.HandlingUnitBuilder lastChangeDateTime(@Nullable BigDecimal lastChangeDateTime) Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
handlingUnitProcessStatus
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitProcessStatus(@Nullable String handlingUnitProcessStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: HandlingUnitProcessStatus
- Returns:
this.
-
storageType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageType
- Returns:
this.
-
storageSection
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageSection
- Returns:
this.
-
storageBin
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: StorageBin
- Returns:
this.
-
build
-
toString
-