Uses of Class
com.oracle.bmc.dataintegration.model.PatchObjectMetadata.Action
-
Packages that use PatchObjectMetadata.Action Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PatchObjectMetadata.Action in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PatchObjectMetadata.Action Modifier and Type Method Description static PatchObjectMetadata.Action
PatchObjectMetadata.Action. create(String key)
PatchObjectMetadata.Action
PatchObjectMetadata. getAction()
The patch action indicating if object was created, updated, or deleted.static PatchObjectMetadata.Action
PatchObjectMetadata.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchObjectMetadata.Action[]
PatchObjectMetadata.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 PatchObjectMetadata.Action Modifier and Type Method Description PatchObjectMetadata.Builder
PatchObjectMetadata.Builder. action(PatchObjectMetadata.Action action)
The patch action indicating if object was created, updated, or deleted.Constructors in com.oracle.bmc.dataintegration.model with parameters of type PatchObjectMetadata.Action Constructor Description PatchObjectMetadata(String key, String name, String namePath, PatchObjectMetadata.Type type, Integer objectVersion, String identifier, PatchObjectMetadata.Action action)
Deprecated.
-