CopaServer
Change of Plan Application
 All Classes Functions Pages
Public Member Functions | List of all members
unicopa.copa.base.com.request.GetMyEventsResponse Class Reference
Inheritance diagram for unicopa.copa.base.com.request.GetMyEventsResponse:
Inheritance graph
Collaboration diagram for unicopa.copa.base.com.request.GetMyEventsResponse:
Collaboration graph

Public Member Functions

 GetMyEventsResponse (Map< UserRole, List< Integer >> eventIDs)
 
List< Integer > getRightholderEvents ()
 Get a list of event IDs where the user is RIGHTHOLDER. More...
 
List< Integer > getDeputyEvents ()
 Get a list of event IDs where the user is DEPUTY. More...
 
List< Integer > getOwnerEvents ()
 Get a list of event IDs where the user is OWNER. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from unicopa.copa.base.com.request.AbstractResponse
static AbstractResponse deserialize (String json) throws APIException, PermissionException, RequestNotPracticableException, InternalErrorException
 

Detailed Description

Author
Felix Wiemuth

Member Function Documentation

List<Integer> unicopa.copa.base.com.request.GetMyEventsResponse.getDeputyEvents ( )

Get a list of event IDs where the user is DEPUTY.

Returns
List<Integer> unicopa.copa.base.com.request.GetMyEventsResponse.getOwnerEvents ( )

Get a list of event IDs where the user is OWNER.

Returns
List<Integer> unicopa.copa.base.com.request.GetMyEventsResponse.getRightholderEvents ( )

Get a list of event IDs where the user is RIGHTHOLDER.

Returns

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