Package com.mypurecloud.sdk.v2.model
Class SurveyAggregateQueryClause
java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyAggregateQueryClause
- All Implemented Interfaces:
Serializable
SurveyAggregateQueryClause
- 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<SurveyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidsetPredicates(List<SurveyAggregateQueryPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates
-
Constructor Details
-
SurveyAggregateQueryClause
public SurveyAggregateQueryClause() -
SurveyAggregateQueryClause
-
-
Method Details
-
type
Boolean operation to apply to the provided predicates -
getType
-
setType
-
predicates
Like a three-word sentence: (attribute-name) (operator) (target-value). -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-