Package com.mypurecloud.sdk.v2.model
Class WorktypeQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.WorktypeQueryRequest
- All Implemented Interfaces:
Serializable
WorktypeQueryRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumList of entity attributes to be expanded in the result.static 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(WorktypeQueryRequest.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(WorktypeQuerySort sort) sort(WorktypeQuerySort sort) SorttoString()
-
Constructor Details
-
WorktypeQueryRequest
public WorktypeQueryRequest() -
WorktypeQueryRequest
-
-
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: 'divisionId', 'id', 'name', 'description', 'defaultWorkbinId', 'defaultDurationSeconds', 'defaultExpirationSeconds', 'defaultDueDurationSeconds', 'defaultPriority', 'defaultLanguageId', 'defaultTtlSeconds', 'assignmentEnabled', 'defaultQueueId', 'schemaId', 'schemaVersion', 'dateCreated', 'dateModified', 'modifiedBy' -
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
-
expands
List of entity attributes to be expanded in the result. -
getExpands
-
setExpands
-
sort
Sort -
getSort
-
setSort
-
equals
-
hashCode
public int hashCode() -
toString
-