Modifier and Type | Class and Description |
---|---|
static class |
WorkItem.WorkItemBuilder |
Modifier and Type | Field and Description |
---|---|
static WorkItemSelectable |
ALL_FIELDS
Selector for all available fields of WorkItem.
|
static WorkItemField<String> |
PROJECT_ID
Use with available fluent helpers to apply the ProjectID field to query operations.
|
static WorkItemField<String> |
WORK_PACKAGE_ID
Use with available fluent helpers to apply the WorkPackageID field to query operations.
|
static WorkItemField<String> |
WORK_PACKAGE_NAME
Use with available fluent helpers to apply the WorkPackageName field to query operations.
|
static WorkItemField<String> |
WORKITEM
Use with available fluent helpers to apply the Workitem field to query operations.
|
static WorkItemField<String> |
WORKITEMNAME
Use with available fluent helpers to apply the Workitemname field to query operations.
|
Constructor and Description |
---|
WorkItem() |
WorkItem(String projectID,
String workitem,
String workPackageID,
String workPackageName,
String workitemname,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static WorkItem.WorkItemBuilder |
builder() |
boolean |
equals(Object o) |
static <T> WorkItemField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getProjectID()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Class<WorkItem> |
getType() |
String |
getWorkitem()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getWorkitemname()
Constraints: Not nullable, Maximum length: 40
|
String |
getWorkPackageID()
(Key Field) Constraints: Not nullable, Maximum length: 50
|
String |
getWorkPackageName()
(Key Field) Constraints: Not nullable, Maximum length: 60
|
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setProjectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setWorkitem(String workitem)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWorkitemname(String workitemname)
Constraints: Not nullable, Maximum length: 40
|
void |
setWorkPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
void |
setWorkPackageName(String workPackageName)
(Key Field) Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final WorkItemSelectable ALL_FIELDS
public static final WorkItemField<String> PROJECT_ID
public static final WorkItemField<String> WORKITEM
public static final WorkItemField<String> WORK_PACKAGE_ID
public static final WorkItemField<String> WORK_PACKAGE_NAME
public static final WorkItemField<String> WORKITEMNAME
@Generated(value="lombok") public WorkItem()
@ConstructorProperties(value={"projectID","workitem","workPackageID","workPackageName","workitemname","erpConfigContext"}) @Generated(value="lombok") public WorkItem(@Nullable String projectID, @Nullable String workitem, @Nullable String workPackageID, @Nullable String workPackageName, @Nullable String workitemname, @Nullable ErpConfigContext erpConfigContext)
public static <T> WorkItemField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Generated(value="lombok") public static WorkItem.WorkItemBuilder builder()
@Nullable @Generated(value="lombok") public String getProjectID()
@Nullable @Generated(value="lombok") public String getWorkitem()
@Nullable @Generated(value="lombok") public String getWorkPackageID()
@Nullable @Generated(value="lombok") public String getWorkPackageName()
@Nullable @Generated(value="lombok") public String getWorkitemname()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setProjectID(@Nullable String projectID)
projectID
- @Generated(value="lombok") public void setWorkitem(@Nullable String workitem)
workitem
- @Generated(value="lombok") public void setWorkPackageID(@Nullable String workPackageID)
workPackageID
- @Generated(value="lombok") public void setWorkPackageName(@Nullable String workPackageName)
workPackageName
- @Generated(value="lombok") public void setWorkitemname(@Nullable String workitemname)
workitemname
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2018 SAP SE. All rights reserved.