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