Interface CommonQueryStringPredicateMatchingStep<N extends CommonQueryStringPredicateOptionsStep<?>>
- Type Parameters:
N- The type of the next step.
- All Known Subinterfaces:
CommonQueryStringPredicateFieldMoreStep<SR,,S, N, FR> QueryStringPredicateFieldMoreStep<SR,,S, N> QueryStringPredicateMatchingStep<N>,SimpleQueryStringPredicateFieldMoreStep<SR,,S, N> SimpleQueryStringPredicateMatchingStep<N>
public interface CommonQueryStringPredicateMatchingStep<N extends CommonQueryStringPredicateOptionsStep<?>>
The step in a query string predicate definition, where the query string to match can be set.
-
Method Summary
-
Method Details
-
matching
Require at least one of the targeted fields to match the given query string.- Parameters:
queryString- The query string to match.- Returns:
- The next step.
-