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