java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.ProjectRole.ProjectRoleBuilder
Enclosing class:
ProjectRole

public static class ProjectRole.ProjectRoleBuilder extends Object
  • Method Details

    • projectID

      @Nonnull public ProjectRole.ProjectRoleBuilder projectID(@Nullable String projectID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectID

      Returns:
      this.
    • projectRoleID

      @Nonnull public ProjectRole.ProjectRoleBuilder projectRoleID(@Nullable String projectRoleID)
      (Key Field) Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: ProjectRoleID

      Returns:
      this.
    • projectRoleName

      @Nonnull public ProjectRole.ProjectRoleBuilder projectRoleName(@Nullable String projectRoleName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectRoleName

      Returns:
      this.
    • businessPartnerID

      @Nonnull public ProjectRole.ProjectRoleBuilder businessPartnerID(@Nullable String businessPartnerID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartnerID

      Returns:
      this.
    • businessPartnerName

      @Nonnull public ProjectRole.ProjectRoleBuilder businessPartnerName(@Nullable String businessPartnerName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: BusinessPartnerName

      Returns:
      this.
    • build

      @Nonnull public ProjectRole build()
    • toString

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