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