Uses of Class
citysdk.tourism.client.poi.lists.ListPointOfInterest

Packages that use ListPointOfInterest
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.poi.single Package for the single W3C objects. 
citysdk.tourism.client.requests Package for the library client stub. 
 

Uses of ListPointOfInterest in citysdk.tourism.client.parser
 

Methods in citysdk.tourism.client.parser that return ListPointOfInterest
 ListPointOfInterest JsonParser.parseJsonAsListOfPois()
          Parses the JSON as a ListPointOfInterest.
 

Uses of ListPointOfInterest in citysdk.tourism.client.poi.lists
 

Methods in citysdk.tourism.client.poi.lists that return ListPointOfInterest
 ListPointOfInterest ListPOIS.getListPoi()
           
 

Methods in citysdk.tourism.client.poi.lists with parameters of type ListPointOfInterest
 void ListPOIS.setListPoi(ListPointOfInterest listPoi)
           
 

Uses of ListPointOfInterest in citysdk.tourism.client.poi.single
 

Methods in citysdk.tourism.client.poi.single that return ListPointOfInterest
 ListPointOfInterest Route.getListPoi()
          Gets the ListPointOfInterest of the Route.
 

Uses of ListPointOfInterest in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that return ListPointOfInterest
 ListPointOfInterest TourismClient.getPoiRelation(java.lang.String id, Term relation)
          Returns a list of Points of Interest with the given relation with the POI identified by id.
 ListPointOfInterest TourismClient.getPois(ParameterList parameterList)
          Returns a list of POIs following the desired parameters.