Uses of Class
net.troja.eve.esi.model.MoonResponse
-
Packages that use MoonResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MoonResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return MoonResponse Modifier and Type Method Description MoonResponseUniverseApi. getUniverseMoonsMoonId(Integer moonId, String datasource, String ifNoneMatch)Get moon information Get information on a moon --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type MoonResponse Modifier and Type Method Description ApiResponse<MoonResponse>UniverseApi. getUniverseMoonsMoonIdWithHttpInfo(Integer moonId, String datasource, String ifNoneMatch)Get moon information Get information on a moon --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type MoonResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseMoonsMoonIdAsync(Integer moonId, String datasource, String ifNoneMatch, ApiCallback<MoonResponse> _callback)Get moon information (asynchronously) Get information on a moon --- This route expires daily at 11:05 -
Uses of MoonResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MoonResponse Modifier and Type Method Description MoonResponseMoonResponse. moonId(Integer moonId)MoonResponseMoonResponse. name(String name)MoonResponseMoonResponse. position(Position position)MoonResponseMoonResponse. systemId(Integer systemId)
-