Class ProdAllocSequenceT.ProdAllocSequenceTBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productallocationsequence.ProdAllocSequenceT.ProdAllocSequenceTBuilder
- Enclosing class:
- ProdAllocSequenceT
Helper class to allow for fluent creation of ProdAllocSequenceT instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_ProdAllocationSequenceTP for ProdAllocSequenceT to single ProdAllocationSequence.productAllocationSequenceDesc(String productAllocationSequenceDesc) Constraints: Not nullable, Maximum length: 255productAllocationSequenceUUID(UUID productAllocationSequenceUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
prodAllocationSequenceTP
@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder prodAllocationSequenceTP(ProdAllocationSequence value) Navigation property to_ProdAllocationSequenceTP for ProdAllocSequenceT to single ProdAllocationSequence.- Parameters:
value- The ProdAllocationSequence to build this ProdAllocSequenceT with.- Returns:
- This Builder to allow for a fluent interface.
-
productAllocationSequenceUUID
@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder productAllocationSequenceUUID(@Nullable UUID productAllocationSequenceUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductAllocationSequenceUUID
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
productAllocationSequenceDesc
@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder productAllocationSequenceDesc(@Nullable String productAllocationSequenceDesc) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ProductAllocationSequenceDesc
- Returns:
this.
-
build
-
toString
-