Uses of Class
com.oracle.bmc.visualbuilder.model.ApplicationSummary.State
-
Packages that use ApplicationSummary.State Package Description com.oracle.bmc.visualbuilder.model -
-
Uses of ApplicationSummary.State in com.oracle.bmc.visualbuilder.model
Methods in com.oracle.bmc.visualbuilder.model that return ApplicationSummary.State Modifier and Type Method 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.Methods in com.oracle.bmc.visualbuilder.model with parameters of type ApplicationSummary.State Modifier and Type Method Description ApplicationSummary.Builder
ApplicationSummary.Builder. state(ApplicationSummary.State state)
Represents the deployment state of the application.Constructors in com.oracle.bmc.visualbuilder.model with parameters of type ApplicationSummary.State Constructor Description ApplicationSummary(String id, String projectId, String version, ApplicationSummary.State state)
Deprecated.
-