Interface SavedSearch.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    withTags(List<Tag> tags)
    Specifies the tags property: The tags attached to the saved search..
  • Method Details

    • withTags

      SavedSearch.Update withTags(List<Tag> tags)
      Specifies the tags property: The tags attached to the saved search..
      Parameters:
      tags - The tags attached to the saved search.
      Returns:
      the next definition stage.