Interface SavedSearch.UpdateStages.WithEtag

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

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

    Modifier and Type
    Method
    Description
    Specifies the etag property: The ETag of the saved search.
  • Method Details

    • withEtag

      SavedSearch.Update withEtag(String etag)
      Specifies the etag property: The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag.
      Parameters:
      etag - The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag.
      Returns:
      the next definition stage.