public static final class ProdAllocSequenceT.ProdAllocSequenceTBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProdAllocSequenceT |
build() |
ProdAllocSequenceT.ProdAllocSequenceTBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProdAllocSequenceT.ProdAllocSequenceTBuilder |
prodAllocationSequenceTP(ProdAllocationSequence value)
Navigation property to_ProdAllocationSequenceTP for ProdAllocSequenceT to single
ProdAllocationSequence.
|
ProdAllocSequenceT.ProdAllocSequenceTBuilder |
productAllocationSequenceDesc(String productAllocationSequenceDesc)
Constraints: Not nullable, Maximum length: 255
|
ProdAllocSequenceT.ProdAllocSequenceTBuilder |
productAllocationSequenceUUID(UUID productAllocationSequenceUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder prodAllocationSequenceTP(ProdAllocationSequence value)
value
- The ProdAllocationSequence to build this ProdAllocSequenceT with.@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder productAllocationSequenceUUID(@Nullable UUID productAllocationSequenceUUID)
Original property name from the Odata EDM: ProductAllocationSequenceUUID
this
.@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder productAllocationSequenceDesc(@Nullable String productAllocationSequenceDesc)
Original property name from the Odata EDM: ProductAllocationSequenceDesc
this
.@Nonnull public ProdAllocSequenceT build()
Copyright © 2020 SAP SE. All rights reserved.