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

Add a new SingleEventUpdate to a SingleEvent. More...

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

Public Member Functions

 AddSingleEventUpdateRequest (SingleEvent updatedSingleEvent, String comment)
 Create the request. More...
 
SingleEvent getUpdatedSingleEvent ()
 
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 SingleEventUpdate to a SingleEvent.

Author
Felix Wiemuth

Constructor & Destructor Documentation

unicopa.copa.base.com.request.AddSingleEventUpdateRequest.AddSingleEventUpdateRequest ( SingleEvent  updatedSingleEvent,
String  comment 
)

Create the request.

Parameters
updatedSingleEventthe 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
commentthe comment to be displayed along with the resulting SingleEventUpdate

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