Interface App.UpdateStages.WithDisplayName

  • All Known Subinterfaces:
    App.Update
    Enclosing interface:
    App.UpdateStages

    public static interface App.UpdateStages.WithDisplayName
    The stage of the App update allowing to specify displayName.
    • Method Detail

      • withDisplayName

        App.Update withDisplayName​(String displayName)
        Specifies the displayName property: The display name of the application..
        Parameters:
        displayName - The display name of the application.
        Returns:
        the next definition stage.