Interface SavedSearch.UpdateStages.WithCategory

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

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

    Modifier and Type
    Method
    Description
    withCategory(String category)
    Specifies the category property: The category of the saved search.
  • Method Details

    • withCategory

      SavedSearch.Update withCategory(String category)
      Specifies the category property: The category of the saved search. This helps the user to find a saved search faster. .
      Parameters:
      category - The category of the saved search. This helps the user to find a saved search faster.
      Returns:
      the next definition stage.