Package com.mypurecloud.sdk.v2.model
Class TranscriptAggregateQueryFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.TranscriptAggregateQueryFilter
- All Implemented Interfaces:
Serializable
TranscriptAggregateQueryFilter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumBoolean operation to apply to the provided predicates and clauses -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclauses(List<TranscriptAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingbooleangetType()inthashCode()predicates(List<TranscriptAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidsetClauses(List<TranscriptAggregateQueryClause> clauses) voidsetPredicates(List<TranscriptAggregateQueryPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates and clauses
-
Constructor Details
-
TranscriptAggregateQueryFilter
public TranscriptAggregateQueryFilter() -
TranscriptAggregateQueryFilter
-
-
Method Details
-
type
Boolean operation to apply to the provided predicates and clauses -
getType
-
setType
-
clauses
Boolean 'and/or' logic with up to two-levels of nesting -
getClauses
-
setClauses
-
predicates
public TranscriptAggregateQueryFilter predicates(List<TranscriptAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value). -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-