Package com.mypurecloud.sdk.v2.model
Class QueryCriteriaItem
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryCriteriaItem
- All Implemented Interfaces:
Serializable
A singular item used to query libraries
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe key to filter onstatic enumThe operator for comparison. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getValue()inthashCode()The key to filter onoperator(QueryCriteriaItem.OperatorEnum operator) The operator for comparison.voidvoidsetOperator(QueryCriteriaItem.OperatorEnum operator) voidtoString()The target value to match
-
Constructor Details
-
QueryCriteriaItem
public QueryCriteriaItem() -
QueryCriteriaItem
-
-
Method Details
-
key
The key to filter on -
getKey
-
setKey
-
operator
The operator for comparison. For DivisionId, only EQUALS and NOTEQUALS operators are supported. -
getOperator
-
setOperator
-
value
The target value to match -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-