| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationShareholdersResponse> |
CorporationApi.getCorporationsCorporationIdShareholders(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation shareholders Return the current shareholders of a
corporation. --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
ApiResponse<List<CorporationShareholdersResponse>> |
CorporationApi.getCorporationsCorporationIdShareholdersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation shareholders Return the current shareholders of a
corporation. --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdShareholdersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationShareholdersResponse>> _callback)
Get corporation shareholders (asynchronously) Return the current
shareholders of a corporation. --- This route is cached for up to 3600
seconds --- Requires one of the following EVE corporation role(s):
Director SSO Scope: esi-wallet.read_corporation_wallets.v1
|
| Modifier and Type | Method and Description |
|---|---|
CorporationShareholdersResponse |
CorporationShareholdersResponse.shareCount(Long shareCount) |
CorporationShareholdersResponse |
CorporationShareholdersResponse.shareholderId(Integer shareholderId) |
CorporationShareholdersResponse |
CorporationShareholdersResponse.shareholderType(CorporationShareholdersResponse.ShareholderTypeEnum shareholderType) |
Copyright © 2019. All Rights Reserved.