Uses of Class
com.mypurecloud.sdk.v2.model.CriteriaGroup
Packages that use CriteriaGroup
-
Uses of CriteriaGroup in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CriteriaGroupModifier and TypeMethodDescriptionCriteriaGroup.and(List<CriteriaItem> and) These criteriaItems will be AND'd together to find a match.CriteriaGroup.criteria(CriteriaItem criteria) A singular critieriaItem to 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.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CriteriaGroupMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CriteriaGroupModifier and TypeMethodDescriptionCriteriaQuery.query(List<CriteriaGroup> query) A list of CriteriaGroups which will be AND'd together to generate a result set.voidCriteriaQuery.setQuery(List<CriteriaGroup> query)