Interface SavedSearch.DefinitionStages.WithFunctionAlias

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

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

    • withFunctionAlias

      SavedSearch.DefinitionStages.WithCreate withFunctionAlias(String functionAlias)
      Specifies the functionAlias property: The function alias if query serves as a function..
      Parameters:
      functionAlias - The function alias if query serves as a function.
      Returns:
      the next definition stage.