Package | Description |
---|---|
com.oracle.bmc.visualbuilder.model |
Modifier and Type | Method and Description |
---|---|
static ApplicationSummary.State |
ApplicationSummary.State.create(String key) |
ApplicationSummary.State |
ApplicationSummary.getState()
Represents the deployment state of the application.
|
static ApplicationSummary.State |
ApplicationSummary.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationSummary.State[] |
ApplicationSummary.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSummary.Builder |
ApplicationSummary.Builder.state(ApplicationSummary.State state)
Represents the deployment state of the application.
|
Constructor and Description |
---|
ApplicationSummary(String id,
String projectId,
String version,
ApplicationSummary.State state)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.