Interface View.DefinitionStages.WithDisplayName

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

public static interface View.DefinitionStages.WithDisplayName
The stage of the View definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      View.DefinitionStages.WithCreate 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.