Uses of Class
net.troja.eve.esi.model.CorporationWalletsResponse
-
Packages that use CorporationWalletsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationWalletsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationWalletsResponse Modifier and Type Method Description List<CorporationWalletsResponse>WalletApi. getCorporationsCorporationIdWallets(Integer corporationId, String datasource, String ifNoneMatch, String token)Returns a corporation's wallet balance Get a corporation's wallets --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1ApiResponse<List<CorporationWalletsResponse>>WalletApi. getCorporationsCorporationIdWalletsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, String token)Returns a corporation's wallet balance Get a corporation's wallets --- This route is cached for up to 300 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 CorporationWalletsResponse Modifier and Type Method Description okhttp3.CallWalletApi. getCorporationsCorporationIdWalletsAsync(Integer corporationId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CorporationWalletsResponse>> _callback)Returns a corporation's wallet balance (asynchronously) Get a corporation's wallets --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1 -
Uses of CorporationWalletsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationWalletsResponse Modifier and Type Method Description CorporationWalletsResponseCorporationWalletsResponse. balance(Double balance)CorporationWalletsResponseCorporationWalletsResponse. division(Integer division)
-