Interface Application.UpdateStages.WithDefaultVersion

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

public static interface Application.UpdateStages.WithDefaultVersion
The stage of the Application update allowing to specify defaultVersion.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDefaultVersion(String defaultVersion)
    Specifies the defaultVersion property: The package to use if a client requests the application but does not specify a version.
  • Method Details

    • withDefaultVersion

      Application.Update 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.