Package com.mypurecloud.sdk.v2.model
Class ConversationParticipantSearchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationParticipantSearchCriteria
- All Implemented Interfaces:
Serializable
ConversationParticipantSearchCriteria
- 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()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
-
ConversationParticipantSearchCriteria
public ConversationParticipantSearchCriteria() -
ConversationParticipantSearchCriteria
-
-
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 ConversationParticipantSearchCriteria operator(ConversationParticipantSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteria -
getOperator
-
setOperator
-
group
public ConversationParticipantSearchCriteria group(List<ConversationParticipantSearchCriteria> 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
public ConversationParticipantSearchCriteria type(ConversationParticipantSearchCriteria.TypeEnum type) Search Type -
getType
-
setType
-
fields
Field names to search against -
getFields
-
setFields
-
equals
-
hashCode
public int hashCode() -
toString
-