CopaServer
Change of Plan Application
 All Classes Functions Pages
Public Member Functions | List of all members
unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesResponse Class Reference

Answer to GetSubscribedSingleEventUpdatesRequest. More...

Inheritance diagram for unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesResponse:
Inheritance graph
Collaboration diagram for unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesResponse:
Collaboration graph

Public Member Functions

 GetSubscribedSingleEventUpdatesResponse (List< List< SingleEventUpdate >> updates)
 
List< List< SingleEventUpdate > > getUpdates ()
 

Additional Inherited Members

- Static Public Member Functions inherited from unicopa.copa.base.com.request.AbstractResponse
static AbstractResponse deserialize (String json) throws APIException, PermissionException, RequestNotPracticableException, InternalErrorException
 

Detailed Description

Answer to GetSubscribedSingleEventUpdatesRequest.

Contains a list of lists of SingleEventUpdates. The SingleEventUpdates are in the lowest level (ordered by date - newest object is at the last position). For every SingleEvent there is a new lower-list.

Author
Philip Wendland

Constructor & Destructor Documentation

unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesResponse.GetSubscribedSingleEventUpdatesResponse ( List< List< SingleEventUpdate >>  updates)
Parameters
updates

The documentation for this class was generated from the following file: