Class PackingInstructionComponent.PackingInstructionComponentBuilder
- Enclosing class:
- PackingInstructionComponent
-
Method Summary
Modifier and TypeMethodDescriptionbaseUnitofMeasure(String baseUnitofMeasure) Constraints: Not nullable, Maximum length: 3batchMixIsAllowed(Boolean batchMixIsAllowed) Constraints: nonebuild()itemPackingInstructionSystUUID(UUID itemPackingInstructionSystUUID) Constraints: noneConstraints: Not nullable, Maximum length: 18materialMixIsAllowed(String materialMixIsAllowed) Constraints: Not nullable, Maximum length: 1Navigation property to_PackingInstructionHeader for PackingInstructionComponent to single PackingInstructionHeader.packingInstructionItem(String packingInstructionItem) Constraints: Not nullable, Maximum length: 6packingInstructionItemCategory(String packingInstructionItemCategory) Constraints: Not nullable, Maximum length: 1packingInstructionItemIsDel(Boolean packingInstructionItemIsDel) Constraints: nonepackingInstructionItemMinQty(BigDecimal packingInstructionItemMinQty) Constraints: Not nullable, Precision: 15, Scale: 3packingInstructionItemRndQty(BigDecimal packingInstructionItemRndQty) Constraints: Not nullable, Precision: 15, Scale: 3packingInstructionItemSystUUID(UUID packingInstructionItemSystUUID) (Key Field) Constraints: Not nullablepackingInstructionItmTargetQty(BigDecimal packingInstructionItmTargetQty) Constraints: Not nullable, Precision: 15, Scale: 3packingInstructionSystemUUID(UUID packingInstructionSystemUUID) Constraints: nonetoString()unitOfMeasure(String unitOfMeasure) Constraints: Not nullable, Maximum length: 3
-
Method Details
-
packingInstructionHeader
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionHeader(PackingInstructionHeader value) Navigation property to_PackingInstructionHeader for PackingInstructionComponent to single PackingInstructionHeader.- Parameters:
value- The PackingInstructionHeader to build this PackingInstructionComponent with.- Returns:
- This Builder to allow for a fluent interface.
-
packingInstructionItemSystUUID
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItemSystUUID(@Nullable UUID packingInstructionItemSystUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PackingInstructionItemSystUUID
- Returns:
this.
-
packingInstructionSystemUUID
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionSystemUUID(@Nullable UUID packingInstructionSystemUUID) Constraints: noneOriginal property name from the Odata EDM: PackingInstructionSystemUUID
- Returns:
this.
-
packingInstructionItem
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItem(@Nullable String packingInstructionItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PackingInstructionItem
- Returns:
this.
-
packingInstructionItemCategory
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItemCategory(@Nullable String packingInstructionItemCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PackingInstructionItemCategory
- Returns:
this.
-
material
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder material(@Nullable String material) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
itemPackingInstructionSystUUID
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder itemPackingInstructionSystUUID(@Nullable UUID itemPackingInstructionSystUUID) Constraints: noneOriginal property name from the Odata EDM: ItemPackingInstructionSystUUID
- Returns:
this.
-
packingInstructionItmTargetQty
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItmTargetQty(@Nullable BigDecimal packingInstructionItmTargetQty) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: PackingInstructionItmTargetQty
- Returns:
this.
-
packingInstructionItemMinQty
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItemMinQty(@Nullable BigDecimal packingInstructionItemMinQty) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: PackingInstructionItemMinQty
- Returns:
this.
-
packingInstructionItemRndQty
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItemRndQty(@Nullable BigDecimal packingInstructionItemRndQty) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: PackingInstructionItemRndQty
- Returns:
this.
-
baseUnitofMeasure
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder baseUnitofMeasure(@Nullable String baseUnitofMeasure) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnitofMeasure
- Returns:
this.
-
unitOfMeasure
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder unitOfMeasure(@Nullable String unitOfMeasure) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: UnitOfMeasure
- Returns:
this.
-
materialMixIsAllowed
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder materialMixIsAllowed(@Nullable String materialMixIsAllowed) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MaterialMixIsAllowed
- Returns:
this.
-
batchMixIsAllowed
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder batchMixIsAllowed(@Nullable Boolean batchMixIsAllowed) Constraints: noneOriginal property name from the Odata EDM: BatchMixIsAllowed
- Returns:
this.
-
packingInstructionItemIsDel
@Nonnull public PackingInstructionComponent.PackingInstructionComponentBuilder packingInstructionItemIsDel(@Nullable Boolean packingInstructionItemIsDel) Constraints: noneOriginal property name from the Odata EDM: PackingInstructionItemIsDel
- Returns:
this.
-
build
-
toString
-