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

Packages that use ListEvent
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.requests Package for the library client stub. 
 

Uses of ListEvent in citysdk.tourism.client.parser
 

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

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

Methods in citysdk.tourism.client.poi.lists that return ListEvent
 ListEvent ListPOIS.getListEvent()
           
 

Methods in citysdk.tourism.client.poi.lists with parameters of type ListEvent
 void ListPOIS.setListEvent(ListEvent listEvent)
           
 

Uses of ListEvent in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that return ListEvent
 ListEvent TourismClient.getEventRelation(java.lang.String id, Term relation)
          Returns a list of Events with the given relation with the POI identified by id.
 ListEvent TourismClient.getEvents(ParameterList parameterList)
          Returns a list of Events following the desired parameters.