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