Uses of Enum Class
com.evolveum.midpoint.smart.api.synchronization.DisputedTargetChoice
Packages that use DisputedTargetChoice
-
Uses of DisputedTargetChoice in com.evolveum.midpoint.smart.api.synchronization
Methods in com.evolveum.midpoint.smart.api.synchronization that return DisputedTargetChoiceModifier and TypeMethodDescriptionTargetSynchronizationAnswers.getDisputed()static DisputedTargetChoiceReturns the enum constant of this class with the specified name.static DisputedTargetChoice[]DisputedTargetChoice.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 DisputedTargetChoiceModifier and TypeMethodDescriptionstatic @NotNull TargetSynchronizationAnswersTargetSynchronizationAnswers.of(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed) voidTargetSynchronizationAnswers.setDisputed(DisputedTargetChoice disputed) Constructors in com.evolveum.midpoint.smart.api.synchronization with parameters of type DisputedTargetChoiceModifierConstructorDescriptionTargetSynchronizationAnswers(UnmatchedTargetChoice unmatched, DeletedTargetChoice deleted, DisputedTargetChoice disputed)