Interface TrackEventsRequest
- All Known Implementing Classes:
ImmutableTrackEventsRequest
@Immutable
public interface TrackEventsRequest
-
Method Summary
Modifier and TypeMethodDescriptionevents()
static TrackEventsRequest
forMultipleEvents
(Repo repo, List<ActivityEventForm> events) static TrackEventsRequest
forSingleEvent
(Repo repo, ActivityEventForm event) repo()
-
Method Details
-
forSingleEvent
-
forMultipleEvents
-
repo
Repo repo() -
events
List<ActivityEventForm> events()
-