Uses of Class
net.troja.eve.esi.model.CharacterStandingsResponse
-
Packages that use CharacterStandingsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterStandingsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterStandingsResponse Modifier and Type Method Description List<CharacterStandingsResponse>CharacterApi. getCharactersCharacterIdStandings(Integer characterId, String datasource, String ifNoneMatch, String token)Get standings Return character standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_standings.v1ApiResponse<List<CharacterStandingsResponse>>CharacterApi. getCharactersCharacterIdStandingsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get standings Return character standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_standings.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterStandingsResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdStandingsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterStandingsResponse>> _callback)Get standings (asynchronously) Return character standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_standings.v1 -
Uses of CharacterStandingsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterStandingsResponse Modifier and Type Method Description CharacterStandingsResponseCharacterStandingsResponse. fromId(Integer fromId)CharacterStandingsResponseCharacterStandingsResponse. fromType(CharacterStandingsResponse.FromTypeEnum fromTypeEnum)CharacterStandingsResponseCharacterStandingsResponse. fromTypeString(String fromType)CharacterStandingsResponseCharacterStandingsResponse. standing(Float standing)
-