Interface Application.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Description of Application..
  • Method Details

    • withDescription

      Application.Update withDescription(String description)
      Specifies the description property: Description of Application..
      Parameters:
      description - Description of Application.
      Returns:
      the next definition stage.