Modifier and Type | Method and Description |
---|---|
Demand.DemandBuilder |
billingControlCategory(String billingControlCategory)
Constraints: Not nullable, Maximum length: 8
|
Demand |
build() |
Demand.DemandBuilder |
delvryServOrg(String delvryServOrg)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
Demand.DemandBuilder |
effort(BigDecimal effort)
Constraints: Not nullable, Precision: 18, Scale: 3
|
Demand.DemandBuilder |
expenseCost(BigDecimal expenseCost)
Constraints: Not nullable, Precision: 18, Scale: 2
|
Demand.DemandBuilder |
expenseRevenue(BigDecimal expenseRevenue)
Constraints: Not nullable, Precision: 18, Scale: 2
|
Demand.DemandBuilder |
projectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Demand.DemandBuilder |
resourceId(String resourceId)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Demand.DemandBuilder |
resType(String resType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Demand.DemandBuilder |
skills(String skills)
Constraints: none
|
String |
toString() |
Demand.DemandBuilder |
uom(String uom)
Constraints: Not nullable, Maximum length: 3
|
Demand.DemandBuilder |
workitem(String workitem)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Demand.DemandBuilder |
workPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
Demand.DemandBuilder |
workPackageName(String workPackageName)
(Key Field) Constraints: Not nullable, Maximum length: 60
|
public Demand.DemandBuilder billingControlCategory(@Nullable String billingControlCategory)
Original property name from the Odata EDM: BillingControlCategory
public Demand.DemandBuilder projectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
public Demand.DemandBuilder uom(@Nullable String uom)
Original property name from the Odata EDM: Uom
public Demand.DemandBuilder skills(@Nullable String skills)
Original property name from the Odata EDM: Skills
public Demand.DemandBuilder workPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
public Demand.DemandBuilder expenseCost(@Nullable BigDecimal expenseCost)
Original property name from the Odata EDM: ExpenseCost
public Demand.DemandBuilder workPackageName(@Nullable String workPackageName)
Original property name from the Odata EDM: WorkPackageName
public Demand.DemandBuilder expenseRevenue(@Nullable BigDecimal expenseRevenue)
Original property name from the Odata EDM: ExpenseRevenue
public Demand.DemandBuilder 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 Demand.DemandBuilder 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 Demand.DemandBuilder workitem(@Nullable String workitem)
Original property name from the Odata EDM: Workitem
public Demand.DemandBuilder effort(@Nullable BigDecimal effort)
Original property name from the Odata EDM: Effort
public Demand.DemandBuilder delvryServOrg(@Nullable String delvryServOrg)
Original property name from the Odata EDM: DelvryServOrg
This field links master project data with the company code and plant.
public Demand build()
Copyright © 2019 SAP SE. All rights reserved.