A request for SingleEventUpdates. More...
Public Member Functions | |
GetSingleEventUpdatesRequest (int eventID, Date since) | |
int | getEventID () |
Date | getSince () |
Additional Inherited Members | |
Static Public Member Functions inherited from unicopa.copa.base.com.request.AbstractRequest | |
static UserRole | getRequiredPermissionLevel () |
static AbstractRequest | deserialize (String json) throws APIException |
Static Protected Attributes inherited from unicopa.copa.base.com.request.AbstractRequest | |
static UserRole | requiredPermissionLevel = UserRole.ADMINISTRATOR |
A request for SingleEventUpdates.
The requested SingleEventUpdates belong to the event identified by the given eventID and are scheduled after the given date since.
unicopa.copa.base.com.request.GetSingleEventUpdatesRequest.GetSingleEventUpdatesRequest | ( | int | eventID, |
Date | since | ||
) |
eventID | |
since |