Interface Application.UpdateStages.WithIconPath

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

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

    Modifier and Type
    Method
    Description
    withIconPath(String iconPath)
    Specifies the iconPath property: Path to icon..
  • Method Details

    • withIconPath

      Application.Update withIconPath(String iconPath)
      Specifies the iconPath property: Path to icon..
      Parameters:
      iconPath - Path to icon.
      Returns:
      the next definition stage.