Class ProdAllocationObjectT.ProdAllocationObjectTBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productallocationobject.ProdAllocationObjectT.ProdAllocationObjectTBuilder
- Enclosing class:
- ProdAllocationObjectT
Helper class to allow for fluent creation of ProdAllocationObjectT instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_ProdAllocationObjectTP for ProdAllocationObjectT to single ProdAllocationObject.prodAllocObjectDescription(String prodAllocObjectDescription) Constraints: Not nullable, Maximum length: 255productAllocationObjectUUID(UUID productAllocationObjectUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
prodAllocationObjectTP
@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder prodAllocationObjectTP(ProdAllocationObject value) Navigation property to_ProdAllocationObjectTP for ProdAllocationObjectT to single ProdAllocationObject.- Parameters:
value- The ProdAllocationObject to build this ProdAllocationObjectT with.- Returns:
- This Builder to allow for a fluent interface.
-
productAllocationObjectUUID
@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder productAllocationObjectUUID(@Nullable UUID productAllocationObjectUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductAllocationObjectUUID
- Returns:
this.
-
language
@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
prodAllocObjectDescription
@Nonnull public ProdAllocationObjectT.ProdAllocationObjectTBuilder prodAllocObjectDescription(@Nullable String prodAllocObjectDescription) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ProdAllocObjectDescription
- Returns:
this.
-
build
-
toString
-