Class ShipmentItem.ShipmentItemBuilder
- Enclosing class:
- ShipmentItem
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()fldLogsContainerUnitUUID(UUID fldLogsContainerUnitUUID) Constraints: Not nullablefldLogsDelivDueDate(LocalDate fldLogsDelivDueDate) Constraints: NullablefldLogsDestPlnt(String fldLogsDestPlnt) Constraints: Not nullable, Maximum length: 4fldLogsDestStorLocID(String fldLogsDestStorLocID) Constraints: Not nullable, Maximum length: 4fldLogsGrossVolume(BigDecimal fldLogsGrossVolume) Constraints: Not nullable, Precision: 13, Scale: 3fldLogsGrossVolumeUnit(String fldLogsGrossVolumeUnit) Constraints: Not nullable, Maximum length: 3fldLogsReferenceDocCategory(String fldLogsReferenceDocCategory) Constraints: Not nullable, Maximum length: 2fldLogsReferenceDocumentNumber(String fldLogsReferenceDocumentNumber) Constraints: Not nullable, Maximum length: 20fldLogsShptItemActlWeightUnit(String fldLogsShptItemActlWeightUnit) Constraints: Not nullable, Maximum length: 3fldLogsShptItemActualWeight(BigDecimal fldLogsShptItemActualWeight) Constraints: Not nullable, Precision: 13, Scale: 3fldLogsShptItemUUID(UUID fldLogsShptItemUUID) (Key Field) Constraints: Not nullablefldLogsShptItmHndlgUnitID(String fldLogsShptItmHndlgUnitID) Constraints: Not nullable, Maximum length: 20fldLogsShptItmOutbDelivItmID(String fldLogsShptItmOutbDelivItmID) Constraints: Not nullable, Maximum length: 17fldLogsShptItmStsCode(String fldLogsShptItmStsCode) Constraints: Not nullable, Maximum length: 2fldLogsSrcePlnt(String fldLogsSrcePlnt) Constraints: Not nullable, Maximum length: 4fldLogsSrceStorLocID(String fldLogsSrceStorLocID) Constraints: Not nullable, Maximum length: 4orderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3productGrossWeight(BigDecimal productGrossWeight) Constraints: Not nullable, Precision: 13, Scale: 3productWeightUnit(String productWeightUnit) Constraints: Not nullable, Maximum length: 3quantityInBaseUnit(BigDecimal quantityInBaseUnit) Constraints: Not nullable, Precision: 13, Scale: 3shptCtnUnit(ShptContainerUnit value) Navigation property _ShptCtnUnit for ShipmentItem to single ShptContainerUnit.toString()
-
Method Details
-
shptCtnUnit
Navigation property _ShptCtnUnit for ShipmentItem to single ShptContainerUnit.- Parameters:
value- The ShptContainerUnit to build this ShipmentItem with.- Returns:
- This Builder to allow for a fluent interface.
-
fldLogsShptItemUUID
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsShptItemUUID(@Nullable UUID fldLogsShptItemUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: FldLogsShptItemUUID
- Returns:
this.
-
fldLogsReferenceDocCategory
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsReferenceDocCategory(@Nullable String fldLogsReferenceDocCategory) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: FldLogsReferenceDocCategory
- Returns:
this.
-
fldLogsReferenceDocumentNumber
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsReferenceDocumentNumber(@Nullable String fldLogsReferenceDocumentNumber) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: FldLogsReferenceDocumentNumber
- Returns:
this.
-
fldLogsShptItmOutbDelivItmID
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsShptItmOutbDelivItmID(@Nullable String fldLogsShptItmOutbDelivItmID) Constraints: Not nullable, Maximum length: 17Original property name from the Odata EDM: FldLogsShptItmOutbDelivItmID
- Returns:
this.
-
fldLogsShptItmHndlgUnitID
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsShptItmHndlgUnitID(@Nullable String fldLogsShptItmHndlgUnitID) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: FldLogsShptItmHndlgUnitID
- Returns:
this.
-
fldLogsContainerUnitUUID
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsContainerUnitUUID(@Nullable UUID fldLogsContainerUnitUUID) Constraints: Not nullableOriginal property name from the Odata EDM: FldLogsContainerUnitUUID
- Returns:
this.
-
fldLogsShptItmStsCode
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsShptItmStsCode(@Nullable String fldLogsShptItmStsCode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: FldLogsShptItmStsCode
- Returns:
this.
-
fldLogsSrceStorLocID
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsSrceStorLocID(@Nullable String fldLogsSrceStorLocID) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FldLogsSrceStorLocID
- Returns:
this.
-
fldLogsSrcePlnt
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FldLogsSrcePlnt
- Returns:
this.
-
fldLogsDestStorLocID
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsDestStorLocID(@Nullable String fldLogsDestStorLocID) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FldLogsDestStorLocID
- Returns:
this.
-
fldLogsDestPlnt
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FldLogsDestPlnt
- Returns:
this.
-
fldLogsDelivDueDate
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsDelivDueDate(@Nullable LocalDate fldLogsDelivDueDate) Constraints: NullableOriginal property name from the Odata EDM: FldLogsDelivDueDate
- Returns:
this.
-
fldLogsGrossVolume
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsGrossVolume(@Nullable BigDecimal fldLogsGrossVolume) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: FldLogsGrossVolume
- Returns:
this.
-
fldLogsGrossVolumeUnit
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsGrossVolumeUnit(@Nullable String fldLogsGrossVolumeUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: FldLogsGrossVolumeUnit
- Returns:
this.
-
productGrossWeight
@Nonnull public ShipmentItem.ShipmentItemBuilder productGrossWeight(@Nullable BigDecimal productGrossWeight) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ProductGrossWeight
- Returns:
this.
-
productWeightUnit
@Nonnull public ShipmentItem.ShipmentItemBuilder productWeightUnit(@Nullable String productWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductWeightUnit
- Returns:
this.
-
quantityInBaseUnit
@Nonnull public ShipmentItem.ShipmentItemBuilder quantityInBaseUnit(@Nullable BigDecimal quantityInBaseUnit) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: QuantityInBaseUnit
- Returns:
this.
-
orderQuantityUnit
@Nonnull public ShipmentItem.ShipmentItemBuilder orderQuantityUnit(@Nullable String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
this.
-
fldLogsShptItemActualWeight
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsShptItemActualWeight(@Nullable BigDecimal fldLogsShptItemActualWeight) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: FldLogsShptItemActualWeight
- Returns:
this.
-
fldLogsShptItemActlWeightUnit
@Nonnull public ShipmentItem.ShipmentItemBuilder fldLogsShptItemActlWeightUnit(@Nullable String fldLogsShptItemActlWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: FldLogsShptItemActlWeightUnit
- Returns:
this.
-
_Messages
@Nonnull public ShipmentItem.ShipmentItemBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-