| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationMedalsResponse> |
CorporationApi.getCorporationsCorporationIdMedals(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation medals Returns a corporation's medals --- This route
is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_medals.v1
|
ApiResponse<List<CorporationMedalsResponse>> |
CorporationApi.getCorporationsCorporationIdMedalsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation medals Returns a corporation's medals --- This route
is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_medals.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMedalsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMedalsResponse>> _callback)
Get corporation medals (asynchronously) Returns a corporation's
medals --- This route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_medals.v1
|
| Modifier and Type | Method and Description |
|---|---|
CorporationMedalsResponse |
CorporationMedalsResponse.createdAt(java.time.OffsetDateTime createdAt) |
CorporationMedalsResponse |
CorporationMedalsResponse.creatorId(Integer creatorId) |
CorporationMedalsResponse |
CorporationMedalsResponse.description(String description) |
CorporationMedalsResponse |
CorporationMedalsResponse.medalId(Integer medalId) |
CorporationMedalsResponse |
CorporationMedalsResponse.title(String title) |
Copyright © 2019. All Rights Reserved.