| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static StationResponse.ServicesEnum |
StationResponse.ServicesEnum.fromValue(String text) |
StationResponse.ServicesEnum |
StationResponse.ServicesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static StationResponse.ServicesEnum |
StationResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<StationResponse.ServicesEnum> |
StationResponse.getServices()
services array
|
| Modifier and Type | Method and Description |
|---|---|
StationResponse |
StationResponse.addServicesItem(StationResponse.ServicesEnum servicesItem) |
void |
StationResponse.ServicesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
StationResponse.ServicesEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
StationResponse |
StationResponse.services(List<StationResponse.ServicesEnum> services) |
void |
StationResponse.setServices(List<StationResponse.ServicesEnum> services) |
Copyright © 2019. All Rights Reserved.