public static enum CharacterNotificationsResponse.SenderTypeEnum extends Enum<CharacterNotificationsResponse.SenderTypeEnum>
| Enum Constant and Description |
|---|
ALLIANCE |
CHARACTER |
CORPORATION |
FACTION |
OTHER |
| Modifier and Type | Method and Description |
|---|---|
static CharacterNotificationsResponse.SenderTypeEnum |
fromValue(String text) |
String |
toString() |
static CharacterNotificationsResponse.SenderTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterNotificationsResponse.SenderTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterNotificationsResponse.SenderTypeEnum CHARACTER
public static final CharacterNotificationsResponse.SenderTypeEnum CORPORATION
public static final CharacterNotificationsResponse.SenderTypeEnum ALLIANCE
public static final CharacterNotificationsResponse.SenderTypeEnum FACTION
public static final CharacterNotificationsResponse.SenderTypeEnum OTHER
public static CharacterNotificationsResponse.SenderTypeEnum[] values()
for (CharacterNotificationsResponse.SenderTypeEnum c : CharacterNotificationsResponse.SenderTypeEnum.values()) System.out.println(c);
public static CharacterNotificationsResponse.SenderTypeEnum 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 toString()
toString in class Enum<CharacterNotificationsResponse.SenderTypeEnum>public static CharacterNotificationsResponse.SenderTypeEnum fromValue(String text)
Copyright © 2019. All Rights Reserved.