Interface StringSearch.Builder

  • Method Details

    • searchOption

      StringSearch.Builder searchOption(String searchOption)

      The search option to be applied when performing the string search.

      Parameters:
      searchOption - The search option to be applied when performing the string search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • searchOption

      StringSearch.Builder searchOption(SearchOption searchOption)

      The search option to be applied when performing the string search.

      Parameters:
      searchOption - The search option to be applied when performing the string search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • searchValue

      StringSearch.Builder searchValue(String searchValue)

      The value to search for within the specified string field.

      Parameters:
      searchValue - The value to search for within the specified string field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.