Package com.mypurecloud.sdk.v2.model
Class AgentUtilizationAggregateQueryFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentUtilizationAggregateQueryFilter
- All Implemented Interfaces:
Serializable
AgentUtilizationAggregateQueryFilter
- 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<AgentUtilizationAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingbooleangetType()inthashCode()predicates(List<AgentUtilizationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidvoidsetPredicates(List<AgentUtilizationAggregateQueryPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates and clauses
-
Constructor Details
-
AgentUtilizationAggregateQueryFilter
public AgentUtilizationAggregateQueryFilter() -
AgentUtilizationAggregateQueryFilter
-
-
Method Details
-
type
public AgentUtilizationAggregateQueryFilter type(AgentUtilizationAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clauses -
getType
-
setType
-
clauses
public AgentUtilizationAggregateQueryFilter clauses(List<AgentUtilizationAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nesting -
getClauses
-
setClauses
-
predicates
public AgentUtilizationAggregateQueryFilter predicates(List<AgentUtilizationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value). -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-