Package com.mypurecloud.sdk.v2.model
Class DocumentationV2SearchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentationV2SearchCriteria
- All Implemented Interfaces:
Serializable
DocumentationV2SearchCriteria
- 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<DocumentationV2SearchCriteria> group) Groups multiple conditionsinthashCode()How to apply this search criteria against other criteriavoidsetDateFormat(String dateFormat) voidsetEndValue(String endValue) voidvoidvoidvoidsetStartValue(String startValue) voidvoidvoidstartValue(String startValue) The start value of the range.toString()A value for the search to match againstA list of values for the search to match against
-
Constructor Details
-
DocumentationV2SearchCriteria
public DocumentationV2SearchCriteria() -
DocumentationV2SearchCriteria
-
-
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
-