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