Uses of Enum Class
com.evolveum.midpoint.smart.api.synchronization.UnmatchedSourceChoice
Packages that use UnmatchedSourceChoice
-
Uses of UnmatchedSourceChoice in com.evolveum.midpoint.smart.api.synchronization
Methods in com.evolveum.midpoint.smart.api.synchronization that return UnmatchedSourceChoiceModifier and TypeMethodDescriptionSourceSynchronizationAnswers.getUnmatched()static UnmatchedSourceChoiceReturns the enum constant of this class with the specified name.static UnmatchedSourceChoice[]UnmatchedSourceChoice.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 UnmatchedSourceChoiceModifier and TypeMethodDescriptionstatic @NotNull SourceSynchronizationAnswersSourceSynchronizationAnswers.of(UnmatchedSourceChoice unmatched, DeletedSourceChoice deleted) voidSourceSynchronizationAnswers.setUnmatched(UnmatchedSourceChoice unmatched) Constructors in com.evolveum.midpoint.smart.api.synchronization with parameters of type UnmatchedSourceChoiceModifierConstructorDescriptionSourceSynchronizationAnswers(UnmatchedSourceChoice unmatched, DeletedSourceChoice deleted)