Add a new SingleEventUpdate to a SingleEvent.  
 More...
 | 
| 
static UserRole  | getRequiredPermissionLevel () | 
|   | 
| 
static AbstractRequest  | deserialize (String json)  throws APIException  | 
|   | 
| 
static UserRole  | requiredPermissionLevel = UserRole.ADMINISTRATOR | 
|   | 
Add a new SingleEventUpdate to a SingleEvent. 
- Author
 - Felix Wiemuth 
 
 
      
        
          | unicopa.copa.base.com.request.AddSingleEventUpdateRequest.AddSingleEventUpdateRequest  | 
          ( | 
          SingleEvent  | 
          updatedSingleEvent,  | 
        
        
           | 
           | 
          String  | 
          comment  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Create the request. 
- Parameters
 - 
  
    | updatedSingleEvent | the new SingleEvent that should replace an old one; the ID must be the same as of the old one, the event ID is ignored and stays the same  | 
    | comment | the comment to be displayed along with the resulting SingleEventUpdate  | 
  
   
 
 
The documentation for this class was generated from the following file:
- CopaServer/parent/src/main/java/unicopa/copa/base/com/request/AddSingleEventUpdateRequest.java