Uses of Class
net.troja.eve.esi.model.CorporationOrdersHistoryResponse.RangeEnum
-
Packages that use CorporationOrdersHistoryResponse.RangeEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationOrdersHistoryResponse.RangeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationOrdersHistoryResponse.RangeEnum Modifier and Type Method Description static CorporationOrdersHistoryResponse.RangeEnumCorporationOrdersHistoryResponse.RangeEnum. fromValue(String value)CorporationOrdersHistoryResponse.RangeEnumCorporationOrdersHistoryResponse. getRange()Valid order range, numbers are ranges in jumpsCorporationOrdersHistoryResponse.RangeEnumCorporationOrdersHistoryResponse.RangeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationOrdersHistoryResponse.RangeEnumCorporationOrdersHistoryResponse.RangeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationOrdersHistoryResponse.RangeEnum[]CorporationOrdersHistoryResponse.RangeEnum. 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 CorporationOrdersHistoryResponse.RangeEnum Modifier and Type Method Description CorporationOrdersHistoryResponseCorporationOrdersHistoryResponse. range(CorporationOrdersHistoryResponse.RangeEnum rangeEnum)voidCorporationOrdersHistoryResponse. setRange(CorporationOrdersHistoryResponse.RangeEnum rangeEnum)voidCorporationOrdersHistoryResponse.RangeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationOrdersHistoryResponse.RangeEnum enumeration)
-