Uses of Class
org.gitlab4j.api.models.GroupFilter
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
-
Uses of GroupFilter in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type GroupFilter Modifier and Type Method Description List<Group>GroupApi. getGroups(GroupFilter filter)Get a list of visible groups for the authenticated user using the provided filter.Pager<Group>GroupApi. getGroups(GroupFilter filter, int itemsPerPage)Get a Pager of visible groups for the authenticated user using the provided filter.Stream<Group>GroupApi. getGroupsStream(GroupFilter filter)Get a Stream of visible groups for the authenticated user using the provided filter. -
Uses of GroupFilter in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return GroupFilter Modifier and Type Method Description GroupFilterGroupFilter. withAllAvailabley(Boolean allAvailable)Show all the groups you have access to (defaults to false for authenticated users, true for admin).GroupFilterGroupFilter. withCustomAttributes(Boolean withCustomAttributes)Include custom attributes in response (admins only).GroupFilterGroupFilter. withMinAccessLevel(AccessLevel accessLevel)Limit to groups where current user has at least this access level.GroupFilterGroupFilter. withOrderBy(Constants.GroupOrderBy orderBy)Return groups ordered by id, name, path, created_at, updated_at, or last_activity_at fields.GroupFilterGroupFilter. withOwned(Boolean owned)Limit by groups explicitly owned by the current userGroupFilterGroupFilter. withSearch(String search)Return list of groups matching the search criteria.GroupFilterGroupFilter. withSkipGroups(List<Integer> skipGroups)Do not include the provided groups IDs.GroupFilterGroupFilter. withSortOder(Constants.SortOrder sort)Return groups sorted in asc or desc order.GroupFilterGroupFilter. withStatistics(Boolean statistics)Include group statistics (admins only).GroupFilterGroupFilter. withTopLevelOnly(Boolean topLevelOnly)Limit by groups which are top level groups