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