Interface Application.UpdateStages.WithFriendlyName

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

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

    Modifier and Type
    Method
    Description
    withFriendlyName(String friendlyName)
    Specifies the friendlyName property: Friendly name of Application..
  • Method Details

    • withFriendlyName

      Application.Update withFriendlyName(String friendlyName)
      Specifies the friendlyName property: Friendly name of Application..
      Parameters:
      friendlyName - Friendly name of Application.
      Returns:
      the next definition stage.