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