Uses of Class
com.oracle.bmc.dataintegration.model.CopyConflictResolution.RequestType
-
Packages that use CopyConflictResolution.RequestType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CopyConflictResolution.RequestType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CopyConflictResolution.RequestType Modifier and Type Method Description static CopyConflictResolution.RequestTypeCopyConflictResolution.RequestType. create(String key)CopyConflictResolution.RequestTypeCopyConflictResolution. getRequestType()Copy Object Conflict Resolution Type (RETAIN/DUPLICATE/REPLACE).static CopyConflictResolution.RequestTypeCopyConflictResolution.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.Methods in com.oracle.bmc.dataintegration.model with parameters of type CopyConflictResolution.RequestType Modifier and Type Method Description CopyConflictResolution.BuilderCopyConflictResolution.Builder. requestType(CopyConflictResolution.RequestType requestType)Copy Object Conflict Resolution Type (RETAIN/DUPLICATE/REPLACE).Constructors in com.oracle.bmc.dataintegration.model with parameters of type CopyConflictResolution.RequestType Constructor Description CopyConflictResolution(String duplicatePrefix, String duplicateSuffix, CopyConflictResolution.RequestType requestType)Deprecated.
-