Class EventsRepository
-
- All Implemented Interfaces:
-
tv.mycujoo.mclsnetwork.domain.repository.IEventsRepository
public final class EventsRepository extends AbstractRepository implements IEventsRepository
-
-
Constructor Summary
Constructors Constructor Description EventsRepository(MlsApi api, CDAApi cdaApi)
-
Method Summary
Modifier and Type Method Description MCLSResult<Exception, Events>getEventsList(EventListParams eventListParams)MCLSResult<Exception, MCLSEvent>getEventDetails(String eventId, String updatedId)MCLSResult<Exception, ActionResponse>getActions(TimelineIdPairParam timelineIdPairParam)-
-
Method Detail
-
getEventsList
MCLSResult<Exception, Events> getEventsList(EventListParams eventListParams)
-
getEventDetails
MCLSResult<Exception, MCLSEvent> getEventDetails(String eventId, String updatedId)
-
getActions
MCLSResult<Exception, ActionResponse> getActions(TimelineIdPairParam timelineIdPairParam)
-
-
-
-