Interface SavedSearch.UpdateStages.WithVersion

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

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

    Modifier and Type
    Method
    Description
    withVersion(Long version)
    Specifies the version property: The version number of the query language.
  • Method Details

    • withVersion

      SavedSearch.Update withVersion(Long version)
      Specifies the version property: The version number of the query language. The current version is 2 and is the default..
      Parameters:
      version - The version number of the query language. The current version is 2 and is the default.
      Returns:
      the next definition stage.