| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
StarResponse |
UniverseApi.getUniverseStarsStarId(Integer starId,
String datasource,
String ifNoneMatch)
Get star information Get information on a star --- This route expires
daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<StarResponse> |
UniverseApi.getUniverseStarsStarIdWithHttpInfo(Integer starId,
String datasource,
String ifNoneMatch)
Get star information Get information on a star --- This route expires
daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
UniverseApi.getUniverseStarsStarIdAsync(Integer starId,
String datasource,
String ifNoneMatch,
ApiCallback<StarResponse> _callback)
Get star information (asynchronously) Get information on a star --- This
route expires daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
StarResponse |
StarResponse.age(Long age) |
StarResponse |
StarResponse.luminosity(Float luminosity) |
StarResponse |
StarResponse.name(String name) |
StarResponse |
StarResponse.radius(Long radius) |
StarResponse |
StarResponse.solarSystemId(Integer solarSystemId) |
StarResponse |
StarResponse.spectralClass(StarResponse.SpectralClassEnum spectralClassEnum) |
StarResponse |
StarResponse.spectralClassString(String spectralClass) |
StarResponse |
StarResponse.temperature(Integer temperature) |
StarResponse |
StarResponse.typeId(Integer typeId) |
Copyright © 2021. All Rights Reserved.