Package com.mypurecloud.sdk.v2.model
Class EvaluationSearchCriteriaDTO
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationSearchCriteriaDTO
- All Implemented Interfaces:
Serializable
EvaluationSearchCriteriaDTO
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumField name to search againststatic enumHow to apply this search criteria against other criteriastatic enumThe type of query Operation to Perform -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end value of the range.booleanField name to search againstgetField()getType()getValue()inthashCode()How to apply this search criteria against other criteriavoidsetEndValue(String endValue) voidvoidvoidsetStartValue(String startValue) voidvoidvoidstartValue(String startValue) The start value of the range.toString()The type of query Operation to PerformA value for the search to match againstA list of values for the search to match against.
-
Constructor Details
-
EvaluationSearchCriteriaDTO
public EvaluationSearchCriteriaDTO() -
EvaluationSearchCriteriaDTO
-
-
Method Details
-
type
The type of query Operation to Perform -
getType
-
setType
-
field
Field name to search against -
getField
-
setField
-
endValue
The end value of the range. This field is used for range search types. Date values must be in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. -
getEndValue
-
setEndValue
-
values
A list of values for the search to match against. Only for Type: EXACT -
getValues
-
setValues
-
startValue
The start value of the range. This field is used for range search types. Date values must be in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. -
getStartValue
-
setStartValue
-
value
A value for the search to match against -
getValue
-
setValue
-
operator
How to apply this search criteria against other criteria -
getOperator
-
setOperator
-
equals
-
hashCode
public int hashCode() -
toString
-