-
public interface EventsRepository
-
-
Method Summary
Modifier and Type Method Description abstract Result<Exception, Events>getEventsList(EventListParams eventListParams)abstract Result<Exception, EventEntity>getEventDetails(String eventId, String updatedId)abstract Result<Exception, ActionResponse>getActions(TimelineIdPairParam timelineIdPairParam)-
-
Method Detail
-
getEventsList
abstract Result<Exception, Events> getEventsList(EventListParams eventListParams)
-
getEventDetails
abstract Result<Exception, EventEntity> getEventDetails(String eventId, String updatedId)
-
getActions
abstract Result<Exception, ActionResponse> getActions(TimelineIdPairParam timelineIdPairParam)
-
-
-
-