Uses of Class
com.oracle.bmc.fusionapps.model.PatchAction.Category
-
Packages that use PatchAction.Category Package Description com.oracle.bmc.fusionapps.model -
-
Uses of PatchAction.Category in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return PatchAction.Category Modifier and Type Method Description static PatchAction.Category
PatchAction.Category. create(String key)
PatchAction.Category
PatchAction. getCategory()
patch artifact categorystatic PatchAction.Category
PatchAction.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchAction.Category[]
PatchAction.Category. 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.Category Modifier and Type Method Description PatchAction.Builder
PatchAction.Builder. category(PatchAction.Category category)
patch artifact categoryConstructors in com.oracle.bmc.fusionapps.model with parameters of type PatchAction.Category Constructor Description PatchAction(String referenceKey, Action.State state, String description, PatchAction.Mode mode, PatchAction.Category category, String artifact)
Deprecated.
-