Uses of Class
net.troja.eve.esi.model.CharacterMedalsResponse
-
Packages that use CharacterMedalsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterMedalsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterMedalsResponse Modifier and Type Method Description List<CharacterMedalsResponse>CharacterApi. getCharactersCharacterIdMedals(Integer characterId, String datasource, String ifNoneMatch, String token)Get medals Return a list of medals the character has --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1ApiResponse<List<CharacterMedalsResponse>>CharacterApi. getCharactersCharacterIdMedalsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get medals Return a list of medals the character has --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterMedalsResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdMedalsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterMedalsResponse>> _callback)Get medals (asynchronously) Return a list of medals the character has --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1 -
Uses of CharacterMedalsResponse in net.troja.eve.esi.model
-