Uses of Enum Class
com.evolveum.midpoint.smart.api.synchronization.UnmatchedTargetChoice
Packages that use UnmatchedTargetChoice
-
Uses of UnmatchedTargetChoice in com.evolveum.midpoint.smart.api.synchronization
Methods in com.evolveum.midpoint.smart.api.synchronization that return UnmatchedTargetChoiceModifier and TypeMethodDescriptionTargetSynchronizationAnswers.getUnmatched()static UnmatchedTargetChoiceReturns the enum constant of this class with the specified name.static UnmatchedTargetChoice[]UnmatchedTargetChoice.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.smart.api.synchronization with parameters of type UnmatchedTargetChoiceModifier and TypeMethodDescriptionstatic @NotNull TargetSynchronizationAnswersTargetSynchronizationAnswers.of(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed) voidTargetSynchronizationAnswers.setUnmatched(UnmatchedTargetChoice unmatched) Constructors in com.evolveum.midpoint.smart.api.synchronization with parameters of type UnmatchedTargetChoiceModifierConstructorDescriptionTargetSynchronizationAnswers(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed)