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