Uses of Class
com.mypurecloud.sdk.v2.model.CriteriaItem
Packages that use CriteriaItem
-
Uses of CriteriaItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CriteriaItemModifier and TypeMethodDescriptionCriteriaGroup.getCriteria()CriteriaItem.key(CriteriaItem.KeyEnum key) The id of the criteria to be checked.CriteriaItem.operator(CriteriaItem.OperatorEnum operator) The operator used to check on the criteria id.The target value used to query on.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CriteriaItemModifier and TypeMethodDescriptionCriteriaGroup.getAnd()CriteriaGroup.getNot()CriteriaGroup.getOr()Methods in com.mypurecloud.sdk.v2.model with parameters of type CriteriaItemModifier and TypeMethodDescriptionCriteriaGroup.criteria(CriteriaItem criteria) A singular critieriaItem to match.voidCriteriaGroup.setCriteria(CriteriaItem criteria) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CriteriaItemModifier and TypeMethodDescriptionCriteriaGroup.and(List<CriteriaItem> and) These criteriaItems will be AND'd together to find a match.CriteriaGroup.not(List<CriteriaItem> not) These criteriaItems must all be false to find a match.CriteriaGroup.or(List<CriteriaItem> or) These criteriaItems will be OR'd together to find a match.voidCriteriaGroup.setAnd(List<CriteriaItem> and) voidCriteriaGroup.setNot(List<CriteriaItem> not) voidCriteriaGroup.setOr(List<CriteriaItem> or)