Package com.mypurecloud.sdk.v2.model
Class PatchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchCriteria
- All Implemented Interfaces:
Serializable
PatchCriteria
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()inthashCode()The criteria key.operator(PatchCriteria.OperatorEnum operator) The comparison operator.voidvoidsetOperator(PatchCriteria.OperatorEnum operator) voidsetShouldIgnoreCase(Boolean shouldIgnoreCase) voidshouldIgnoreCase(Boolean shouldIgnoreCase) Should criteria be case insensitive.toString()The criteria values.
-
Constructor Details
-
PatchCriteria
public PatchCriteria() -
PatchCriteria
-
-
Method Details
-
key
The criteria key. -
getKey
-
setKey
-
values
The criteria values. -
getValues
-
setValues
-
shouldIgnoreCase
Should criteria be case insensitive. -
getShouldIgnoreCase
-
setShouldIgnoreCase
-
operator
The comparison operator. -
getOperator
-
setOperator
-
equals
-
hashCode
public int hashCode() -
toString
-