| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static CharacterWalletJournalResponse.RefTypeEnum |
CharacterWalletJournalResponse.RefTypeEnum.fromValue(String text) |
CharacterWalletJournalResponse.RefTypeEnum |
CharacterWalletJournalResponse.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 CharacterWalletJournalResponse.RefTypeEnum |
CharacterWalletJournalResponse.RefTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterWalletJournalResponse.RefTypeEnum[] |
CharacterWalletJournalResponse.RefTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterWalletJournalResponse |
CharacterWalletJournalResponse.refType(CharacterWalletJournalResponse.RefTypeEnum refType) |
void |
CharacterWalletJournalResponse.setRefType(CharacterWalletJournalResponse.RefTypeEnum refType) |
Copyright © 2018. All Rights Reserved.