Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
List<Membership> |
UserApi.getMemberships(Long userId)
Lists all projects and groups a user is a member of.
|
Pager<Membership> |
UserApi.getMemberships(Long userId,
int itemsPerPage)
Returns a Pager that lists all projects and groups a user is a member of.
|
Copyright © 2022. All rights reserved.