public static enum CharacterWalletJournalResponse.ContextIdTypeEnum extends Enum<CharacterWalletJournalResponse.ContextIdTypeEnum>
| Enum Constant and Description |
|---|
ALLIANCE_ID |
CHARACTER_ID |
CONTRACT_ID |
CORPORATION_ID |
EVE_SYSTEM |
INDUSTRY_JOB_ID |
MARKET_TRANSACTION_ID |
PLANET_ID |
STATION_ID |
STRUCTURE_ID |
SYSTEM_ID |
TYPE_ID |
| Modifier and Type | Method and Description |
|---|---|
static CharacterWalletJournalResponse.ContextIdTypeEnum |
fromValue(String text) |
String |
toString() |
static CharacterWalletJournalResponse.ContextIdTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterWalletJournalResponse.ContextIdTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterWalletJournalResponse.ContextIdTypeEnum STRUCTURE_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum STATION_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum MARKET_TRANSACTION_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum CHARACTER_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum CORPORATION_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum ALLIANCE_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum EVE_SYSTEM
public static final CharacterWalletJournalResponse.ContextIdTypeEnum INDUSTRY_JOB_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum CONTRACT_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum PLANET_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum SYSTEM_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum TYPE_ID
public static CharacterWalletJournalResponse.ContextIdTypeEnum[] values()
for (CharacterWalletJournalResponse.ContextIdTypeEnum c : CharacterWalletJournalResponse.ContextIdTypeEnum.values()) System.out.println(c);
public static CharacterWalletJournalResponse.ContextIdTypeEnum 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<CharacterWalletJournalResponse.ContextIdTypeEnum>public static CharacterWalletJournalResponse.ContextIdTypeEnum fromValue(String text)
Copyright © 2018. All Rights Reserved.