Uses of Class
net.troja.eve.esi.model.CorporationWalletJournalResponse
-
Packages that use CorporationWalletJournalResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationWalletJournalResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationWalletJournalResponse Modifier and Type Method Description List<CorporationWalletJournalResponse>WalletApi. getCorporationsCorporationIdWalletsDivisionJournal(Integer corporationId, Integer division, String datasource, String ifNoneMatch, Integer page, String token)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.v1ApiResponse<List<CorporationWalletJournalResponse>>WalletApi. getCorporationsCorporationIdWalletsDivisionJournalWithHttpInfo(Integer corporationId, Integer division, String datasource, String ifNoneMatch, Integer page, String token)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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationWalletJournalResponse Modifier and Type Method Description okhttp3.CallWalletApi. getCorporationsCorporationIdWalletsDivisionJournalAsync(Integer corporationId, Integer division, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationWalletJournalResponse>> _callback)Get corporation wallet journal (asynchronously) 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 -
Uses of CorporationWalletJournalResponse in net.troja.eve.esi.model
-