Class ProjectRole.ProjectRoleBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.ProjectRole.ProjectRoleBuilder
- Enclosing class:
- ProjectRole
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartnerID(String businessPartnerID) Constraints: Not nullable, Maximum length: 10businessPartnerName(String businessPartnerName) Constraints: Not nullable, Maximum length: 80(Key Field) Constraints: Not nullable, Maximum length: 40projectRoleID(String projectRoleID) (Key Field) Constraints: Not nullable, Maximum length: 15projectRoleName(String projectRoleName) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
projectID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectID
- Returns:
this.
-
projectRoleID
(Key Field) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: ProjectRoleID
- Returns:
this.
-
projectRoleName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectRoleName
- Returns:
this.
-
businessPartnerID
@Nonnull public ProjectRole.ProjectRoleBuilder businessPartnerID(@Nullable String businessPartnerID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerID
- Returns:
this.
-
businessPartnerName
@Nonnull public ProjectRole.ProjectRoleBuilder businessPartnerName(@Nullable String businessPartnerName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: BusinessPartnerName
- Returns:
this.
-
build
-
toString
-