Interface SavedSearch.DefinitionStages.WithVersion

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

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

    • withVersion

      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.