Class TargetSynchronizationAnswers
java.lang.Object
com.evolveum.midpoint.smart.api.synchronization.TargetSynchronizationAnswers
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTargetSynchronizationAnswers(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TargetSynchronizationAnswersof(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed) voidsetDeleted(DeletedTargetChoice deleted) voidsetDisputed(DisputedTargetChoice disputed) voidsetUnmatched(UnmatchedTargetChoice unmatched)
-
Constructor Details
-
TargetSynchronizationAnswers
public TargetSynchronizationAnswers(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed)
-
-
Method Details
-
of
@NotNull public static @NotNull TargetSynchronizationAnswers of(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed) -
getUnmatched
-
getDeleted
-
getDisputed
-
setUnmatched
-
setDeleted
-
setDisputed
-