Uses of Class
com.mypurecloud.sdk.v2.model.TranscriptAggregateQueryPredicate
Packages that use TranscriptAggregateQueryPredicate
-
Uses of TranscriptAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptAggregateQueryPredicateModifier and TypeMethodDescriptionTranscriptAggregateQueryPredicate.dimension(TranscriptAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesTranscriptAggregateQueryPredicate.operator(TranscriptAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesTranscriptAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesTranscriptAggregateQueryPredicate.type(TranscriptAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferredRight hand side for dimension predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TranscriptAggregateQueryPredicateModifier and TypeMethodDescriptionTranscriptAggregateQueryClause.getPredicates()TranscriptAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TranscriptAggregateQueryPredicateModifier and TypeMethodDescriptionTranscriptAggregateQueryClause.predicates(List<TranscriptAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).TranscriptAggregateQueryFilter.predicates(List<TranscriptAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidTranscriptAggregateQueryClause.setPredicates(List<TranscriptAggregateQueryPredicate> predicates) voidTranscriptAggregateQueryFilter.setPredicates(List<TranscriptAggregateQueryPredicate> predicates)