Uses of Class
com.mypurecloud.sdk.v2.model.TranscriptAggregateQueryFilter
Packages that use TranscriptAggregateQueryFilter
-
Uses of TranscriptAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptAggregateQueryFilterModifier and TypeMethodDescriptionTranscriptAggregateQueryFilter.clauses(List<TranscriptAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingTranscriptAggregationQuery.getFilter()TranscriptAsyncAggregationQuery.getFilter()TranscriptAggregateQueryFilter.predicates(List<TranscriptAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).TranscriptAggregateQueryFilter.type(TranscriptAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type TranscriptAggregateQueryFilterModifier and TypeMethodDescriptionTranscriptAggregationQuery.filter(TranscriptAggregateQueryFilter filter) Behaves like a SQL WHERE clause.TranscriptAsyncAggregationQuery.filter(TranscriptAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidTranscriptAggregationQuery.setFilter(TranscriptAggregateQueryFilter filter) voidTranscriptAsyncAggregationQuery.setFilter(TranscriptAggregateQueryFilter filter)