Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static PatchChangeSummary.Type |
PatchChangeSummary.Type.create(String key) |
PatchChangeSummary.Type |
PatchChangeSummary.getType()
The type of the object in patch.
|
static PatchChangeSummary.Type |
PatchChangeSummary.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchChangeSummary.Type[] |
PatchChangeSummary.Type.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.type(PatchChangeSummary.Type type)
The type of the object in patch.
|
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.