Interface Application.DefinitionStages.WithDescription

All Known Subinterfaces:
Application.Definition, Application.DefinitionStages.Blank, Application.DefinitionStages.WithCreate
Enclosing interface:
Application.DefinitionStages

public static interface Application.DefinitionStages.WithDescription
The stage of the Application definition allowing to specify description.
  • Method Details

    • withDescription

      Application.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: description of the application.
      Parameters:
      description - description of the application.
      Returns:
      the next definition stage.