Interface Application.DefinitionStages.WithDefaultVersion

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

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

    • withDefaultVersion

      Application.DefinitionStages.WithCreate withDefaultVersion(String defaultVersion)
      Specifies the defaultVersion property: The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package..
      Parameters:
      defaultVersion - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
      Returns:
      the next definition stage.