public static enum BaseUserManagementEventObject.EventType extends java.lang.Enum<BaseUserManagementEventObject.EventType>
Modifier and Type | Method and Description |
---|---|
static BaseUserManagementEventObject.EventType |
valueOf(int eventType) |
static BaseUserManagementEventObject.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseUserManagementEventObject.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseUserManagementEventObject.EventType ADDED
public static final BaseUserManagementEventObject.EventType UPDATED
public static final BaseUserManagementEventObject.EventType RENAMED
public static final BaseUserManagementEventObject.EventType DELETED
public static BaseUserManagementEventObject.EventType[] values()
for (BaseUserManagementEventObject.EventType c : BaseUserManagementEventObject.EventType.values()) System.out.println(c);
public static BaseUserManagementEventObject.EventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static BaseUserManagementEventObject.EventType valueOf(int eventType)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.