Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static ImportConflictResolution.ImportConflictResolutionType |
ImportConflictResolution.ImportConflictResolutionType.create(String key) |
ImportConflictResolution.ImportConflictResolutionType |
ImportConflictResolution.getImportConflictResolutionType()
Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
static ImportConflictResolution.ImportConflictResolutionType |
ImportConflictResolution.ImportConflictResolutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportConflictResolution.ImportConflictResolutionType[] |
ImportConflictResolution.ImportConflictResolutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImportConflictResolution.Builder |
ImportConflictResolution.Builder.importConflictResolutionType(ImportConflictResolution.ImportConflictResolutionType importConflictResolutionType)
Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
Constructor and Description |
---|
ImportConflictResolution(String duplicatePrefix,
String duplicateSuffix,
ImportConflictResolution.ImportConflictResolutionType importConflictResolutionType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.