Modifier and Type | Method and Description |
---|---|
Project |
build() |
Project.ProjectBuilder |
companyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
Project.ProjectBuilder |
controllingArea(String controllingArea)
Constraints: Not nullable, Maximum length: 4
|
Project.ProjectBuilder |
functionalArea(String functionalArea)
Constraints: Not nullable, Maximum length: 16
|
Project.ProjectBuilder |
plannedEndDate(LocalDateTime plannedEndDate)
Constraints: Not nullable, Precision: 0
|
Project.ProjectBuilder |
plannedStartDate(LocalDateTime plannedStartDate)
Constraints: Not nullable, Precision: 0
|
Project.ProjectBuilder |
profitCenter(String profitCenter)
Constraints: Not nullable, Maximum length: 10
|
Project.ProjectBuilder |
projectDescription(String projectDescription)
Constraints: Not nullable, Maximum length: 40
|
Project.ProjectBuilder |
projectExternalID(String projectExternalID)
Constraints: Not nullable, Maximum length: 24
|
Project.ProjectBuilder |
projectInternalID(String projectInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
Project.ProjectBuilder |
projectProfileCode(String projectProfileCode)
Constraints: Not nullable, Maximum length: 7
|
Project.ProjectBuilder |
taxJurisdiction(String taxJurisdiction)
Constraints: Not nullable, Maximum length: 15
|
String |
toString() |
Project.ProjectBuilder |
wbsElement(WBSElement... value)
Navigation property to_WBSElement for Project to multiple WBSElement.
|
Project.ProjectBuilder |
workCenterLocation(String workCenterLocation)
Constraints: Not nullable, Maximum length: 10
|
@Nonnull public Project.ProjectBuilder wbsElement(WBSElement... value)
value
- The WBSElements to build this Project with.@Nonnull public Project.ProjectBuilder projectInternalID(@Nullable String projectInternalID)
Original property name from the Odata EDM: ProjectInternalID
this
.@Nonnull public Project.ProjectBuilder projectExternalID(@Nullable String projectExternalID)
Original property name from the Odata EDM: ProjectExternalID
this
.@Nonnull public Project.ProjectBuilder projectDescription(@Nullable String projectDescription)
Original property name from the Odata EDM: ProjectDescription
this
.@Nonnull public Project.ProjectBuilder projectProfileCode(@Nullable String projectProfileCode)
Original property name from the Odata EDM: ProjectProfileCode
this
.@Nonnull public Project.ProjectBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.@Nonnull public Project.ProjectBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
this
.@Nonnull public Project.ProjectBuilder functionalArea(@Nullable String functionalArea)
Original property name from the Odata EDM: FunctionalArea
this
.@Nonnull public Project.ProjectBuilder profitCenter(@Nullable String profitCenter)
Original property name from the Odata EDM: ProfitCenter
this
.@Nonnull public Project.ProjectBuilder plannedStartDate(@Nullable LocalDateTime plannedStartDate)
Original property name from the Odata EDM: PlannedStartDate
this
.@Nonnull public Project.ProjectBuilder plannedEndDate(@Nullable LocalDateTime plannedEndDate)
Original property name from the Odata EDM: PlannedEndDate
this
.@Nonnull public Project.ProjectBuilder workCenterLocation(@Nullable String workCenterLocation)
Original property name from the Odata EDM: WorkCenterLocation
this
.@Nonnull public Project.ProjectBuilder taxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
this
.Copyright © 2021 SAP SE. All rights reserved.