Package com.mypurecloud.sdk.v2.model
Class AgentUtilizationAggregateQueryPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentUtilizationAggregateQueryPredicate
- All Implemented Interfaces:
Serializable
AgentUtilizationAggregateQueryPredicate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumLeft hand side for dimension predicatesstatic enumOptional operator, default is matchesstatic enumOptional type, can usually be inferred -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLeft hand side for dimension predicatesbooleangetRange()getType()getValue()inthashCode()Optional operator, default is matchesrange(NumericRange range) Right hand side for dimension predicatesvoidvoidvoidsetRange(NumericRange range) voidvoidtoString()Optional type, can usually be inferredRight hand side for dimension predicates
-
Constructor Details
-
AgentUtilizationAggregateQueryPredicate
public AgentUtilizationAggregateQueryPredicate() -
AgentUtilizationAggregateQueryPredicate
-
-
Method Details
-
type
public AgentUtilizationAggregateQueryPredicate type(AgentUtilizationAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferred -
getType
-
setType
-
dimension
public AgentUtilizationAggregateQueryPredicate dimension(AgentUtilizationAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicates -
getDimension
-
setDimension
-
operator
public AgentUtilizationAggregateQueryPredicate operator(AgentUtilizationAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matches -
getOperator
-
setOperator
-
value
Right hand side for dimension predicates -
getValue
-
setValue
-
range
Right hand side for dimension predicates -
getRange
-
setRange
-
equals
-
hashCode
public int hashCode() -
toString
-