Interface Application.UpdateStages.WithOptionalProperties
-
- All Known Subinterfaces:
Application.Update
- Enclosing interface:
- Application.UpdateStages
public static interface Application.UpdateStages.WithOptionalPropertiesThe stage of an application update allowing to enable or disable auto upgrade of the application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application.UpdatewithAllowUpdates(boolean allowUpdates)Allows automatic application updates.Application.UpdatewithDisplayName(String displayName)Specifies the display name for the application.
-
-
-
Method Detail
-
withAllowUpdates
Application.Update withAllowUpdates(boolean allowUpdates)
Allows automatic application updates.- Parameters:
allowUpdates- true to allow the automatic updates of the application, otherwise false- Returns:
- the next stage of the update
-
withDisplayName
Application.Update withDisplayName(String displayName)
Specifies the display name for the application.- Parameters:
displayName- a display name- Returns:
- the next stage of the update
-
-