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