Class PurgCatMember.PurgCatMemberBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.PurgCatMember.PurgCatMemberBuilder
Enclosing class:
PurgCatMember

public static class PurgCatMember.PurgCatMemberBuilder extends Object
  • Method Details

    • purgCatPartyUUID

      @Nonnull public PurgCatMember.PurgCatMemberBuilder purgCatPartyUUID(@Nullable UUID purgCatPartyUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PurgCatPartyUUID

      Returns:
      this.
    • purgCatUUID

      @Nonnull public PurgCatMember.PurgCatMemberBuilder purgCatUUID(@Nullable UUID purgCatUUID)
      Constraints: none

      Original property name from the Odata EDM: PurgCatUUID

      Returns:
      this.
    • userID

      @Nonnull public PurgCatMember.PurgCatMemberBuilder userID(@Nullable String userID)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: UserID

      Returns:
      this.
    • emailAddress

      @Nonnull public PurgCatMember.PurgCatMemberBuilder emailAddress(@Nullable String emailAddress)
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: EmailAddress

      Returns:
      this.
    • build

      @Nonnull public PurgCatMember build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object