Uses of Class
net.troja.eve.esi.model.CharacterPortraitResponse
-
Packages that use CharacterPortraitResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterPortraitResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterPortraitResponse Modifier and Type Method Description CharacterPortraitResponseCharacterApi. getCharactersCharacterIdPortrait(Integer characterId, String datasource, String ifNoneMatch)Get character portraits Get portrait urls for a character --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type CharacterPortraitResponse Modifier and Type Method Description ApiResponse<CharacterPortraitResponse>CharacterApi. getCharactersCharacterIdPortraitWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch)Get character portraits Get portrait urls for a character --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type CharacterPortraitResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdPortraitAsync(Integer characterId, String datasource, String ifNoneMatch, ApiCallback<CharacterPortraitResponse> _callback)Get character portraits (asynchronously) Get portrait urls for a character --- This route expires daily at 11:05 -
Uses of CharacterPortraitResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterPortraitResponse Modifier and Type Method Description CharacterPortraitResponseCharacterPortraitResponse. px128x128(String px128x128)CharacterPortraitResponseCharacterPortraitResponse. px256x256(String px256x256)CharacterPortraitResponseCharacterPortraitResponse. px512x512(String px512x512)CharacterPortraitResponseCharacterPortraitResponse. px64x64(String px64x64)
-