Class GetEventDetailUseCase
-
- All Implemented Interfaces:
public final class GetEventDetailUseCase extends AbstractParameterizedUseCase<EventIdPairParam, MCLSResult<Exception, MCLSEvent>>
Usecase for getting Event details. Input parameter is pair of eventId and eventUpdateId
-
-
Constructor Summary
Constructors Constructor Description GetEventDetailUseCase(IEventsRepository repository)
-
Method Summary
Modifier and Type Method Description MCLSResult<Exception, MCLSEvent>build(EventIdPairParam param)-
-
Constructor Detail
-
GetEventDetailUseCase
GetEventDetailUseCase(IEventsRepository repository)
-
-
Method Detail
-
build
MCLSResult<Exception, MCLSEvent> build(EventIdPairParam param)
-
-
-
-