Package com.mypurecloud.sdk.v2.model
Class QueryCriteriaQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryCriteriaQuery
- All Implemented Interfaces:
Serializable
Query object for searching libraries based on criteria
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()inthashCode()query(List<QueryCriteriaGroup> query) List of criteria groups that will be AND'd togethervoidsetQuery(List<QueryCriteriaGroup> query) toString()
-
Constructor Details
-
QueryCriteriaQuery
public QueryCriteriaQuery() -
QueryCriteriaQuery
-
-
Method Details