Package com.mypurecloud.sdk.v2.model
Class MatchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.MatchCriteria
- All Implemented Interfaces:
Serializable
Defines a simple matching condition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of operation to perform for matching check -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.fasterxml.jackson.databind.JsonNodegetValue()List<com.fasterxml.jackson.databind.JsonNode>inthashCode()The Goessner json path of the field to matchoperator(MatchCriteria.OperatorEnum operator) The type of operation to perform for matching checkvoidsetJsonPath(String jsonPath) voidsetOperator(MatchCriteria.OperatorEnum operator) voidsetValue(com.fasterxml.jackson.databind.JsonNode value) voidtoString()value(com.fasterxml.jackson.databind.JsonNode value) The value to match on.The list of values to match on.
-
Constructor Details
-
MatchCriteria
public MatchCriteria() -
MatchCriteria
-
-
Method Details
-
jsonPath
The Goessner json path of the field to match -
getJsonPath
-
setJsonPath
-
operator
The type of operation to perform for matching check -
getOperator
-
setOperator
-
value
The value to match on. Only one of value and values can be included -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue() -
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value) -
values
The list of values to match on. Only one of value and values can be included -
getValues
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-