Uses of Class
net.troja.eve.esi.model.RacesResponse
-
Packages that use RacesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of RacesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type RacesResponse Modifier and Type Method Description List<RacesResponse>UniverseApi. getUniverseRaces(String acceptLanguage, String datasource, String ifNoneMatch, String language)Get character races Get a list of character races --- This route expires daily at 11:05ApiResponse<List<RacesResponse>>UniverseApi. getUniverseRacesWithHttpInfo(String acceptLanguage, String datasource, String ifNoneMatch, String language)Get character races Get a list of character races --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type RacesResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseRacesAsync(String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<List<RacesResponse>> _callback)Get character races (asynchronously) Get a list of character races --- This route expires daily at 11:05 -
Uses of RacesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return RacesResponse Modifier and Type Method Description RacesResponseRacesResponse. allianceId(Integer allianceId)RacesResponseRacesResponse. description(String description)RacesResponseRacesResponse. name(String name)RacesResponseRacesResponse. raceId(Integer raceId)
-