Uses of Class
net.troja.eve.esi.model.StationResponse.ServicesEnum
-
Packages that use StationResponse.ServicesEnum Package Description net.troja.eve.esi.model -
-
Uses of StationResponse.ServicesEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StationResponse.ServicesEnum Modifier and Type Method Description static StationResponse.ServicesEnumStationResponse.ServicesEnum. fromValue(String value)StationResponse.ServicesEnumStationResponse.ServicesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static StationResponse.ServicesEnumStationResponse.ServicesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StationResponse.ServicesEnum[]StationResponse.ServicesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.model that return types with arguments of type StationResponse.ServicesEnum Modifier and Type Method Description List<StationResponse.ServicesEnum>StationResponse. getServices()services arrayMethods in net.troja.eve.esi.model with parameters of type StationResponse.ServicesEnum Modifier and Type Method Description voidStationResponse.ServicesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, StationResponse.ServicesEnum enumeration)Method parameters in net.troja.eve.esi.model with type arguments of type StationResponse.ServicesEnum Modifier and Type Method Description StationResponseStationResponse. services(List<StationResponse.ServicesEnum> servicesEnum)voidStationResponse. setServices(List<StationResponse.ServicesEnum> servicesEnum)
-