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