Package com.mypurecloud.sdk.v2.model
Class AgentUtilizationAggregateQueryClause
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentUtilizationAggregateQueryClause
- All Implemented Interfaces:
Serializable
AgentUtilizationAggregateQueryClause
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumBoolean operation to apply to the provided predicates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()predicates(List<AgentUtilizationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidsetPredicates(List<AgentUtilizationAggregateQueryPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates
-
Constructor Details
-
AgentUtilizationAggregateQueryClause
public AgentUtilizationAggregateQueryClause() -
AgentUtilizationAggregateQueryClause
-
-
Method Details
-
type
public AgentUtilizationAggregateQueryClause type(AgentUtilizationAggregateQueryClause.TypeEnum type) Boolean operation to apply to the provided predicates -
getType
-
setType
-
predicates
public AgentUtilizationAggregateQueryClause predicates(List<AgentUtilizationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value). -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-