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