public static interface ConflictResolution.Builder extends SdkPojo, CopyableBuilder<ConflictResolution.Builder,ConflictResolution>
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution.Builder |
conflictResolvingModel(ConflictResolvingModel conflictResolvingModel)
How the auto-merging process should resolve conflicts between different profiles.
|
ConflictResolution.Builder |
conflictResolvingModel(String conflictResolvingModel)
How the auto-merging process should resolve conflicts between different profiles.
|
ConflictResolution.Builder |
sourceName(String sourceName)
The
ObjectType name that is used to resolve profile merging conflicts when choosing
SOURCE as the ConflictResolvingModel. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConflictResolution.Builder conflictResolvingModel(String conflictResolvingModel)
How the auto-merging process should resolve conflicts between different profiles.
RECENCY: Uses the data that was most recently updated.
SOURCE: Uses the data from a specific source. For example, if a company has been aquired or two
departments have merged, data from the specified source is used. If two duplicate profiles are from the same
source, then RECENCY is used again.
conflictResolvingModel - How the auto-merging process should resolve conflicts between different profiles.
RECENCY: Uses the data that was most recently updated.
SOURCE: Uses the data from a specific source. For example, if a company has been aquired
or two departments have merged, data from the specified source is used. If two duplicate profiles are
from the same source, then RECENCY is used again.
ConflictResolvingModel,
ConflictResolvingModelConflictResolution.Builder conflictResolvingModel(ConflictResolvingModel conflictResolvingModel)
How the auto-merging process should resolve conflicts between different profiles.
RECENCY: Uses the data that was most recently updated.
SOURCE: Uses the data from a specific source. For example, if a company has been aquired or two
departments have merged, data from the specified source is used. If two duplicate profiles are from the same
source, then RECENCY is used again.
conflictResolvingModel - How the auto-merging process should resolve conflicts between different profiles.
RECENCY: Uses the data that was most recently updated.
SOURCE: Uses the data from a specific source. For example, if a company has been aquired
or two departments have merged, data from the specified source is used. If two duplicate profiles are
from the same source, then RECENCY is used again.
ConflictResolvingModel,
ConflictResolvingModelConflictResolution.Builder sourceName(String sourceName)
The ObjectType name that is used to resolve profile merging conflicts when choosing
SOURCE as the ConflictResolvingModel.
sourceName - The ObjectType name that is used to resolve profile merging conflicts when choosing
SOURCE as the ConflictResolvingModel.Copyright © 2022. All rights reserved.