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