Interface SavedSearch.DefinitionStages.WithEtag

All Known Subinterfaces:
SavedSearch.Definition, SavedSearch.DefinitionStages.WithCreate
Enclosing interface:
SavedSearch.DefinitionStages

public static interface SavedSearch.DefinitionStages.WithEtag
The stage of the SavedSearch definition allowing to specify etag.
  • Method Details

    • withEtag

      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.