Class WorkItem.WorkItemBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.WorkItem.WorkItemBuilder
- Enclosing class:
- WorkItem
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()(Key Field) Constraints: Not nullable, Maximum length: 10workitemisinactive(String workitemisinactive) Constraints: Not nullable, Maximum length: 1workitemname(String workitemname) Constraints: Not nullable, Maximum length: 40workpackageID(String workpackageID) (Key Field) Constraints: Not nullable, Maximum length: 50
-
Method Details
-
workitem
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Workitem
- Returns:
this.
-
workpackageID
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkpackageID
- Returns:
this.
-
workitemname
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Workitemname
- Returns:
this.
-
workitemisinactive
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Workitemisinactive
- Returns:
this.
-
build
-
toString
-