Uses of Class
org.glassfish.jersey.examples.rx.domain.Destination
-
Packages that use Destination Package Description org.glassfish.jersey.examples.rx.domain org.glassfish.jersey.examples.rx.remote -
-
Uses of Destination in org.glassfish.jersey.examples.rx.domain
Methods in org.glassfish.jersey.examples.rx.domain that return types with arguments of type Destination Modifier and Type Method Description List<Destination>AgentResponse. getVisited()Method parameters in org.glassfish.jersey.examples.rx.domain with type arguments of type Destination Modifier and Type Method Description voidAgentResponse. setVisited(List<Destination> visited)AgentResponseAgentResponse. visited(List<Destination> visited)Constructors in org.glassfish.jersey.examples.rx.domain with parameters of type Destination Constructor Description Recommendation(Destination destination)Recommendation(Destination destination, Forecast forecast, Calculation calculation) -
Uses of Destination in org.glassfish.jersey.examples.rx.remote
Methods in org.glassfish.jersey.examples.rx.remote that return types with arguments of type Destination Modifier and Type Method Description List<Destination>DestinationResource. recommended(String user, int limit)List<Destination>DestinationResource. visited(String user)
-