Interface IEventsRepository
-
- All Implemented Interfaces:
public interface IEventsRepository
-
-
Method Summary
Modifier and Type Method Description abstract MCLSResult<Exception, Events>getEventsList(EventListParams eventListParams)abstract MCLSResult<Exception, MCLSEvent>getEventDetails(String eventId, String updatedId)abstract MCLSResult<Exception, ActionResponse>getActions(TimelineIdPairParam timelineIdPairParam)-
-
Method Detail
-
getEventsList
abstract MCLSResult<Exception, Events> getEventsList(EventListParams eventListParams)
-
getEventDetails
abstract MCLSResult<Exception, MCLSEvent> getEventDetails(String eventId, String updatedId)
-
getActions
abstract MCLSResult<Exception, ActionResponse> getActions(TimelineIdPairParam timelineIdPairParam)
-
-
-
-