Uses of Class
net.troja.eve.esi.model.CorporationStandingsResponse
-
Packages that use CorporationStandingsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationStandingsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationStandingsResponse Modifier and Type Method Description List<CorporationStandingsResponse>CorporationApi. getCorporationsCorporationIdStandings(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation standings Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1ApiResponse<List<CorporationStandingsResponse>>CorporationApi. getCorporationsCorporationIdStandingsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation standings Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationStandingsResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdStandingsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationStandingsResponse>> _callback)Get corporation standings (asynchronously) Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1 -
Uses of CorporationStandingsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationStandingsResponse Modifier and Type Method Description CorporationStandingsResponseCorporationStandingsResponse. fromId(Integer fromId)CorporationStandingsResponseCorporationStandingsResponse. fromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)CorporationStandingsResponseCorporationStandingsResponse. fromTypeString(String fromType)CorporationStandingsResponseCorporationStandingsResponse. standing(Float standing)
-