Interface SavedSearch.UpdateStages.WithQuery

All Known Subinterfaces:
SavedSearch.Update
Enclosing interface:
SavedSearch.UpdateStages

public static interface SavedSearch.UpdateStages.WithQuery
The stage of the SavedSearch update allowing to specify query.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the query property: The query expression for the saved search..
  • Method Details

    • withQuery

      SavedSearch.Update withQuery(String query)
      Specifies the query property: The query expression for the saved search..
      Parameters:
      query - The query expression for the saved search.
      Returns:
      the next definition stage.