CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Public Member Functions | List of all members
unicopa.copa.base.com.request.AddSingleEventRequest Class Reference

Add a new SingleEvent to an Event. More...

Inheritance diagram for unicopa.copa.base.com.request.AddSingleEventRequest:
Inheritance graph
Collaboration diagram for unicopa.copa.base.com.request.AddSingleEventRequest:
Collaboration graph

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
 

Detailed Description

Add a new SingleEvent to an Event.

Author
Felix Wiemuth

Constructor & Destructor Documentation

unicopa.copa.base.com.request.AddSingleEventRequest.AddSingleEventRequest ( SingleEvent  newSingleEvent,
String  comment 
)

Create the request.

Parameters
newSingleEventthe SingleEvent to add (the ID is ignored)
commentthe comment that shall be displayed in the resulting SingleEventUpdate

The documentation for this class was generated from the following file: