Package com.mypurecloud.sdk.v2.model
Class WorkitemQueryPostRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemQueryPostRequest
- All Implemented Interfaces:
Serializable
WorkitemQueryPostRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets expandsstatic enumSpecify the value 'Count' for this parameter in order to return only the record count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe cursor that points to the end of the set of entities that has been returned.attributes(List<String> attributes) List of entity attributes to be retrieved in the result.booleanexpands(List<WorkitemQueryPostRequest.ExpandsEnum> expands) List of entity attributes to be expanded in the result.filters(List<WorkitemFilter> filters) List of filter objects to be used in the search.getAfter()getSort()inthashCode()Limit the number of entities to return.Specify the value 'Count' for this parameter in order to return only the record count.voidvoidsetAttributes(List<String> attributes) voidvoidsetFilters(List<WorkitemFilter> filters) voidsetPageSize(Integer pageSize) voidvoidsetSort(WorkitemQuerySort sort) sort(WorkitemQuerySort sort) SorttoString()
-
Constructor Details
-
WorkitemQueryPostRequest
public WorkitemQueryPostRequest() -
WorkitemQueryPostRequest
-
-
Method Details
-
pageSize
Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. -
getPageSize
-
setPageSize
-
select
Specify the value 'Count' for this parameter in order to return only the record count. -
getSelect
-
setSelect
-
filters
List of filter objects to be used in the search. Valid filter names are: 'workbinId', 'typeId, 'assigneeId', 'id', 'name', 'description', 'languageId', 'priority', 'dateCreated', 'dateModified', 'dateDue', 'dateExpires', 'durationInSeconds', 'ttl', 'statusId', 'statusCategory', 'dateClosed', 'externalContactId', 'reporterId', 'queueId', 'externalTag', 'modifiedBy', 'assignmentState', 'divisionId', 'caseId', 'externalContactId', 'customFields.' -
getFilters
-
setFilters
-
attributes
List of entity attributes to be retrieved in the result. -
getAttributes
-
setAttributes
-
after
The cursor that points to the end of the set of entities that has been returned. -
getAfter
-
setAfter
-
sort
Sort -
getSort
-
setSort
-
expands
List of entity attributes to be expanded in the result. -
getExpands
-
setExpands
-
equals
-
hashCode
public int hashCode() -
toString
-