| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationRolesHistoryResponse> |
CorporationApi.getCorporationsCorporationIdRolesHistory(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation member roles history Return how roles have changed for a
coporation's members, up to a month --- This route is cached for up
to 3600 seconds --- Requires one of the following EVE corporation
role(s): Director SSO Scope:
esi-corporations.read_corporation_membership.v1
|
ApiResponse<List<CorporationRolesHistoryResponse>> |
CorporationApi.getCorporationsCorporationIdRolesHistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation member roles history Return how roles have changed for a
coporation's members, up to a month --- This route is cached for up
to 3600 seconds --- Requires one of the following EVE corporation
role(s): Director SSO Scope:
esi-corporations.read_corporation_membership.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdRolesHistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationRolesHistoryResponse>> _callback)
Get corporation member roles history (asynchronously) Return how roles
have changed for a coporation's members, up to a month --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Director SSO Scope:
esi-corporations.read_corporation_membership.v1
|
Copyright © 2021. All Rights Reserved.