Interface View.UpdateStages.WithDisplayName

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

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

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: User input name of the view.
  • Method Details

    • withDisplayName

      View.Update withDisplayName(String displayName)
      Specifies the displayName property: User input name of the view. Required..
      Parameters:
      displayName - User input name of the view. Required.
      Returns:
      the next definition stage.