public static class ProjectRole.ProjectRoleBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProjectRole |
build() |
ProjectRole.ProjectRoleBuilder |
businessPartnerID(String businessPartnerID)
Constraints: Not nullable, Maximum length: 10
|
ProjectRole.ProjectRoleBuilder |
businessPartnerName(String businessPartnerName)
Constraints: Not nullable, Maximum length: 80
|
ProjectRole.ProjectRoleBuilder |
projectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProjectRole.ProjectRoleBuilder |
projectRoleID(String projectRoleID)
(Key Field) Constraints: Not nullable, Maximum length: 15
|
ProjectRole.ProjectRoleBuilder |
projectRoleName(String projectRoleName)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
public ProjectRole.ProjectRoleBuilder projectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
this
.public ProjectRole.ProjectRoleBuilder projectRoleID(@Nullable String projectRoleID)
Original property name from the Odata EDM: ProjectRoleID
By assigning role types, you define the responsibilities within a project. You can then assign a business partner to a role type to specify the individual responsible for related tasks and activities.Key users can define role types for customer and internal projects using the Manage Your Solution app > Professional Services application area > Customer and Internal Project Management > Define Role Types.
this
.public ProjectRole.ProjectRoleBuilder projectRoleName(@Nullable String projectRoleName)
Original property name from the Odata EDM: ProjectRoleName
this
.public ProjectRole.ProjectRoleBuilder businessPartnerID(@Nullable String businessPartnerID)
Original property name from the Odata EDM: BusinessPartnerID
this
.public ProjectRole.ProjectRoleBuilder businessPartnerName(@Nullable String businessPartnerName)
Original property name from the Odata EDM: BusinessPartnerName
The complete name is generally generated and saved by the Business Address Services (BAS) according to country-specific rules from the individual name components (without the form of address).If, during the formatting of an address, you want to use an alternative name, you can manually format the alternative name here.
this
.public ProjectRole build()
Copyright © 2020 SAP SE. All rights reserved.