DomainConflictResolution

data class DomainConflictResolution(val conflictResolvingModel: DomainConflictResolutionConflictResolvingModel, val sourceName: String? = null)

How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName (and that is the matching criteria), which EmailAddress should be used?

Constructors

Link copied to clipboard
constructor(conflictResolvingModel: DomainConflictResolutionConflictResolvingModel, sourceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the auto-merging process should resolve conflicts between different profiles.

Link copied to clipboard
val sourceName: String? = null

The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel.