Class HandlingUnit.HandlingUnitBuilder
- Enclosing class:
- HandlingUnit
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: NullableeWMConsolidationGroup(String eWMConsolidationGroup) Constraints: Not nullable, Maximum length: 10eWMHandlingUnitIsInStock(Boolean eWMHandlingUnitIsInStock) Constraints: Not nullableeWMHandlingUnitIsLoaded(Boolean eWMHandlingUnitIsLoaded) Constraints: Not nullableeWMHandlingUnitIsPlanned(Boolean eWMHandlingUnitIsPlanned) Constraints: Not nullableeWMHUAttributeChangeIsBlocked(Boolean eWMHUAttributeChangeIsBlocked) Constraints: Not nullableeWMHUContentChangeIsBlocked(Boolean eWMHUContentChangeIsBlocked) Constraints: Not nullableeWMHUIsBlockedByCustoms(Boolean eWMHUIsBlockedByCustoms) Constraints: Not nullableeWMHUMovementChangeIsBlocked(Boolean eWMHUMovementChangeIsBlocked) Constraints: Not nullableeWMHUPostingChangeIsBlocked(Boolean eWMHUPostingChangeIsBlocked) Constraints: Not nullableeWMResource(String eWMResource) Constraints: Not nullable, Maximum length: 18grossVolume(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: 20handlingUnitHasCrossRefDoc(Boolean handlingUnitHasCrossRefDoc) Constraints: Not nullablehandlingUnitHeight(BigDecimal handlingUnitHeight) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitIsClosed(Boolean handlingUnitIsClosed) Constraints: Not nullablehandlingUnitItem(HandlingUnitItem... value) Navigation property _HandlingUnitItem for HandlingUnit to multiple HandlingUnitItem.handlingUnitLength(BigDecimal handlingUnitLength) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitMaxVolume(BigDecimal handlingUnitMaxVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitMaxWeight(BigDecimal handlingUnitMaxWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitNetVolume(BigDecimal handlingUnitNetVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitRefDocType(String handlingUnitRefDocType) Constraints: Not nullable, Maximum length: 2Navigation property _HandlingUnitReferenceDoc for HandlingUnit to multiple HandlingUnitReferenceDoc.handlingUnitReferenceDocument(String handlingUnitReferenceDocument) Constraints: Not nullable, Maximum length: 20handlingUnitSecondExternalId(String handlingUnitSecondExternalId) Constraints: Not nullable, Maximum length: 20handlingUnitTareVolume(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(OffsetDateTime lastChangeDateTime) Constraints: NullablelastChangedByUser(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: 4packingInstruction(UUID packingInstruction) Constraints: NullableparentHandlingUnitNumber(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 _HandlingUnitItem for HandlingUnit to multiple HandlingUnitItem.- Parameters:
value- The HandlingUnitItems to build this HandlingUnit with.- Returns:
- This Builder to allow for a fluent interface.
-
handlingUnitReferenceDoc
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitReferenceDoc(HandlingUnitReferenceDoc... value) Navigation property _HandlingUnitReferenceDoc for HandlingUnit to multiple HandlingUnitReferenceDoc.- Parameters:
value- The HandlingUnitReferenceDocs 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.
-
handlingUnitMaxVolume
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitMaxVolume(@Nullable BigDecimal handlingUnitMaxVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitMaxVolume
- 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.
-
handlingUnitReferenceDocument
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitReferenceDocument(@Nullable String handlingUnitReferenceDocument) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitReferenceDocument
- Returns:
this.
-
handlingUnitRefDocType
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitRefDocType(@Nullable String handlingUnitRefDocType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: HandlingUnitRefDocType
- Returns:
this.
-
handlingUnitHasCrossRefDoc
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitHasCrossRefDoc(@Nullable Boolean handlingUnitHasCrossRefDoc) Constraints: Not nullableOriginal property name from the Odata EDM: HandlingUnitHasCrossRefDoc
- Returns:
this.
-
packingInstruction
@Nonnull public HandlingUnit.HandlingUnitBuilder packingInstruction(@Nullable UUID packingInstruction) Constraints: NullableOriginal property name from the Odata EDM: PackingInstruction
- Returns:
this.
-
handlingUnitSecondExternalId
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitSecondExternalId(@Nullable String handlingUnitSecondExternalId) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitSecondExternalId
- 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 OffsetDateTime creationDateTime) Constraints: NullableOriginal 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 OffsetDateTime lastChangeDateTime) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDateTime
- 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.
-
eWMResource
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: EWMResource
- Returns:
this.
-
eWMConsolidationGroup
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMConsolidationGroup(@Nullable String eWMConsolidationGroup) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: EWMConsolidationGroup
- Returns:
this.
-
handlingUnitIsClosed
@Nonnull public HandlingUnit.HandlingUnitBuilder handlingUnitIsClosed(@Nullable Boolean handlingUnitIsClosed) Constraints: Not nullableOriginal property name from the Odata EDM: HandlingUnitIsClosed
- Returns:
this.
-
eWMHandlingUnitIsPlanned
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHandlingUnitIsPlanned(@Nullable Boolean eWMHandlingUnitIsPlanned) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHandlingUnitIsPlanned
- Returns:
this.
-
eWMHandlingUnitIsInStock
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHandlingUnitIsInStock(@Nullable Boolean eWMHandlingUnitIsInStock) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHandlingUnitIsInStock
- Returns:
this.
-
eWMHandlingUnitIsLoaded
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHandlingUnitIsLoaded(@Nullable Boolean eWMHandlingUnitIsLoaded) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHandlingUnitIsLoaded
- Returns:
this.
-
eWMHUContentChangeIsBlocked
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHUContentChangeIsBlocked(@Nullable Boolean eWMHUContentChangeIsBlocked) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHUContentChangeIsBlocked
- Returns:
this.
-
eWMHUMovementChangeIsBlocked
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHUMovementChangeIsBlocked(@Nullable Boolean eWMHUMovementChangeIsBlocked) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHUMovementChangeIsBlocked
- Returns:
this.
-
eWMHUAttributeChangeIsBlocked
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHUAttributeChangeIsBlocked(@Nullable Boolean eWMHUAttributeChangeIsBlocked) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHUAttributeChangeIsBlocked
- Returns:
this.
-
eWMHUPostingChangeIsBlocked
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHUPostingChangeIsBlocked(@Nullable Boolean eWMHUPostingChangeIsBlocked) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHUPostingChangeIsBlocked
- Returns:
this.
-
eWMHUIsBlockedByCustoms
@Nonnull public HandlingUnit.HandlingUnitBuilder eWMHUIsBlockedByCustoms(@Nullable Boolean eWMHUIsBlockedByCustoms) Constraints: Not nullableOriginal property name from the Odata EDM: EWMHUIsBlockedByCustoms
- Returns:
this.
-
_Messages
@Nonnull public HandlingUnit.HandlingUnitBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-