public class ApplicationUpdateParameters extends Object
| Constructor and Description |
|---|
ApplicationUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowUpdates()
Get the allowUpdates value.
|
String |
defaultVersion()
Get the defaultVersion value.
|
String |
displayName()
Get the displayName value.
|
ApplicationUpdateParameters |
withAllowUpdates(Boolean allowUpdates)
Set the allowUpdates value.
|
ApplicationUpdateParameters |
withDefaultVersion(String defaultVersion)
Set the defaultVersion value.
|
ApplicationUpdateParameters |
withDisplayName(String displayName)
Set the displayName value.
|
public Boolean allowUpdates()
public ApplicationUpdateParameters withAllowUpdates(Boolean allowUpdates)
allowUpdates - the allowUpdates value to setpublic String defaultVersion()
public ApplicationUpdateParameters withDefaultVersion(String defaultVersion)
defaultVersion - the defaultVersion value to setpublic String displayName()
public ApplicationUpdateParameters withDisplayName(String displayName)
displayName - the displayName value to setCopyright © 2019. All rights reserved.