Interface SavedSearch.UpdateStages.WithFunctionAlias

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

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

    Modifier and Type
    Method
    Description
    withFunctionAlias(String functionAlias)
    Specifies the functionAlias property: The function alias if query serves as a function..
  • Method Details

    • withFunctionAlias

      SavedSearch.Update 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.