Interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>

Type Parameters:
N - The type of the next step.
All Known Subinterfaces:
SimpleQueryStringPredicateFieldMoreStep<S,N>

public interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>
The step in an "simple query string" predicate definition where the query string to match can be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    matching(String simpleQueryString)
    Require at least one of the targeted fields to match the given query string.
  • Method Details

    • matching

      N matching(String simpleQueryString)
      Require at least one of the targeted fields to match the given query string.
      Parameters:
      simpleQueryString - The query string to match.
      Returns:
      The next step.