Uses of Class
com.mypurecloud.sdk.v2.model.ConversationParticipantSearchCriteria
Packages that use ConversationParticipantSearchCriteria
-
Uses of ConversationParticipantSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationParticipantSearchCriteriaModifier and TypeMethodDescriptionConversationParticipantSearchCriteria.dateFormat(String dateFormat) Set date format for criteria values when using date range search type.The end value of the range.Field names to search againstConversationParticipantSearchCriteria.group(List<ConversationParticipantSearchCriteria> group) Groups multiple conditionsConversationParticipantSearchCriteria.operator(ConversationParticipantSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaConversationParticipantSearchCriteria.startValue(String startValue) The start value of the range.ConversationParticipantSearchCriteria.type(ConversationParticipantSearchCriteria.TypeEnum type) Search TypeA value for the search to match againstA list of values for the search to match againstMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationParticipantSearchCriteriaModifier and TypeMethodDescriptionConversationParticipantSearchCriteria.getGroup()ConversationParticipantSearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationParticipantSearchCriteriaModifier and TypeMethodDescriptionConversationParticipantSearchCriteria.group(List<ConversationParticipantSearchCriteria> group) Groups multiple conditionsConversationParticipantSearchRequest.query(List<ConversationParticipantSearchCriteria> query) voidConversationParticipantSearchCriteria.setGroup(List<ConversationParticipantSearchCriteria> group) voidConversationParticipantSearchRequest.setQuery(List<ConversationParticipantSearchCriteria> query)