Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentAggregateQueryRequestClause
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentAggregateQueryRequestClause
- All Implemented Interfaces:
Serializable
LearningAssignmentAggregateQueryRequestClause
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe logic used to combine the predicates -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LearningAssignmentAggregateQueryRequestClause
public LearningAssignmentAggregateQueryRequestClause() -
LearningAssignmentAggregateQueryRequestClause
-
-
Method Details
-
type
public LearningAssignmentAggregateQueryRequestClause type(LearningAssignmentAggregateQueryRequestClause.TypeEnum type) The logic used to combine the predicates -
getType
-
setType
-
predicates
public LearningAssignmentAggregateQueryRequestClause predicates(List<LearningAssignmentAggregateQueryRequestPredicate> predicates) The list of predicates used to filter the data -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-