Uses of Class
org.glassfish.jersey.examples.rx.domain.Forecast
-
Packages that use Forecast Package Description org.glassfish.jersey.examples.rx.domain org.glassfish.jersey.examples.rx.remote -
-
Uses of Forecast in org.glassfish.jersey.examples.rx.domain
Methods in org.glassfish.jersey.examples.rx.domain with parameters of type Forecast Modifier and Type Method Description RecommendationRecommendation. forecast(Forecast forecast)Constructors in org.glassfish.jersey.examples.rx.domain with parameters of type Forecast Constructor Description Recommendation(Destination destination, Forecast forecast, Calculation calculation) -
Uses of Forecast in org.glassfish.jersey.examples.rx.remote
Methods in org.glassfish.jersey.examples.rx.remote that return Forecast Modifier and Type Method Description ForecastForecastResource. forecast(String destination)
-