public static class ImportConflictResolution.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImportConflictResolution |
build() |
ImportConflictResolution.Builder |
copy(ImportConflictResolution model) |
ImportConflictResolution.Builder |
duplicatePrefix(String duplicatePrefix)
In case of DUPLICATE mode, prefix will be used to disambiguate the object.
|
ImportConflictResolution.Builder |
duplicateSuffix(String duplicateSuffix)
In case of DUPLICATE mode, suffix will be used to disambiguate the object.
|
ImportConflictResolution.Builder |
importConflictResolutionType(ImportConflictResolution.ImportConflictResolutionType importConflictResolutionType)
Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
public ImportConflictResolution.Builder duplicatePrefix(String duplicatePrefix)
In case of DUPLICATE mode, prefix will be used to disambiguate the object.
duplicatePrefix
- the value to setpublic ImportConflictResolution.Builder duplicateSuffix(String duplicateSuffix)
In case of DUPLICATE mode, suffix will be used to disambiguate the object.
duplicateSuffix
- the value to setpublic ImportConflictResolution.Builder importConflictResolutionType(ImportConflictResolution.ImportConflictResolutionType importConflictResolutionType)
Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
importConflictResolutionType
- the value to setpublic ImportConflictResolution build()
public ImportConflictResolution.Builder copy(ImportConflictResolution model)
Copyright © 2016–2024. All rights reserved.