Uses of Enum
org.gitlab4j.api.Constants.EventScope
Packages that use Constants.EventScope
-
Uses of Constants.EventScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.EventScopeModifier and TypeMethodDescriptionstatic Constants.EventScopestatic Constants.EventScopeReturns 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.Methods in org.gitlab4j.api with parameters of type Constants.EventScopeModifier and TypeMethodDescriptionEventsApi.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.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.