Package com.mypurecloud.sdk.v2.model
Class WorkbinQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkbinQueryRequest
- All Implemented Interfaces:
Serializable
WorkbinQueryRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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.booleanfilters(List<WorkitemFilter> filters) List of filter objects to be used in the search.getAfter()getSort()inthashCode()Limit the number of entities to return.select(WorkbinQueryRequest.SelectEnum select) Specify the value 'Count' for this parameter in order to return only the record count.voidvoidsetAttributes(List<String> attributes) voidsetFilters(List<WorkitemFilter> filters) voidsetPageSize(Integer pageSize) voidvoidsetSort(WorkbinQuerySort sort) sort(WorkbinQuerySort sort) SorttoString()
-
Constructor Details
-
WorkbinQueryRequest
public WorkbinQueryRequest() -
WorkbinQueryRequest
-
-
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: 'id', 'name', 'description', 'divisionId', '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
-
sort
Sort -
getSort
-
setSort
-
equals
-
hashCode
public int hashCode() -
toString
-