| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationWalletTransactionsResponse> |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactions(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<CorporationWalletTransactionsResponse>> |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactionsWithHttpInfo(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
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
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactionsAsync(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationWalletTransactionsResponse>> _callback)
Get corporation wallet transactions (asynchronously) 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
|
| Modifier and Type | Method and Description |
|---|---|
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.clientId(Integer clientId) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.date(java.time.OffsetDateTime date) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.isBuy(Boolean isBuy) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.journalRefId(Long journalRefId) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.locationId(Long locationId) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.quantity(Integer quantity) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.transactionId(Long transactionId) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.typeId(Integer typeId) |
CorporationWalletTransactionsResponse |
CorporationWalletTransactionsResponse.unitPrice(Double unitPrice) |
Copyright © 2019. All Rights Reserved.