public enum SpaceUpdateTrigger extends Enum<SpaceUpdateTrigger>
Enum Constant and Description |
---|
DEFAULT_ADMIN_USER_ADDED |
GROUP_REMOVED |
SPACE_CREATED |
SPACE_REMOVED |
UNKNOWN |
USER_REMOVED |
Modifier and Type | Method and Description |
---|---|
static SpaceUpdateTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceUpdateTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceUpdateTrigger DEFAULT_ADMIN_USER_ADDED
public static final SpaceUpdateTrigger USER_REMOVED
public static final SpaceUpdateTrigger GROUP_REMOVED
public static final SpaceUpdateTrigger SPACE_CREATED
public static final SpaceUpdateTrigger SPACE_REMOVED
public static final SpaceUpdateTrigger UNKNOWN
public static SpaceUpdateTrigger[] values()
for (SpaceUpdateTrigger c : SpaceUpdateTrigger.values()) System.out.println(c);
public static SpaceUpdateTrigger 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 © 2003–2020 Atlassian. All rights reserved.