Uses of Class
com.mypurecloud.sdk.v2.model.AgentUtilizationAggregateQueryPredicate
Packages that use AgentUtilizationAggregateQueryPredicate
-
Uses of AgentUtilizationAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentUtilizationAggregateQueryPredicateModifier and TypeMethodDescriptionAgentUtilizationAggregateQueryPredicate.dimension(AgentUtilizationAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesAgentUtilizationAggregateQueryPredicate.operator(AgentUtilizationAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesAgentUtilizationAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesAgentUtilizationAggregateQueryPredicate.type(AgentUtilizationAggregateQueryPredicate.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 AgentUtilizationAggregateQueryPredicateModifier and TypeMethodDescriptionAgentUtilizationAggregateQueryClause.getPredicates()AgentUtilizationAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AgentUtilizationAggregateQueryPredicateModifier and TypeMethodDescriptionAgentUtilizationAggregateQueryClause.predicates(List<AgentUtilizationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).AgentUtilizationAggregateQueryFilter.predicates(List<AgentUtilizationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidAgentUtilizationAggregateQueryClause.setPredicates(List<AgentUtilizationAggregateQueryPredicate> predicates) voidAgentUtilizationAggregateQueryFilter.setPredicates(List<AgentUtilizationAggregateQueryPredicate> predicates)