Uses of Class
com.mypurecloud.sdk.v2.model.TranscriptSearchCriteria
Packages that use TranscriptSearchCriteria
-
Uses of TranscriptSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptSearchCriteriaModifier and TypeMethodDescriptionTranscriptSearchCriteria.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 againstTranscriptSearchCriteria.group(List<TranscriptSearchCriteria> group) Groups multiple conditionsTranscriptSearchCriteria.operator(TranscriptSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaTranscriptSearchCriteria.startValue(String startValue) The start value of the range.TranscriptSearchCriteria.type(TranscriptSearchCriteria.TypeEnum type) A 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 TranscriptSearchCriteriaModifier and TypeMethodDescriptionTranscriptSearchCriteria.getGroup()TranscriptSearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TranscriptSearchCriteriaModifier and TypeMethodDescriptionTranscriptSearchCriteria.group(List<TranscriptSearchCriteria> group) Groups multiple conditionsTranscriptSearchRequest.query(List<TranscriptSearchCriteria> query) The search criteriavoidTranscriptSearchCriteria.setGroup(List<TranscriptSearchCriteria> group) voidTranscriptSearchRequest.setQuery(List<TranscriptSearchCriteria> query)