Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PatchObjectMetadata.Builder |
PatchObjectMetadata.Builder.action(PatchObjectMetadata.Action action)
The patch action indicating if object was created, updated, or deleted.
|
Constructor and Description |
---|
PatchObjectMetadata(String key,
String name,
String namePath,
PatchObjectMetadata.Type type,
Integer objectVersion,
String identifier,
PatchObjectMetadata.Action action)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.