Uses of Class
org.gitlab4j.api.models.AccessRequest
Packages that use AccessRequest
-
Uses of AccessRequest in org.gitlab4j.api
Methods in org.gitlab4j.api that return AccessRequestModifier and TypeMethodDescriptionGroupApi.approveAccessRequest
(Object groupIdOrPath, Long userId, AccessLevel accessLevel) Approve access for the specified user to the specified group.ProjectApi.approveAccessRequest
(Object projectIdOrPath, Long userId, AccessLevel accessLevel) Approve access for the specified user to the specified project.GroupApi.requestAccess
(Object groupIdOrPath) Requests access for the authenticated user to the specified group.ProjectApi.requestAccess
(Object projectIdOrPath) Requests access for the authenticated user to the specified project.Methods in org.gitlab4j.api that return types with arguments of type AccessRequestModifier and TypeMethodDescriptionGroupApi.getAccessRequests
(Object groupIdOrPath) Get a List of the group access requests viewable by the authenticated user.GroupApi.getAccessRequests
(Object groupIdOrPath, int itemsPerPage) Get a Pager of the group access requests viewable by the authenticated user.ProjectApi.getAccessRequests
(Object projectIdOrPath) Get a List of the project access requests viewable by the authenticated user.ProjectApi.getAccessRequests
(Object projectIdOrPath, int itemsPerPage) Get a Pager of the project access requests viewable by the authenticated user.GroupApi.getAccessRequestsStream
(Object groupIdOrPath) Get a Stream of the group access requests viewable by the authenticated user.ProjectApi.getAccessRequestsStream
(Object projectIdOrPath) Get a Stream of the project access requests viewable by the authenticated user.