Package com.mypurecloud.sdk.v2.model
Class CriteriaGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.CriteriaGroup
- All Implemented Interfaces:
Serializable
A group of logical or a singular criteria used to create a query of executionData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(List<CriteriaItem> and) These criteriaItems will be AND'd together to find a match.criteria(CriteriaItem criteria) A singular critieriaItem to match.booleangetAnd()getNot()getOr()inthashCode()not(List<CriteriaItem> not) These criteriaItems must all be false to find a match.or(List<CriteriaItem> or) These criteriaItems will be OR'd together to find a match.voidsetAnd(List<CriteriaItem> and) voidsetCriteria(CriteriaItem criteria) voidsetNot(List<CriteriaItem> not) voidsetOr(List<CriteriaItem> or) toString()
-
Constructor Details
-
CriteriaGroup
public CriteriaGroup() -
CriteriaGroup
-
-
Method Details
-
and
These criteriaItems will be AND'd together to find a match. -
getAnd
-
setAnd
-
or
These criteriaItems will be OR'd together to find a match. -
getOr
-
setOr
-
not
These criteriaItems must all be false to find a match. -
getNot
-
setNot
-
criteria
A singular critieriaItem to match. -
getCriteria
-
setCriteria
-
equals
-
hashCode
public int hashCode() -
toString
-