Add a new SingleEvent to an Event. More...
Public Member Functions | |
AddSingleEventRequest (SingleEvent newSingleEvent, String comment) | |
Create the request. More... | |
SingleEvent | getNewSingleEvent () |
String | getComment () |
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 |
Add a new SingleEvent to an Event.
unicopa.copa.base.com.request.AddSingleEventRequest.AddSingleEventRequest | ( | SingleEvent | newSingleEvent, |
String | comment | ||
) |
Create the request.
newSingleEvent | the SingleEvent to add (the ID is ignored) |
comment | the comment that shall be displayed in the resulting SingleEventUpdate |