public class WalletApi extends Object
| Constructor and Description |
|---|
WalletApi() |
WalletApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterWalletsResponse> |
getCharactersCharacterIdWallets(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List wallets and balances List your wallets and their balances.
|
void |
setApiClient(ApiClient apiClient) |
public WalletApi()
public WalletApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterWalletsResponse> getCharactersCharacterIdWallets(Integer characterId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use, if preferred over a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.