Package com.mypurecloud.sdk.v2.model
Class DocumentationSearchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentationSearchCriteria
- All Implemented Interfaces:
Serializable
DocumentationSearchCriteria
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to apply this search criteria against other criteriastatic enumSearch 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<DocumentationSearchCriteria> group) Groups multiple conditionsinthashCode()How to apply this search criteria against other criteriavoidsetDateFormat(String dateFormat) voidsetEndValue(String endValue) voidvoidsetGroup(List<DocumentationSearchCriteria> group) voidvoidsetStartValue(String startValue) voidvoidvoidstartValue(String startValue) The start value of the range.toString()Search TypeA value for the search to match againstA list of values for the search to match against
-
Constructor Details
-
DocumentationSearchCriteria
public DocumentationSearchCriteria() -
DocumentationSearchCriteria
-
-
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
Search Type -
getType
-
setType
-
fields
Field names to search against -
getFields
-
setFields
-
equals
-
hashCode
public int hashCode() -
toString
-