Package com.mypurecloud.sdk.v2.model
Class TeamActivityQueryPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.TeamActivityQueryPredicate
- All Implemented Interfaces:
Serializable
TeamActivityQueryPredicate
- 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
-
Constructor Details
-
TeamActivityQueryPredicate
public TeamActivityQueryPredicate() -
TeamActivityQueryPredicate
-
-
Method Details
-
type
Optional type, can usually be inferred -
getType
-
setType
-
dimension
Left hand side for dimension predicates -
getDimension
-
setDimension
-
operator
Optional operator, default is matches -
getOperator
-
setOperator
-
value
Right hand side for dimension predicates -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-