Uses of Class
net.troja.eve.esi.model.CorporationIconsResponse
-
Packages that use CorporationIconsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationIconsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CorporationIconsResponse Modifier and Type Method Description CorporationIconsResponseCorporationApi. getCorporationsCorporationIdIcons(Integer corporationId, String datasource, String ifNoneMatch)Get corporation icon Get the icon urls for a corporation --- This route is cached for up to 3600 secondsMethods in net.troja.eve.esi.api that return types with arguments of type CorporationIconsResponse Modifier and Type Method Description ApiResponse<CorporationIconsResponse>CorporationApi. getCorporationsCorporationIdIconsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch)Get corporation icon Get the icon urls for a corporation --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type CorporationIconsResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdIconsAsync(Integer corporationId, String datasource, String ifNoneMatch, ApiCallback<CorporationIconsResponse> _callback)Get corporation icon (asynchronously) Get the icon urls for a corporation --- This route is cached for up to 3600 seconds -
Uses of CorporationIconsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationIconsResponse Modifier and Type Method Description CorporationIconsResponseCorporationIconsResponse. px128x128(String px128x128)CorporationIconsResponseCorporationIconsResponse. px256x256(String px256x256)CorporationIconsResponseCorporationIconsResponse. px64x64(String px64x64)
-