Uses of Class
org.glassfish.jersey.examples.rx.domain.Recommendation
-
Packages that use Recommendation Package Description org.glassfish.jersey.examples.rx.domain -
-
Uses of Recommendation in org.glassfish.jersey.examples.rx.domain
Methods in org.glassfish.jersey.examples.rx.domain that return Recommendation Modifier and Type Method Description RecommendationRecommendation. calculation(Calculation calculation)RecommendationRecommendation. forecast(Forecast forecast)Methods in org.glassfish.jersey.examples.rx.domain that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>AgentResponse. getRecommended()Method parameters in org.glassfish.jersey.examples.rx.domain with type arguments of type Recommendation Modifier and Type Method Description AgentResponseAgentResponse. recommended(List<Recommendation> recommended)voidAgentResponse. setRecommended(List<Recommendation> recommended)
-