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.@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder productAllocationObjectUUID(@Nullable UUID productAllocationObjectUUID)
Original property name from the Odata EDM: ProductAllocationObjectUUID
this
.@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder prodAllocObjectDescription(@Nullable String prodAllocObjectDescription)
Original property name from the Odata EDM: ProdAllocObjectDescription
this
.@Nonnull public ProdAllocationObjectT build()
Copyright © 2021 SAP SE. All rights reserved.