Class SuplrActySupplier.SuplrActySupplierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.SuplrActySupplier.SuplrActySupplierBuilder
- Enclosing class:
- SuplrActySupplier
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10suplrActyPartyUUID(UUID suplrActyPartyUUID) (Key Field) Constraints: Not nullablesuplrActyUUID(UUID suplrActyUUID) Constraints: nonetoString()
-
Method Details
-
suplrActyPartyUUID
@Nonnull public SuplrActySupplier.SuplrActySupplierBuilder suplrActyPartyUUID(@Nullable UUID suplrActyPartyUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyPartyUUID
- Returns:
this.
-
suplrActyUUID
@Nonnull public SuplrActySupplier.SuplrActySupplierBuilder suplrActyUUID(@Nullable UUID suplrActyUUID) Constraints: noneOriginal property name from the Odata EDM: SuplrActyUUID
- Returns:
this.
-
businessPartner
@Nonnull public SuplrActySupplier.SuplrActySupplierBuilder businessPartner(@Nullable String businessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
build
-
toString
-