Uses of Class
com.oracle.bmc.fusionapps.model.PatchAction.Mode
-
Packages that use PatchAction.Mode Package Description com.oracle.bmc.fusionapps.model -
-
Uses of PatchAction.Mode in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return PatchAction.Mode Modifier and Type Method Description static PatchAction.Mode
PatchAction.Mode. create(String key)
PatchAction.Mode
PatchAction. getMode()
A string that describeds whether the change is applied hot or coldstatic PatchAction.Mode
PatchAction.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchAction.Mode[]
PatchAction.Mode. 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 PatchAction.Mode Modifier and Type Method Description PatchAction.Builder
PatchAction.Builder. mode(PatchAction.Mode mode)
A string that describeds whether the change is applied hot or coldConstructors in com.oracle.bmc.fusionapps.model with parameters of type PatchAction.Mode Constructor Description PatchAction(String referenceKey, Action.State state, String description, PatchAction.Mode mode, PatchAction.Category category, String artifact)
Deprecated.
-