Package com.mypurecloud.sdk.v2.model
Class GKNDocumentationSearchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.GKNDocumentationSearchCriteria
- All Implemented Interfaces:
Serializable
GKNDocumentationSearchCriteria
- 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<GKNDocumentationSearchCriteria> 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()Search TypeA value for the search to match againstA list of values for the search to match against
-
Constructor Details
-
GKNDocumentationSearchCriteria
public GKNDocumentationSearchCriteria() -
GKNDocumentationSearchCriteria
-
-
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
public GKNDocumentationSearchCriteria operator(GKNDocumentationSearchCriteria.OperatorEnum 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
-