public static enum AnonymizeUserService.AnonymizeOperation extends Enum<AnonymizeUserService.AnonymizeOperation>
| Enum Constant and Description |
|---|
USER_ANONYMIZE_PLUGIN_POINTS |
USER_DISABLE |
USER_EXTERNAL_ID_CHANGE |
USER_KEY_CHANGE |
USER_KEY_CHANGE_PLUGIN_POINTS |
USER_NAME_CHANGE |
USER_NAME_CHANGE_PLUGIN_POINTS |
USER_TRANSFER_OWNERSHIP_PLUGIN_POINTS |
| Modifier and Type | Method and Description |
|---|---|
static AnonymizeUserService.AnonymizeOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnonymizeUserService.AnonymizeOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnonymizeUserService.AnonymizeOperation USER_TRANSFER_OWNERSHIP_PLUGIN_POINTS
public static final AnonymizeUserService.AnonymizeOperation USER_DISABLE
public static final AnonymizeUserService.AnonymizeOperation USER_KEY_CHANGE_PLUGIN_POINTS
public static final AnonymizeUserService.AnonymizeOperation USER_KEY_CHANGE
public static final AnonymizeUserService.AnonymizeOperation USER_NAME_CHANGE_PLUGIN_POINTS
public static final AnonymizeUserService.AnonymizeOperation USER_NAME_CHANGE
public static final AnonymizeUserService.AnonymizeOperation USER_EXTERNAL_ID_CHANGE
public static final AnonymizeUserService.AnonymizeOperation USER_ANONYMIZE_PLUGIN_POINTS
public static AnonymizeUserService.AnonymizeOperation[] values()
for (AnonymizeUserService.AnonymizeOperation c : AnonymizeUserService.AnonymizeOperation.values()) System.out.println(c);
public static AnonymizeUserService.AnonymizeOperation 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 © 2002-2023 Atlassian. All Rights Reserved.