| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterWalletTransactionsResponse> |
WalletApi.getCharactersCharacterIdWalletTransactions(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<CharacterWalletTransactionsResponse>> |
WalletApi.getCharactersCharacterIdWalletTransactionsWithHttpInfo(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
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
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletTransactionsAsync(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterWalletTransactionsResponse>> _callback)
Get wallet transactions (asynchronously) Get wallet transactions of a
character --- This route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.clientId(Integer clientId) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.date(java.time.OffsetDateTime date) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.isBuy(Boolean isBuy) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.isPersonal(Boolean isPersonal) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.journalRefId(Long journalRefId) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.locationId(Long locationId) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.quantity(Integer quantity) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.transactionId(Long transactionId) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.typeId(Integer typeId) |
CharacterWalletTransactionsResponse |
CharacterWalletTransactionsResponse.unitPrice(Double unitPrice) |
Copyright © 2023. All Rights Reserved.