Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static ImportObjectMetadataSummary.ResolutionAction |
ImportObjectMetadataSummary.ResolutionAction.create(String key) |
ImportObjectMetadataSummary.ResolutionAction |
ImportObjectMetadataSummary.getResolutionAction()
Object resolution action
|
static ImportObjectMetadataSummary.ResolutionAction |
ImportObjectMetadataSummary.ResolutionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportObjectMetadataSummary.ResolutionAction[] |
ImportObjectMetadataSummary.ResolutionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImportObjectMetadataSummary.Builder |
ImportObjectMetadataSummary.Builder.resolutionAction(ImportObjectMetadataSummary.ResolutionAction resolutionAction)
Object resolution action
|
Constructor and Description |
---|
ImportObjectMetadataSummary(String oldKey,
String newKey,
String name,
String identifier,
String objectType,
String objectVersion,
String aggregatorKey,
String namePath,
Long timeUpdatedInMillis,
ImportObjectMetadataSummary.ResolutionAction resolutionAction)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.