Class Demand.DemandBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.Demand.DemandBuilder
- Enclosing class:
- Demand
-
Method Summary
Modifier and TypeMethodDescriptionbillingControlCategory(String billingControlCategory) Constraints: Not nullable, Maximum length: 8build()delvryServOrg(String delvryServOrg) (Key Field) Constraints: Not nullable, Maximum length: 5effort(BigDecimal effort) Constraints: Not nullable, Precision: 18, Scale: 3expenseCost(BigDecimal expenseCost) Constraints: Not nullable, Precision: 18, Scale: 2expenseRevenue(BigDecimal expenseRevenue) Constraints: Not nullable, Precision: 18, Scale: 2(Key Field) Constraints: Not nullable, Maximum length: 40resourceId(String resourceId) (Key Field) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: nonetoString()Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10workPackageID(String workPackageID) (Key Field) Constraints: Not nullable, Maximum length: 50workPackageName(String workPackageName) (Key Field) Constraints: Not nullable, Maximum length: 60
-
Method Details
-
billingControlCategory
@Nonnull public Demand.DemandBuilder billingControlCategory(@Nullable String billingControlCategory) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BillingControlCategory
- Returns:
this.
-
projectID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectID
- Returns:
this.
-
uom
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Uom
- Returns:
this.
-
skills
Constraints: noneOriginal property name from the Odata EDM: Skills
- Returns:
this.
-
workPackageID
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackageID
- Returns:
this.
-
expenseCost
Constraints: Not nullable, Precision: 18, Scale: 2Original property name from the Odata EDM: ExpenseCost
- Returns:
this.
-
workPackageName
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: WorkPackageName
- Returns:
this.
-
expenseRevenue
Constraints: Not nullable, Precision: 18, Scale: 2Original property name from the Odata EDM: ExpenseRevenue
- Returns:
this.
-
resType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ResType
- Returns:
this.
-
resourceId
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ResourceId
- Returns:
this.
-
workitem
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Workitem
- Returns:
this.
-
effort
Constraints: Not nullable, Precision: 18, Scale: 3Original property name from the Odata EDM: Effort
- Returns:
this.
-
delvryServOrg
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DelvryServOrg
- Returns:
this.
-
build
-
toString
-