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