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

Answer to GetSingleEventUpdatesRequest. More...

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

Public Member Functions

 GetSingleEventUpdatesResponse (List< List< SingleEventUpdate >> updateList)
 
List< List< SingleEventUpdate > > getUpdateList ()
 

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 GetSingleEventUpdatesRequest.

Contains a list of lists of SingleEventUpdates. The SingleEventUpdates are in the lowest level (ordered by date - newest object is at the last position). All updates that origin at one SingleEvent will get into the same lower list, ordered by their date of occurence.

Author
Philip Wendland

Constructor & Destructor Documentation

unicopa.copa.base.com.request.GetSingleEventUpdatesResponse.GetSingleEventUpdatesResponse ( List< List< SingleEventUpdate >>  updateList)
Parameters
updateList

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