Uses of Class
com.mypurecloud.sdk.v2.model.TranscriptAggregateQueryClause
Packages that use TranscriptAggregateQueryClause
-
Uses of TranscriptAggregateQueryClause in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptAggregateQueryClauseModifier and TypeMethodDescriptionTranscriptAggregateQueryClause.predicates(List<TranscriptAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).TranscriptAggregateQueryClause.type(TranscriptAggregateQueryClause.TypeEnum type) Boolean operation to apply to the provided predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TranscriptAggregateQueryClauseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TranscriptAggregateQueryClauseModifier and TypeMethodDescriptionTranscriptAggregateQueryFilter.clauses(List<TranscriptAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingvoidTranscriptAggregateQueryFilter.setClauses(List<TranscriptAggregateQueryClause> clauses)