Uses of Class
com.oracle.bmc.dataintegration.model.PatchChangeSummary.Action
-
Packages that use PatchChangeSummary.Action Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PatchChangeSummary.Action in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PatchChangeSummary.Action Modifier and Type Method Description static PatchChangeSummary.Action
PatchChangeSummary.Action. create(String key)
PatchChangeSummary.Action
PatchChangeSummary. getAction()
The patch action indicating if object was created, updated, or deleted.static PatchChangeSummary.Action
PatchChangeSummary.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchChangeSummary.Action[]
PatchChangeSummary.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type PatchChangeSummary.Action Modifier and Type Method Description PatchChangeSummary.Builder
PatchChangeSummary.Builder. action(PatchChangeSummary.Action action)
The patch action indicating if object was created, updated, or deleted.Constructors in com.oracle.bmc.dataintegration.model with parameters of type PatchChangeSummary.Action Constructor Description PatchChangeSummary(String key, String name, String namePath, PatchChangeSummary.Type type, Integer objectVersion, String identifier, PatchChangeSummary.Action action)
Deprecated.
-