Answer to GetSingleEventUpdatesRequest. More...
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 |
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.
unicopa.copa.base.com.request.GetSingleEventUpdatesResponse.GetSingleEventUpdatesResponse | ( | List< List< SingleEventUpdate >> | updateList) |
updateList |