Package com.mypurecloud.sdk.v2.model
Class SearchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.SearchCriteria
- All Implemented Interfaces:
Serializable
SearchCriteria
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to apply this search criteria against other criteriastatic enumGets or Sets type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) Set date format for criteria values when using date range search type.The end value of the range.booleanField names to search againstgetGroup()getType()getValue()group(List<SearchCriteria> group) Groups multiple conditionsinthashCode()operator(SearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriavoidsetDateFormat(String dateFormat) voidsetEndValue(String endValue) voidvoidsetGroup(List<SearchCriteria> group) voidsetOperator(SearchCriteria.OperatorEnum operator) voidsetStartValue(String startValue) voidvoidvoidstartValue(String startValue) The start value of the range.toString()type(SearchCriteria.TypeEnum type) A value for the search to match againstA list of values for the search to match against
-
Constructor Details
-
SearchCriteria
public SearchCriteria() -
SearchCriteria
-
-
Method Details
-
endValue
The end value of the range. This field is used for range search types. -
getEndValue
-
setEndValue
-
values
A list of values for the search to match against -
getValues
-
setValues
-
startValue
The start value of the range. This field is used for range search types. -
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
-
group
Groups multiple conditions -
getGroup
-
setGroup
-
dateFormat
Set date format for criteria values when using date range search type. Supports Java date format syntax, example yyyy-MM-dd'T'HH:mm:ss.SSSX. -
getDateFormat
-
setDateFormat
-
type
-
getType
-
setType
-
fields
Field names to search against -
getFields
-
setFields
-
equals
-
hashCode
public int hashCode() -
toString
-