Interface SavedSearch.UpdateStages.WithDisplayName

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

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

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: Saved search display name..
  • Method Details

    • withDisplayName

      SavedSearch.Update withDisplayName(String displayName)
      Specifies the displayName property: Saved search display name..
      Parameters:
      displayName - Saved search display name.
      Returns:
      the next definition stage.