Uses of Enum Class
org.miaixz.bus.gitlab.Constants.ActionType
Packages that use Constants.ActionType
-
Uses of Constants.ActionType in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.ActionTypeModifier and TypeMethodDescriptionstatic Constants.ActionTypestatic Constants.ActionTypeReturns the enum constant of this class with the specified name.static Constants.ActionType[]Constants.ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab with parameters of type Constants.ActionTypeModifier and TypeMethodDescriptionEventsApi.getAllAuthenticatedUserEvents(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of all events for the authenticated user, across all of the user's projects.EventsApi.getAllAuthenticatedUserEventsStream(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of all events for the authenticated user, across all of the user's projects.EventsApi.getAuthenticatedUserEvents(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of events for the authenticated user.EventsApi.getAuthenticatedUserEvents(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) 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 page, int perPage) 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 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.EventsApi.getAuthenticatedUserEventsStream(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of events for the authenticated user.EventsApi.getProjectEvents(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of events for the specified project.EventsApi.getProjectEvents(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the specified project and in the specified page range.EventsApi.getProjectEvents(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int page, int perPage) Get a list of events for the specified project and in the specified page range.EventsApi.getProjectEventsStream(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of events for the specified project.EventsApi.getUserEvents(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of events for the specified user.EventsApi.getUserEvents(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the specified user and in the specified page range.EventsApi.getUserEvents(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int page, int perPage) Get a list of events for the specified user and in the specified page range.EventsApi.getUserEventsStream(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of events for the specified user. -
Uses of Constants.ActionType in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.ActionTypeMethods in org.miaixz.bus.gitlab.models with parameters of type Constants.ActionType