Uses of Class
net.troja.eve.esi.model.StarResponse
-
Packages that use StarResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of StarResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return StarResponse Modifier and Type Method Description StarResponseUniverseApi. getUniverseStarsStarId(Integer starId, String datasource, String ifNoneMatch)Get star information Get information on a star --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type StarResponse Modifier and Type Method Description ApiResponse<StarResponse>UniverseApi. getUniverseStarsStarIdWithHttpInfo(Integer starId, String datasource, String ifNoneMatch)Get star information Get information on a star --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type StarResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseStarsStarIdAsync(Integer starId, String datasource, String ifNoneMatch, ApiCallback<StarResponse> _callback)Get star information (asynchronously) Get information on a star --- This route expires daily at 11:05 -
Uses of StarResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StarResponse Modifier and Type Method Description StarResponseStarResponse. age(Long age)StarResponseStarResponse. luminosity(Float luminosity)StarResponseStarResponse. name(String name)StarResponseStarResponse. radius(Long radius)StarResponseStarResponse. solarSystemId(Integer solarSystemId)StarResponseStarResponse. spectralClass(StarResponse.SpectralClassEnum spectralClassEnum)StarResponseStarResponse. spectralClassString(String spectralClass)StarResponseStarResponse. temperature(Integer temperature)StarResponseStarResponse. typeId(Integer typeId)
-