Package com.mypurecloud.sdk.v2.model
Class EntityTypeCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.EntityTypeCriteria
- All Implemented Interfaces:
Serializable
EntityTypeCriteria
- 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(EntityTypeCriteria.EntityTypeEnum entityType) The entity to match the pattern against.booleangetKey()inthashCode()The criteria key.operator(EntityTypeCriteria.OperatorEnum operator) The comparison operator.voidsetEntityType(EntityTypeCriteria.EntityTypeEnum entityType) voidvoidsetOperator(EntityTypeCriteria.OperatorEnum operator) voidsetShouldIgnoreCase(Boolean shouldIgnoreCase) voidshouldIgnoreCase(Boolean shouldIgnoreCase) Should criteria be case insensitive.toString()The criteria values.
-
Constructor Details
-
EntityTypeCriteria
public EntityTypeCriteria() -
EntityTypeCriteria
-
-
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
-