Uses of Class
com.mypurecloud.sdk.v2.model.TeamActivityQueryClause
Packages that use TeamActivityQueryClause
-
Uses of TeamActivityQueryClause in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TeamActivityQueryClauseModifier and TypeMethodDescriptionTeamActivityQueryClause.predicates(List<TeamActivityQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).TeamActivityQueryClause.type(TeamActivityQueryClause.TypeEnum type) Boolean operation to apply to the provided predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TeamActivityQueryClauseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TeamActivityQueryClauseModifier and TypeMethodDescriptionTeamActivityQueryFilter.clauses(List<TeamActivityQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingvoidTeamActivityQueryFilter.setClauses(List<TeamActivityQueryClause> clauses)