Package com.mypurecloud.sdk.v2.model
Class CriteriaItem
java.lang.Object
com.mypurecloud.sdk.v2.model.CriteriaItem
- All Implemented Interfaces:
Serializable
A singular criteria used to query executionData.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe id of the criteria to be checked.static enumThe operator used to check on the criteria id. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getValue()inthashCode()key(CriteriaItem.KeyEnum key) The id of the criteria to be checked.operator(CriteriaItem.OperatorEnum operator) The operator used to check on the criteria id.voidvoidsetOperator(CriteriaItem.OperatorEnum operator) voidtoString()The target value used to query on.
-
Constructor Details
-
CriteriaItem
public CriteriaItem() -
CriteriaItem
-
-
Method Details
-
key
The id of the criteria to be checked. -
getKey
-
setKey
-
operator
The operator used to check on the criteria id. -
getOperator
-
setOperator
-
value
The target value used to query on. -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-