public static class StaffingData.StaffingDataBuilder extends Object
Modifier and Type | Method and Description |
---|---|
StaffingData.StaffingDataBuilder |
billingControlCategory(String billingControlCategory)
Constraints: Not nullable, Maximum length: 60
|
StaffingData |
build() |
StaffingData.StaffingDataBuilder |
confirmed(String confirmed)
Constraints: Not nullable, Maximum length: 1
|
StaffingData.StaffingDataBuilder |
fcYear(String fcYear)
Constraints: Not nullable, Maximum length: 4
|
StaffingData.StaffingDataBuilder |
period(String period)
Constraints: Not nullable, Maximum length: 3
|
StaffingData.StaffingDataBuilder |
projectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
StaffingData.StaffingDataBuilder |
resourceId(String resourceId)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
StaffingData.StaffingDataBuilder |
resourceText(String resourceText)
Constraints: Not nullable
|
StaffingData.StaffingDataBuilder |
resType(String resType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
StaffingData.StaffingDataBuilder |
resTypeText(String resTypeText)
Constraints: Not nullable
|
StaffingData.StaffingDataBuilder |
staffedEffort(BigDecimal staffedEffort)
Constraints: Not nullable, Precision: 15, Scale: 3
|
StaffingData.StaffingDataBuilder |
staffedEmpDelvryServOrg(String staffedEmpDelvryServOrg)
Constraints: Not nullable, Maximum length: 5
|
StaffingData.StaffingDataBuilder |
staffedEmpDelvryServOrgT(String staffedEmpDelvryServOrgT)
Constraints: Not nullable
|
StaffingData.StaffingDataBuilder |
staffedEmployee(String staffedEmployee)
Constraints: Not nullable, Maximum length: 8
|
StaffingData.StaffingDataBuilder |
staffedEmployeeName(String staffedEmployeeName)
Constraints: Not nullable
|
String |
toString() |
StaffingData.StaffingDataBuilder |
uom(String uom)
Constraints: Not nullable, Maximum length: 3
|
StaffingData.StaffingDataBuilder |
version(String version)
Constraints: Not nullable, Maximum length: 28
|
StaffingData.StaffingDataBuilder |
workitemId(String workitemId)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
StaffingData.StaffingDataBuilder |
workitemName(String workitemName)
Constraints: Not nullable
|
StaffingData.StaffingDataBuilder |
workPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
StaffingData.StaffingDataBuilder |
wPname(String wPname)
Constraints: Not nullable, Maximum length: 60
|
public StaffingData.StaffingDataBuilder projectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
public StaffingData.StaffingDataBuilder billingControlCategory(@Nullable String billingControlCategory)
Original property name from the Odata EDM: BillingControlCategory
SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains
public StaffingData.StaffingDataBuilder workPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
public StaffingData.StaffingDataBuilder wPname(@Nullable String wPname)
Original property name from the Odata EDM: WPname
public StaffingData.StaffingDataBuilder resType(@Nullable String resType)
Original property name from the Odata EDM: ResType
Resource types are used to categorize resources while carrying out financial planning activities.
public StaffingData.StaffingDataBuilder resTypeText(@Nullable String resTypeText)
Original property name from the Odata EDM: ResTypeText
public StaffingData.StaffingDataBuilder resourceId(@Nullable String resourceId)
Original property name from the Odata EDM: ResourceId
Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource.
public StaffingData.StaffingDataBuilder resourceText(@Nullable String resourceText)
Original property name from the Odata EDM: ResourceText
public StaffingData.StaffingDataBuilder uom(@Nullable String uom)
Original property name from the Odata EDM: Uom
public StaffingData.StaffingDataBuilder version(@Nullable String version)
Original property name from the Odata EDM: Version
different version types that categorize versions into quote, baseline, current, and forecast.public StaffingData.StaffingDataBuilder period(@Nullable String period)
Original property name from the Odata EDM: Period
public StaffingData.StaffingDataBuilder fcYear(@Nullable String fcYear)
Original property name from the Odata EDM: FcYear
fiscal year can be the same as the calendar year, but does not have to be.public StaffingData.StaffingDataBuilder staffedEmployee(@Nullable String staffedEmployee)
Original property name from the Odata EDM: StaffedEmployee
Use this field to apply an object ID to the new object(s) you create. To do so, either enter:An exclamation mark (!). The system automatically applies a unique number to the object(s).A unique 8-digit number. You do this if you are working with a single object AND your enterprise uses its own numbering scheme ("external" numbers).
organizational unit, qualification or business event).public StaffingData.StaffingDataBuilder confirmed(@Nullable String confirmed)
Original property name from the Odata EDM: Confirmed
public StaffingData.StaffingDataBuilder workitemId(@Nullable String workitemId)
Original property name from the Odata EDM: WorkitemId
public StaffingData.StaffingDataBuilder workitemName(@Nullable String workitemName)
Original property name from the Odata EDM: WorkitemName
public StaffingData.StaffingDataBuilder staffedEffort(@Nullable BigDecimal staffedEffort)
Original property name from the Odata EDM: StaffedEffort
public StaffingData.StaffingDataBuilder staffedEmpDelvryServOrg(@Nullable String staffedEmpDelvryServOrg)
Original property name from the Odata EDM: StaffedEmpDelvryServOrg
This field links master project data with the company code and plant.
public StaffingData.StaffingDataBuilder staffedEmpDelvryServOrgT(@Nullable String staffedEmpDelvryServOrgT)
Original property name from the Odata EDM: StaffedEmpDelvryServOrgT
public StaffingData.StaffingDataBuilder staffedEmployeeName(@Nullable String staffedEmployeeName)
Original property name from the Odata EDM: StaffedEmployeeName
public StaffingData build()
Copyright © 2019 SAP SE. All rights reserved.