Uses of Class
net.troja.eve.esi.model.CharacterWalletJournalResponse.ContextIdTypeEnum
-
Packages that use CharacterWalletJournalResponse.ContextIdTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterWalletJournalResponse.ContextIdTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterWalletJournalResponse.ContextIdTypeEnum Modifier and Type Method Description static CharacterWalletJournalResponse.ContextIdTypeEnumCharacterWalletJournalResponse.ContextIdTypeEnum. fromValue(String value)CharacterWalletJournalResponse.ContextIdTypeEnumCharacterWalletJournalResponse. getContextIdType()The type of the given context_id if presentCharacterWalletJournalResponse.ContextIdTypeEnumCharacterWalletJournalResponse.ContextIdTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterWalletJournalResponse.ContextIdTypeEnumCharacterWalletJournalResponse.ContextIdTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterWalletJournalResponse.ContextIdTypeEnum[]CharacterWalletJournalResponse.ContextIdTypeEnum. 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.ContextIdTypeEnum Modifier and Type Method Description CharacterWalletJournalResponseCharacterWalletJournalResponse. contextIdType(CharacterWalletJournalResponse.ContextIdTypeEnum contextIdTypeEnum)voidCharacterWalletJournalResponse. setContextIdType(CharacterWalletJournalResponse.ContextIdTypeEnum contextIdTypeEnum)voidCharacterWalletJournalResponse.ContextIdTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterWalletJournalResponse.ContextIdTypeEnum enumeration)
-