Interface StringSearch.Builder

  • Method Details

    • searchOption

      StringSearch.Builder searchOption(String searchOption)

      The type of search operation to perform on the string value. Determines how the search value is matched against the target field.

      Parameters:
      searchOption - The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • searchOption

      StringSearch.Builder searchOption(SearchOption searchOption)

      The type of search operation to perform on the string value. Determines how the search value is matched against the target field.

      Parameters:
      searchOption - The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • searchValue

      StringSearch.Builder searchValue(String searchValue)

      The string value to use in the search operation. This value is compared against the target field using the specified search option.

      Parameters:
      searchValue - The string value to use in the search operation. This value is compared against the target field using the specified search option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.