Class ProdAllocationSequence.ProdAllocationSequenceBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productallocationsequence.ProdAllocationSequence.ProdAllocationSequenceBuilder
- Enclosing class:
- ProdAllocationSequence
Helper class to allow for fluent creation of ProdAllocationSequence instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 7lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12prodAllocSequenceTTP(ProdAllocSequenceT... value) Navigation property to_ProdAllocSequenceTTP for ProdAllocationSequence to multiple ProdAllocSequenceT.prodAllocSqncAssgmtTP(ProdAllocSqncAssgmt... value) Navigation property to_ProdAllocSqncAssgmtTP for ProdAllocationSequence to multiple ProdAllocSqncAssgmt.prodAllocSqncAssgmtTP_oc(Boolean prodAllocSqncAssgmtTP_oc) Constraints: noneprodAllocSqncConsumptionUnit(String prodAllocSqncConsumptionUnit) Constraints: Not nullable, Maximum length: 3productAllocationSequence(String productAllocationSequence) Constraints: Not nullable, Maximum length: 40productAllocationSequence_Text(String productAllocationSequence_Text) Constraints: Not nullable, Maximum length: 255productAllocationSequenceUUID(UUID productAllocationSequenceUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
prodAllocSequenceTTP
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder prodAllocSequenceTTP(ProdAllocSequenceT... value) Navigation property to_ProdAllocSequenceTTP for ProdAllocationSequence to multiple ProdAllocSequenceT.- Parameters:
value- The ProdAllocSequenceTs to build this ProdAllocationSequence with.- Returns:
- This Builder to allow for a fluent interface.
-
prodAllocSqncAssgmtTP
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder prodAllocSqncAssgmtTP(ProdAllocSqncAssgmt... value) Navigation property to_ProdAllocSqncAssgmtTP for ProdAllocationSequence to multiple ProdAllocSqncAssgmt.- Parameters:
value- The ProdAllocSqncAssgmts to build this ProdAllocationSequence with.- Returns:
- This Builder to allow for a fluent interface.
-
prodAllocSqncAssgmtTP_oc
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder prodAllocSqncAssgmtTP_oc(@Nullable Boolean prodAllocSqncAssgmtTP_oc) Constraints: noneOriginal property name from the Odata EDM: to_ProdAllocSqncAssgmtTP_oc
- Returns:
this.
-
productAllocationSequenceUUID
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder productAllocationSequenceUUID(@Nullable UUID productAllocationSequenceUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductAllocationSequenceUUID
- Returns:
this.
-
productAllocationSequence_Text
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder productAllocationSequence_Text(@Nullable String productAllocationSequence_Text) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ProductAllocationSequence_Text
- Returns:
this.
-
productAllocationSequence
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder productAllocationSequence(@Nullable String productAllocationSequence) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductAllocationSequence
- Returns:
this.
-
prodAllocSqncConsumptionUnit
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder prodAllocSqncConsumptionUnit(@Nullable String prodAllocSqncConsumptionUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProdAllocSqncConsumptionUnit
- Returns:
this.
-
creationDateTime
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
createdByUser
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public ProdAllocationSequence.ProdAllocationSequenceBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
build
-
toString
-