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