public static final class ProdAllocationObjectT.ProdAllocationObjectTBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProdAllocationObjectT |
build() |
ProdAllocationObjectT.ProdAllocationObjectTBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProdAllocationObjectT.ProdAllocationObjectTBuilder |
prodAllocationObjectTP(ProdAllocationObject value)
Navigation property to_ProdAllocationObjectTP for ProdAllocationObjectT to single
ProdAllocationObject.
|
ProdAllocationObjectT.ProdAllocationObjectTBuilder |
prodAllocObjectDescription(String prodAllocObjectDescription)
Constraints: Not nullable, Maximum length: 255
|
ProdAllocationObjectT.ProdAllocationObjectTBuilder |
productAllocationObjectUUID(UUID productAllocationObjectUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder prodAllocationObjectTP(ProdAllocationObject value)
value
- The ProdAllocationObject to build this ProdAllocationObjectT with.public ProdAllocationObjectT.ProdAllocationObjectTBuilder productAllocationObjectUUID(@Nullable UUID productAllocationObjectUUID)
Original property name from the Odata EDM: ProductAllocationObjectUUID
public ProdAllocationObjectT.ProdAllocationObjectTBuilder 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.
public ProdAllocationObjectT.ProdAllocationObjectTBuilder prodAllocObjectDescription(@Nullable String prodAllocObjectDescription)
Original property name from the Odata EDM: ProdAllocObjectDescription
public ProdAllocationObjectT build()
Copyright © 2019 SAP SE. All rights reserved.