Package com.mypurecloud.sdk.v2.model
Class DocumentationV2SearchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentationV2SearchRequest
- All Implemented Interfaces:
Serializable
DocumentationV2SearchRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe sort order for results -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregations(List<DocumentationV2SearchAggregation> aggregations) Aggregation criteriabooleangetQuery()getSort()getTypes()inthashCode()pageNumber(Integer pageNumber) The page of resources you want to retrieveThe number of results per pagequery(List<DocumentationV2SearchCriteria> query) The search criteriavoidsetAggregations(List<DocumentationV2SearchAggregation> aggregations) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidvoidsetSort(List<SearchSort> sort) voidvoidvoidsort(List<SearchSort> sort) Multi-value sort order, list of multiple sort valuesThe field in the resource that you want to sort the results byThe sort order for resultstoString()Resource domain type to search
-
Constructor Details
-
DocumentationV2SearchRequest
public DocumentationV2SearchRequest() -
DocumentationV2SearchRequest
-
-
Method Details
-
sortOrder
The sort order for results -
getSortOrder
-
setSortOrder
-
sortBy
The field in the resource that you want to sort the results by -
getSortBy
-
setSortBy
-
pageSize
The number of results per page -
getPageSize
-
setPageSize
-
pageNumber
The page of resources you want to retrieve -
getPageNumber
-
setPageNumber
-
sort
Multi-value sort order, list of multiple sort values -
getSort
-
setSort
-
types
Resource domain type to search -
getTypes
-
setTypes
-
query
The search criteria -
getQuery
-
setQuery
-
aggregations
public DocumentationV2SearchRequest aggregations(List<DocumentationV2SearchAggregation> aggregations) Aggregation criteria -
getAggregations
-
setAggregations
-
equals
-
hashCode
public int hashCode() -
toString
-