Uses of Class
com.oracle.bmc.dataintegration.model.ImportConflictResolution.ImportConflictResolutionType
-
Packages that use ImportConflictResolution.ImportConflictResolutionType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ImportConflictResolution.ImportConflictResolutionType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ImportConflictResolution.ImportConflictResolutionType Modifier and Type Method Description static ImportConflictResolution.ImportConflictResolutionTypeImportConflictResolution.ImportConflictResolutionType. create(String key)ImportConflictResolution.ImportConflictResolutionTypeImportConflictResolution. getImportConflictResolutionType()Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).static ImportConflictResolution.ImportConflictResolutionTypeImportConflictResolution.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.Methods in com.oracle.bmc.dataintegration.model with parameters of type ImportConflictResolution.ImportConflictResolutionType Modifier and Type Method Description ImportConflictResolution.BuilderImportConflictResolution.Builder. importConflictResolutionType(ImportConflictResolution.ImportConflictResolutionType importConflictResolutionType)Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).Constructors in com.oracle.bmc.dataintegration.model with parameters of type ImportConflictResolution.ImportConflictResolutionType Constructor Description ImportConflictResolution(String duplicatePrefix, String duplicateSuffix, ImportConflictResolution.ImportConflictResolutionType importConflictResolutionType)Deprecated.
-