Class SourceSynchronizationAnswers
java.lang.Object
com.evolveum.midpoint.smart.api.synchronization.SourceSynchronizationAnswers
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSourceSynchronizationAnswers(UnmatchedSourceChoice unmatched, DeletedSourceChoice deleted) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SourceSynchronizationAnswersof(UnmatchedSourceChoice unmatched, DeletedSourceChoice deleted) voidsetDeleted(DeletedSourceChoice deleted) voidsetUnmatched(UnmatchedSourceChoice unmatched)
-
Constructor Details
-
SourceSynchronizationAnswers
-
-
Method Details
-
of
@NotNull public static @NotNull SourceSynchronizationAnswers of(UnmatchedSourceChoice unmatched, DeletedSourceChoice deleted) -
getUnmatched
-
getDeleted
-
setDeleted
-
setUnmatched
-