public enum UserUpdateEvent extends Enum<UserUpdateEvent>
Enum Constant and Description |
---|
Account |
IdpReview |
RegistrationProfile |
RegistrationUserCreation |
UpdateProfile |
UserResource |
Modifier and Type | Method and Description |
---|---|
static UserUpdateEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserUpdateEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserUpdateEvent UpdateProfile
public static final UserUpdateEvent UserResource
public static final UserUpdateEvent Account
public static final UserUpdateEvent IdpReview
public static final UserUpdateEvent RegistrationProfile
public static final UserUpdateEvent RegistrationUserCreation
public static UserUpdateEvent[] values()
for (UserUpdateEvent c : UserUpdateEvent.values()) System.out.println(c);
public static UserUpdateEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 JBoss by Red Hat. All rights reserved.