Class ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder
- Enclosing class:
- ProdAllocSqncAssgmt
-
Method Summary
Modifier and TypeMethodDescriptionbuild()deleteSequenceAssignment_ac(Boolean deleteSequenceAssignment_ac) Constraints: noneConstraints: Not nullable, Maximum length: 40material_fc(Short material_fc) Constraints: noneConstraints: Not nullable, Maximum length: 4Constraints: noneNavigation property to_ProdAllocationSequenceTP for ProdAllocSqncAssgmt to single ProdAllocationSequence.prodAllocSqncAssignmentUUID(UUID prodAllocSqncAssignmentUUID) (Key Field) Constraints: Not nullableproductAllocationSequence(String productAllocationSequence) Constraints: Not nullable, Maximum length: 40productAllocationSequenceUUID(UUID productAllocationSequenceUUID) Constraints: nonetoString()Constraints: nonevalidityEndTimeZone(String validityEndTimeZone) Constraints: Not nullable, Maximum length: 6validityEndUTCDateTime(ZonedDateTime validityEndUTCDateTime) Constraints: Not nullable, Precision: 0validityStartTimeZone(String validityStartTimeZone) Constraints: Not nullable, Maximum length: 6validityStartUTCDateTime(ZonedDateTime validityStartUTCDateTime) Constraints: Not nullable, Precision: 0
-
Method Details
-
prodAllocationSequenceTP
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder prodAllocationSequenceTP(ProdAllocationSequence value) Navigation property to_ProdAllocationSequenceTP for ProdAllocSqncAssgmt to single ProdAllocationSequence.- Parameters:
value- The ProdAllocationSequence to build this ProdAllocSqncAssgmt with.- Returns:
- This Builder to allow for a fluent interface.
-
deleteSequenceAssignment_ac
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder deleteSequenceAssignment_ac(@Nullable Boolean deleteSequenceAssignment_ac) Constraints: noneOriginal property name from the Odata EDM: DeleteSequenceAssignment_ac
- Returns:
this.
-
material_fc
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder material_fc(@Nullable Short material_fc) Constraints: noneOriginal property name from the Odata EDM: Material_fc
- Returns:
this.
-
plant_fc
Constraints: noneOriginal property name from the Odata EDM: Plant_fc
- Returns:
this.
-
update_mc
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
prodAllocSqncAssignmentUUID
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder prodAllocSqncAssignmentUUID(@Nullable UUID prodAllocSqncAssignmentUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProdAllocSqncAssignmentUUID
- Returns:
this.
-
productAllocationSequenceUUID
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder productAllocationSequenceUUID(@Nullable UUID productAllocationSequenceUUID) Constraints: noneOriginal property name from the Odata EDM: ProductAllocationSequenceUUID
- Returns:
this.
-
productAllocationSequence
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder productAllocationSequence(@Nullable String productAllocationSequence) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductAllocationSequence
- Returns:
this.
-
material
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
validityStartUTCDateTime
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder validityStartUTCDateTime(@Nullable ZonedDateTime validityStartUTCDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartUTCDateTime
- Returns:
this.
-
validityStartTimeZone
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder validityStartTimeZone(@Nullable String validityStartTimeZone) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ValidityStartTimeZone
- Returns:
this.
-
validityEndUTCDateTime
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder validityEndUTCDateTime(@Nullable ZonedDateTime validityEndUTCDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndUTCDateTime
- Returns:
this.
-
validityEndTimeZone
@Nonnull public ProdAllocSqncAssgmt.ProdAllocSqncAssgmtBuilder validityEndTimeZone(@Nullable String validityEndTimeZone) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ValidityEndTimeZone
- Returns:
this.
-
build
-
toString
-