Uses of Class
org.miaixz.bus.gitlab.models.GroupProjectsFilter
Packages that use GroupProjectsFilter
-
Uses of GroupProjectsFilter in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type GroupProjectsFilterModifier and TypeMethodDescriptionGroupApi.getProjects(Object groupIdOrPath, GroupProjectsFilter filter) Get a list of projects belonging to the specified group ID and filter.GroupApi.getProjects(Object groupIdOrPath, GroupProjectsFilter filter, int itemsPerPage) Get a Pager of projects belonging to the specified group ID and filter.GroupApi.getProjectsStream(Object groupIdOrPath, GroupProjectsFilter filter) Get a Stream of projects belonging to the specified group ID and filter. -
Uses of GroupProjectsFilter in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return GroupProjectsFilterModifier and TypeMethodDescriptionGroupProjectsFilter.withArchived(Boolean archived) Limit by archived status.GroupProjectsFilter.withCustomAttributes(Boolean withCustomAttributes) Include custom attributes in response (admins only).GroupProjectsFilter.withIncludeSubGroups(Boolean includeSubGroups) Include projects that are located in subgroupsGroupProjectsFilter.withIssuesEnabled(Boolean withIssuesEnabled) Limit by enabled issues featureGroupProjectsFilter.withMergeRequestsEnabled(Boolean withMergeRequestsEnabled) Limit by enabled merge requests featureGroupProjectsFilter.withOrderBy(Constants.ProjectOrderBy orderBy) Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.Limit by projects explicitly owned by the current userGroupProjectsFilter.withSearch(String search) Return list of projects matching the search criteria.GroupProjectsFilter.withShared(Boolean withShared) Include projects that are shared with this groupGroupProjectsFilter.withSimple(Boolean simple) Return only limited fields for each project.GroupProjectsFilter.withSortOder(Constants.SortOrder sort) Return projects sorted in asc or desc order.GroupProjectsFilter.withStarred(Boolean starred) Limit by projects starred by the current user.GroupProjectsFilter.withVisibility(Visibility visibility) Limit by visibility public, internal, or private.