Uses of Class
org.gitlab4j.api.models.ProjectUser
-
Packages that use ProjectUser Package Description org.gitlab4j.api -
-
Uses of ProjectUser in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type ProjectUser Modifier and Type Method Description List<ProjectUser>
ProjectApi. getProjectUsers(Object projectIdOrPath)
Get a list of project users.Pager<ProjectUser>
ProjectApi. getProjectUsers(Object projectIdOrPath, int itemsPerPage)
Get a Pager of project users.List<ProjectUser>
ProjectApi. getProjectUsers(Object projectIdOrPath, String search)
Get a list of project users matching the specified search string.Pager<ProjectUser>
ProjectApi. getProjectUsers(Object projectIdOrPath, String search, int itemsPerPage)
Get a Pager of project users matching the specified search string.Stream<ProjectUser>
ProjectApi. getProjectUsersStream(Object projectIdOrPath)
Get a Stream of project users.Stream<ProjectUser>
ProjectApi. getProjectUsersStream(Object projectIdOrPath, String search)
Get a Stream of project users matching the specified search string.
-