public class WalletApi extends Object
| Constructor and Description |
|---|
WalletApi() |
WalletApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
Double |
getCharactersCharacterIdWallet(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get a character's wallet balance Returns a character's wallet
balance --- This route is cached for up to 120 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
List<CharacterWalletJournalResponse> |
getCharactersCharacterIdWalletJournal(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get character wallet journal Retrieve the given character's wallet
journal going 30 days back --- This route is cached for up to 3600
seconds SSO Scope: esi-wallet.read_character_wallet.v1
|
List<CharacterWalletTransactionsResponse> |
getCharactersCharacterIdWalletTransactions(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get wallet transactions Get wallet transactions of a character --- This
route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
List<CorporationWalletsResponse> |
getCorporationsCorporationIdWallets(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
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
|
List<CorporationWalletJournalResponse> |
getCorporationsCorporationIdWalletsDivisionJournal(Integer corporationId,
Integer division,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation wallet journal Retrieve the given corporation's
wallet journal for the given division going 30 days back --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Accountant, Junior_Accountant SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationWalletTransactionsResponse> |
getCorporationsCorporationIdWalletsDivisionTransactions(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
String userAgent,
String xUserAgent)
Get corporation wallet transactions Get wallet transactions of a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Accountant,
Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1
|
void |
setApiClient(ApiClient apiClient) |
public WalletApi()
public WalletApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Double getCharactersCharacterIdWallet(Integer characterId, String datasource, String ifNoneMatch, 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)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set 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 callpublic List<CharacterWalletJournalResponse> getCharactersCharacterIdWalletJournal(Integer characterId, String datasource, String ifNoneMatch, Integer page, 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)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set 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 callpublic List<CharacterWalletTransactionsResponse> getCharactersCharacterIdWalletTransactions(Integer characterId, String datasource, Long fromId, String ifNoneMatch, 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)fromId - Only show transactions happened before the one referenced by
this id (optional)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set 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 callpublic List<CorporationWalletsResponse> getCorporationsCorporationIdWallets(Integer corporationId, String datasource, String ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set 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 callpublic List<CorporationWalletJournalResponse> getCorporationsCorporationIdWalletsDivisionJournal(Integer corporationId, Integer division, String datasource, String ifNoneMatch, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)division - Wallet key of the division to fetch journals from (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set 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 callpublic List<CorporationWalletTransactionsResponse> getCorporationsCorporationIdWalletsDivisionTransactions(Integer corporationId, Integer division, String datasource, Long fromId, String ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)division - Wallet key of the division to fetch journals from (required)datasource - The server name you would like data from (optional, default to
tranquility)fromId - Only show journal entries happened before the transaction
referenced by this id (optional)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set 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 © 2018. All Rights Reserved.