Uses of Class
net.troja.eve.esi.model.CorporationAssetsResponse
-
Packages that use CorporationAssetsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationAssetsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationAssetsResponse Modifier and Type Method Description List<CorporationAssetsResponse>AssetsApi. getCorporationsCorporationIdAssets(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation assets Return a list of the corporation assets --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1ApiResponse<List<CorporationAssetsResponse>>AssetsApi. getCorporationsCorporationIdAssetsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation assets Return a list of the corporation assets --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationAssetsResponse Modifier and Type Method Description okhttp3.CallAssetsApi. getCorporationsCorporationIdAssetsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationAssetsResponse>> _callback)Get corporation assets (asynchronously) Return a list of the corporation assets --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1 -
Uses of CorporationAssetsResponse in net.troja.eve.esi.model
-