Class PurgCatSupplier.PurgCatSupplierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.PurgCatSupplier.PurgCatSupplierBuilder
- Enclosing class:
- PurgCatSupplier
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10purgCatPartyUUID(UUID purgCatPartyUUID) (Key Field) Constraints: Not nullablepurgCatUUID(UUID purgCatUUID) Constraints: nonetoString()
-
Method Details
-
purgCatPartyUUID
@Nonnull public PurgCatSupplier.PurgCatSupplierBuilder purgCatPartyUUID(@Nullable UUID purgCatPartyUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatPartyUUID
- Returns:
this.
-
purgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Returns:
this.
-
businessPartner
@Nonnull public PurgCatSupplier.PurgCatSupplierBuilder businessPartner(@Nullable String businessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
build
-
toString
-