Package com.mypurecloud.sdk.v2.model
Class PatchEntityTypeCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchEntityTypeCriteria
- All Implemented Interfaces:
Serializable
PatchEntityTypeCriteria
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe entity to match the pattern against.static enumThe comparison operator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentityType(PatchEntityTypeCriteria.EntityTypeEnum entityType) The entity to match the pattern against.booleangetKey()inthashCode()The criteria key.operator(PatchEntityTypeCriteria.OperatorEnum operator) The comparison operator.voidsetEntityType(PatchEntityTypeCriteria.EntityTypeEnum entityType) voidvoidvoidsetShouldIgnoreCase(Boolean shouldIgnoreCase) voidshouldIgnoreCase(Boolean shouldIgnoreCase) Should criteria be case insensitive.toString()The criteria values.
-
Constructor Details
-
PatchEntityTypeCriteria
public PatchEntityTypeCriteria() -
PatchEntityTypeCriteria
-
-
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
-
entityType
The entity to match the pattern against. -
getEntityType
-
setEntityType
-
equals
-
hashCode
public int hashCode() -
toString
-