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