A request for the events that belong to the event group. More...
Public Member Functions | |
GetEventsRequest (int eventGroupID, int categoryNodeID) | |
int | getEventGroupID () |
int | getCategoryNodeID () |
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 the events that belong to the event group.
The resulting events can be filtered by categories, that is the ID of the node from the class CategoryNode.
unicopa.copa.base.com.request.GetEventsRequest.GetEventsRequest | ( | int | eventGroupID, |
int | categoryNodeID | ||
) |
eventGroupID | the ID of the EventGroup where to get Events from |
categoryNodeID | the ID of the CategoryNode (returned events must have a category that is a descendant of this category) |