Uses of Class
com.mypurecloud.sdk.v2.model.QueryCriteria
Packages that use QueryCriteria
-
Uses of QueryCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryCriteriaModifier and TypeMethodDescriptionQueryCriteria.categoryInfo(CriteriaCategoryInfo categoryInfo) A logical grouping and display order for this item.QueryCriteria.criteriaGroups(List<QueryCriteria.CriteriaGroupsEnum> criteriaGroups) The executionData type that this criteria item can be used on.QueryCriteria.criteriaKey(QueryCriteria.CriteriaKeyEnum criteriaKey) The is the name of the criteria that can be queried.QueryCriteria.dataType(QueryCriteria.DataTypeEnum dataType) The type of data for the criteria (string, int, etc).QueryCriteria.description(String description) The is the description of the criteria.A list of operators that can be used on this criteria.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueryCriteriaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueryCriteriaModifier and TypeMethodDescriptionFlowsQueryCriteriaResponse.criteria(List<QueryCriteria> criteria) The is a list of allowed criteria to query on.voidFlowsQueryCriteriaResponse.setCriteria(List<QueryCriteria> criteria)