Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.EventScope
Packages that use Constants.EventScope
-
Uses of Constants.EventScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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. -
Uses of Constants.EventScope in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.EventScopeModifier and TypeMethodDescriptionstatic Constants.EventScopestatic Constants.EventScopeReturns the enum constant of this class with the specified name.static Constants.EventScope[]Constants.EventScope.values()Returns an array containing the constants of this enum class, in the order they are declared.