Answer to GetSubscribedSingleEventUpdatesRequest. More...
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 |
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.
unicopa.copa.base.com.request.GetSubscribedSingleEventUpdatesResponse.GetSubscribedSingleEventUpdatesResponse | ( | List< List< SingleEventUpdate >> | updates) |
updates |