Uses of Class
net.troja.eve.esi.model.CharacterWalletJournalResponse.RefTypeEnum
-
Packages that use CharacterWalletJournalResponse.RefTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterWalletJournalResponse.RefTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterWalletJournalResponse.RefTypeEnum Modifier and Type Method Description static CharacterWalletJournalResponse.RefTypeEnumCharacterWalletJournalResponse.RefTypeEnum. fromValue(String value)CharacterWalletJournalResponse.RefTypeEnumCharacterWalletJournalResponse. getRefType()\"The transaction type for the given. transaction.CharacterWalletJournalResponse.RefTypeEnumCharacterWalletJournalResponse.RefTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterWalletJournalResponse.RefTypeEnumCharacterWalletJournalResponse.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.Methods in net.troja.eve.esi.model with parameters of type CharacterWalletJournalResponse.RefTypeEnum Modifier and Type Method Description CharacterWalletJournalResponseCharacterWalletJournalResponse. refType(CharacterWalletJournalResponse.RefTypeEnum refTypeEnum)voidCharacterWalletJournalResponse. setRefType(CharacterWalletJournalResponse.RefTypeEnum refTypeEnum)voidCharacterWalletJournalResponse.RefTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterWalletJournalResponse.RefTypeEnum enumeration)
-