Package com.mypurecloud.sdk.v2.model
Class QueryCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryCriteria
- All Implemented Interfaces:
Serializable
A criteria type that can be used in tandem with other criteria type to create queries of executionData
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets criteriaGroupsstatic enumThe is the name of the criteria that can be queried.static enumThe type of data for the criteria (string, int, etc). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategoryInfo(CriteriaCategoryInfo categoryInfo) A logical grouping and display order for this item.criteriaGroups(List<QueryCriteria.CriteriaGroupsEnum> criteriaGroups) The executionData type that this criteria item can be used on.criteriaKey(QueryCriteria.CriteriaKeyEnum criteriaKey) The is the name of the criteria that can be queried.dataType(QueryCriteria.DataTypeEnum dataType) The type of data for the criteria (string, int, etc).description(String description) The is the description of the criteria.booleaninthashCode()A list of operators that can be used on this criteria.voidsetCategoryInfo(CriteriaCategoryInfo categoryInfo) voidsetCriteriaGroups(List<QueryCriteria.CriteriaGroupsEnum> criteriaGroups) voidsetCriteriaKey(QueryCriteria.CriteriaKeyEnum criteriaKey) voidsetDataType(QueryCriteria.DataTypeEnum dataType) voidsetDescription(String description) voidsetOperators(List<String> operators) toString()
-
Constructor Details
-
QueryCriteria
public QueryCriteria() -
QueryCriteria
-
-
Method Details
-
criteriaKey
The is the name of the criteria that can be queried. -
getCriteriaKey
-
setCriteriaKey
-
criteriaGroups
The executionData type that this criteria item can be used on. -
getCriteriaGroups
-
setCriteriaGroups
-
description
The is the description of the criteria. -
getDescription
-
setDescription
-
operators
A list of operators that can be used on this criteria. -
getOperators
-
setOperators
-
dataType
The type of data for the criteria (string, int, etc). -
getDataType
-
setDataType
-
categoryInfo
A logical grouping and display order for this item. -
getCategoryInfo
-
setCategoryInfo
-
equals
-
hashCode
public int hashCode() -
toString
-