Uses of Class
net.troja.eve.esi.model.AllianceIconsResponse
-
Packages that use AllianceIconsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of AllianceIconsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return AllianceIconsResponse Modifier and Type Method Description AllianceIconsResponseAllianceApi. getAlliancesAllianceIdIcons(Integer allianceId, String datasource, String ifNoneMatch)Get alliance icon Get the icon urls for a alliance --- This route expires daily at 11:05 --- [Diff of the upcoming changes](https://esi.evetech.net/ diff/latest/dev/#GET-/alliances/{alliance_id}/icons/)Methods in net.troja.eve.esi.api that return types with arguments of type AllianceIconsResponse Modifier and Type Method Description ApiResponse<AllianceIconsResponse>AllianceApi. getAlliancesAllianceIdIconsWithHttpInfo(Integer allianceId, String datasource, String ifNoneMatch)Get alliance icon Get the icon urls for a alliance --- This route expires daily at 11:05 --- [Diff of the upcoming changes](https://esi.evetech.net/ diff/latest/dev/#GET-/alliances/{alliance_id}/icons/)Method parameters in net.troja.eve.esi.api with type arguments of type AllianceIconsResponse Modifier and Type Method Description okhttp3.CallAllianceApi. getAlliancesAllianceIdIconsAsync(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback<AllianceIconsResponse> _callback)Get alliance icon (asynchronously) Get the icon urls for a alliance --- This route expires daily at 11:05 --- [Diff of the upcoming changes](https ://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id}/icons/) -
Uses of AllianceIconsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return AllianceIconsResponse Modifier and Type Method Description AllianceIconsResponseAllianceIconsResponse. px128x128(String px128x128)AllianceIconsResponseAllianceIconsResponse. px64x64(String px64x64)
-