public static enum SpaceLogoUpdateEvent.SpaceLogoActions extends Enum<SpaceLogoUpdateEvent.SpaceLogoActions>
Modifier and Type | Method and Description |
---|---|
static SpaceLogoUpdateEvent.SpaceLogoActions |
fromString(String text) |
String |
getText() |
static SpaceLogoUpdateEvent.SpaceLogoActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceLogoUpdateEvent.SpaceLogoActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceLogoUpdateEvent.SpaceLogoActions DISABLE
public static final SpaceLogoUpdateEvent.SpaceLogoActions ENABLE
public static final SpaceLogoUpdateEvent.SpaceLogoActions UPLOAD
public static final SpaceLogoUpdateEvent.SpaceLogoActions DELETE
public static SpaceLogoUpdateEvent.SpaceLogoActions[] values()
for (SpaceLogoUpdateEvent.SpaceLogoActions c : SpaceLogoUpdateEvent.SpaceLogoActions.values()) System.out.println(c);
public static SpaceLogoUpdateEvent.SpaceLogoActions 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 nullpublic String getText()
public static SpaceLogoUpdateEvent.SpaceLogoActions fromString(String text)
Copyright © 2003–2020 Atlassian. All rights reserved.