Package com.mypurecloud.sdk.v2.model
Class QueryCriteriaGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryCriteriaGroup
- All Implemented Interfaces:
Serializable
A group of logical items for library queries
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(List<QueryCriteriaItem> and) Items that will be AND'd togethercriteria(QueryCriteriaItem criteria) A single itembooleangetAnd()getNot()getOr()inthashCode()not(List<QueryCriteriaItem> not) Items that must all be falseor(List<QueryCriteriaItem> or) Items that will be OR'd togethervoidsetAnd(List<QueryCriteriaItem> and) voidsetCriteria(QueryCriteriaItem criteria) voidsetNot(List<QueryCriteriaItem> not) voidsetOr(List<QueryCriteriaItem> or) toString()
-
Constructor Details
-
QueryCriteriaGroup
public QueryCriteriaGroup() -
QueryCriteriaGroup
-
-
Method Details
-
and
Items that will be AND'd together -
getAnd
-
setAnd
-
or
Items that will be OR'd together -
getOr
-
setOr
-
not
Items that must all be false -
getNot
-
setNot
-
criteria
A single item -
getCriteria
-
setCriteria
-
equals
-
hashCode
public int hashCode() -
toString
-