public static interface Application.UpdateStages.WithOptionalProperties
Modifier and Type | Method and Description |
---|---|
Application.Update |
withAllowUpdates(boolean allowUpdates)
Allows automatic application updates.
|
Application.Update |
withDisplayName(String displayName)
Specifies the display name for the application.
|
Application.Update withAllowUpdates(boolean allowUpdates)
allowUpdates
- true to allow the automatic updates of the application, otherwise falseApplication.Update withDisplayName(String displayName)
displayName
- a display nameCopyright © 2019. All rights reserved.