Uses of Class
com.mypurecloud.sdk.v2.model.QueryCriteriaGroup
Packages that use QueryCriteriaGroup
-
Uses of QueryCriteriaGroup in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryCriteriaGroupModifier and TypeMethodDescriptionQueryCriteriaGroup.and(List<QueryCriteriaItem> and) Items that will be AND'd togetherQueryCriteriaGroup.criteria(QueryCriteriaItem criteria) A single itemQueryCriteriaGroup.not(List<QueryCriteriaItem> not) Items that must all be falseQueryCriteriaGroup.or(List<QueryCriteriaItem> or) Items that will be OR'd togetherMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueryCriteriaGroupMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueryCriteriaGroupModifier and TypeMethodDescriptionQueryCriteriaQuery.query(List<QueryCriteriaGroup> query) List of criteria groups that will be AND'd togethervoidQueryCriteriaQuery.setQuery(List<QueryCriteriaGroup> query)