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