| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationWalletsResponse> |
WalletApi.getCorporationsCorporationIdWallets(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Returns a corporation's wallet balance Get a corporation's
wallets --- This route is cached for up to 300 seconds --- Requires one
of the following EVE corporation role(s): Accountant, Junior_Accountant
SSO Scope: esi-wallet.read_corporation_wallets.v1
|
ApiResponse<List<CorporationWalletsResponse>> |
WalletApi.getCorporationsCorporationIdWalletsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Returns a corporation's wallet balance Get a corporation's
wallets --- This route is cached for up to 300 seconds --- Requires one
of the following EVE corporation role(s): Accountant, Junior_Accountant
SSO Scope: esi-wallet.read_corporation_wallets.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
WalletApi.getCorporationsCorporationIdWalletsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationWalletsResponse>> callback)
Returns a corporation's wallet balance (asynchronously) Get a
corporation's wallets --- This route is cached for up to 300 seconds
--- Requires one of the following EVE corporation role(s): Accountant,
Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1
|
| Modifier and Type | Method and Description |
|---|---|
CorporationWalletsResponse |
CorporationWalletsResponse.balance(Double balance) |
CorporationWalletsResponse |
CorporationWalletsResponse.division(Integer division) |
Copyright © 2019. All Rights Reserved.