Interface Application.UpdateStages.WithIconIndex

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

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

    Modifier and Type
    Method
    Description
    Specifies the iconIndex property: Index of the icon..
  • Method Details

    • withIconIndex

      Application.Update withIconIndex(Integer iconIndex)
      Specifies the iconIndex property: Index of the icon..
      Parameters:
      iconIndex - Index of the icon.
      Returns:
      the next definition stage.