Uses of Class
com.mypurecloud.sdk.v2.model.RowSearchPredicate
Packages that use RowSearchPredicate
-
Uses of RowSearchPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RowSearchPredicateModifier and TypeMethodDescriptionThe decision table column identifier this predicate applies toRowSearchPredicate.operator(RowSearchPredicate.OperatorEnum operator) The search operator for this predicateRowSearchPredicate.special(RowSearchPredicate.SpecialEnum special) The special value that will be searched for in rows.The value that will be searched for in rows.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type RowSearchPredicateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RowSearchPredicateModifier and TypeMethodDescriptionRowSearchFilter.predicates(List<RowSearchPredicate> predicates) The predicates that each row matches in the search results must matchvoidRowSearchFilter.setPredicates(List<RowSearchPredicate> predicates)