Uses of Class
net.troja.eve.esi.model.ConstellationResponse
-
Packages that use ConstellationResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of ConstellationResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return ConstellationResponse Modifier and Type Method Description ConstellationResponseUniverseApi. getUniverseConstellationsConstellationId(Integer constellationId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get constellation information Get information on a constellation --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type ConstellationResponse Modifier and Type Method Description ApiResponse<ConstellationResponse>UniverseApi. getUniverseConstellationsConstellationIdWithHttpInfo(Integer constellationId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get constellation information Get information on a constellation --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type ConstellationResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseConstellationsConstellationIdAsync(Integer constellationId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<ConstellationResponse> _callback)Get constellation information (asynchronously) Get information on a constellation --- This route expires daily at 11:05 -
Uses of ConstellationResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return ConstellationResponse Modifier and Type Method Description ConstellationResponseConstellationResponse. addSystemsItem(Integer systemsItem)ConstellationResponseConstellationResponse. constellationId(Integer constellationId)ConstellationResponseConstellationResponse. name(String name)ConstellationResponseConstellationResponse. position(Position position)ConstellationResponseConstellationResponse. regionId(Integer regionId)ConstellationResponseConstellationResponse. systems(List<Integer> systems)
-