Uses of Class
net.troja.eve.esi.model.CharacterWalletTransactionsResponse
-
Packages that use CharacterWalletTransactionsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterWalletTransactionsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterWalletTransactionsResponse Modifier and Type Method 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.v1ApiResponse<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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterWalletTransactionsResponse Modifier and Type Method Description okhttp3.CallWalletApi. 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 -
Uses of CharacterWalletTransactionsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterWalletTransactionsResponse Modifier and Type Method Description CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. clientId(Integer clientId)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. date(java.time.OffsetDateTime date)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. isBuy(Boolean isBuy)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. isPersonal(Boolean isPersonal)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. journalRefId(Long journalRefId)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. locationId(Long locationId)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. quantity(Integer quantity)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. transactionId(Long transactionId)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. typeId(Integer typeId)CharacterWalletTransactionsResponseCharacterWalletTransactionsResponse. unitPrice(Double unitPrice)
-