Uses of Class
com.oracle.bmc.fusionapps.model.Action.State
-
Packages that use Action.State Package Description com.oracle.bmc.fusionapps.model -
-
Uses of Action.State in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return Action.State Modifier and Type Method Description static Action.State
Action.State. create(String key)
Action.State
Action. getState()
A string that describes whether the change is applied hot or coldstatic Action.State
Action.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action.State[]
Action.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type Action.State Modifier and Type Method Description PatchAction.Builder
PatchAction.Builder. state(Action.State state)
UpgradeAction.Builder
UpgradeAction.Builder. state(Action.State state)
VertexAction.Builder
VertexAction.Builder. state(Action.State state)
Constructors in com.oracle.bmc.fusionapps.model with parameters of type Action.State Constructor Description Action(String referenceKey, Action.State state, String description)
Deprecated.PatchAction(String referenceKey, Action.State state, String description, PatchAction.Mode mode, PatchAction.Category category, String artifact)
Deprecated.UpgradeAction(String referenceKey, Action.State state, String description, String version, String qualifier)
Deprecated.VertexAction(String referenceKey, Action.State state, String description, String artifact)
Deprecated.
-