| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationMedalsIssuedResponse> |
CorporationApi.getCorporationsCorporationIdMedalsIssued(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation issued medals Returns medals issued by a corporation ---
This route is cached for up to 3600 seconds --- Requires one of the
following EVE corporation role(s): Director --- [Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{
corporation_id}/medals/issued/) SSO Scope:
esi-corporations.read_medals.v1
|
ApiResponse<List<CorporationMedalsIssuedResponse>> |
CorporationApi.getCorporationsCorporationIdMedalsIssuedWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation issued medals Returns medals issued by a corporation ---
This route is cached for up to 3600 seconds --- Requires one of the
following EVE corporation role(s): Director --- [Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{
corporation_id}/medals/issued/) SSO Scope:
esi-corporations.read_medals.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMedalsIssuedAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMedalsIssuedResponse>> _callback)
Get corporation issued medals (asynchronously) Returns medals issued by a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director --- [Diff of the
upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations
/{corporation_id}/medals/issued/) SSO Scope:
esi-corporations.read_medals.v1
|
| Modifier and Type | Method and Description |
|---|---|
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.characterId(Integer characterId) |
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.issuedAt(java.time.OffsetDateTime issuedAt) |
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.issuerId(Integer issuerId) |
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.medalId(Integer medalId) |
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.reason(String reason) |
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.status(CorporationMedalsIssuedResponse.StatusEnum statusEnum) |
CorporationMedalsIssuedResponse |
CorporationMedalsIssuedResponse.statusString(String status) |
Copyright © 2021. All Rights Reserved.