| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static CorporationWalletJournalResponse.RefTypeEnum |
CorporationWalletJournalResponse.RefTypeEnum.fromValue(String text) |
CorporationWalletJournalResponse.RefTypeEnum |
CorporationWalletJournalResponse.getRefType()
Transaction type, different type of transaction will populate different
fields in `extra_info` Note: If you have an existing XML API application
that is using ref_types, you will need to know which string ESI ref_type
maps to which integer.
|
static CorporationWalletJournalResponse.RefTypeEnum |
CorporationWalletJournalResponse.RefTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationWalletJournalResponse.RefTypeEnum[] |
CorporationWalletJournalResponse.RefTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CorporationWalletJournalResponse |
CorporationWalletJournalResponse.refType(CorporationWalletJournalResponse.RefTypeEnum refType) |
void |
CorporationWalletJournalResponse.setRefType(CorporationWalletJournalResponse.RefTypeEnum refType) |
Copyright © 2017. All Rights Reserved.