| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationStandingsResponse> |
CorporationApi.getCorporationsCorporationIdStandings(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation standings Return corporation standings from agents, NPC
corporations, and factions --- This route is cached for up to 3600
seconds SSO Scope: esi-corporations.read_standings.v1
|
ApiResponse<List<CorporationStandingsResponse>> |
CorporationApi.getCorporationsCorporationIdStandingsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation standings Return corporation standings from agents, NPC
corporations, and factions --- This route is cached for up to 3600
seconds SSO Scope: esi-corporations.read_standings.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CorporationApi.getCorporationsCorporationIdStandingsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationStandingsResponse>> callback)
Get corporation standings (asynchronously) Return corporation standings
from agents, NPC corporations, and factions --- This route is cached for
up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1
|
| Modifier and Type | Method and Description |
|---|---|
CorporationStandingsResponse |
CorporationStandingsResponse.fromId(Integer fromId) |
CorporationStandingsResponse |
CorporationStandingsResponse.fromType(CorporationStandingsResponse.FromTypeEnum fromType) |
CorporationStandingsResponse |
CorporationStandingsResponse.standing(Float standing) |
Copyright © 2019. All Rights Reserved.