Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.EventScope |
Constants.EventScope.forValue(String value) |
static Constants.EventScope |
Constants.EventScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.EventScope[] |
Constants.EventScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright © 2022. All rights reserved.