Uses of Enum Class
com.sas.services.user.IdentityChangeEvent.Type
Packages that use IdentityChangeEvent.Type
-
Uses of IdentityChangeEvent.Type in com.sas.services.user
Methods in com.sas.services.user that return IdentityChangeEvent.TypeModifier and TypeMethodDescriptionIdentityChangeEvent.getType()static IdentityChangeEvent.TypeIdentityChangeEvent.Type.valueOf(String name) Returns the enum constant of this class with the specified name.static IdentityChangeEvent.Type[]IdentityChangeEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.services.user with parameters of type IdentityChangeEvent.TypeModifierConstructorDescriptionIdentityChangeEvent(List<UserIdentityInterface> identities, IdentityChangeEvent.Type type)