Modifier and Type | Method and Description |
---|---|
WorkItem |
build() |
WorkItem.WorkItemBuilder |
projectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
WorkItem.WorkItemBuilder |
workitem(String workitem)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
WorkItem.WorkItemBuilder |
workitemname(String workitemname)
Constraints: Not nullable, Maximum length: 40
|
WorkItem.WorkItemBuilder |
workPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
WorkItem.WorkItemBuilder |
workPackageName(String workPackageName)
(Key Field) Constraints: Not nullable, Maximum length: 60
|
public WorkItem.WorkItemBuilder projectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
public WorkItem.WorkItemBuilder workitem(@Nullable String workitem)
Original property name from the Odata EDM: Workitem
public WorkItem.WorkItemBuilder workPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
public WorkItem.WorkItemBuilder workPackageName(@Nullable String workPackageName)
Original property name from the Odata EDM: WorkPackageName
public WorkItem.WorkItemBuilder workitemname(@Nullable String workitemname)
Original property name from the Odata EDM: Workitemname
public WorkItem build()
Copyright © 2019 SAP SE. All rights reserved.