-
Methods in org.gitlab4j.api with parameters of type Constants.EventScope
Modifier and Type |
Method |
Description |
List<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int page,
int perPage,
Constants.EventScope scope) |
Get a list of events for the authenticated user and in the specified page range.
|
Pager<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int itemsPerPage,
Constants.EventScope scope) |
Get a list of events for the authenticated user and in the specified page range.
|