Uses of Class
org.gitlab4j.api.models.Group
Packages that use Group
-
Uses of Group in org.gitlab4j.api
Methods in org.gitlab4j.api that return GroupModifier and TypeMethodDescriptionCreates a new project group.GroupApi.addGroup
(String name, String path, String description, Boolean membershipLock, Boolean shareWithGroupLock, Visibility visibility, Boolean lfsEnabled, Boolean requestAccessEnabled, Long parentId, Integer sharedRunnersMinutesLimit) Deprecated.GroupApi.addGroup
(String name, String path, String description, Visibility visibility, Boolean lfsEnabled, Boolean requestAccessEnabled, Long parentId) Creates a new project group.GroupApi.createGroup
(GroupParams params) Creates a new project group.Get all details of a group.GroupApi.setGroupAvatar
(Object groupIdOrPath, File avatarFile) Uploads and sets the project avatar for the specified group.GroupApi.shareGroup
(Object groupIdOrPath, Long shareWithGroupId, AccessLevel groupAccess, Date expiresAt) Share group with another group.GroupApi.updateGroup
(Object groupIdOrPath, String name, String path, String description, Boolean membershipLock, Boolean shareWithGroupLock, Visibility visibility, Boolean lfsEnabled, Boolean requestAccessEnabled, Long parentId, Integer sharedRunnersMinutesLimit) Deprecated.Will be removed in version 6.0, replaced byGroupApi.updateGroup(Object, String, String, String, Visibility, Boolean, Boolean, Long)
GroupApi.updateGroup
(Object groupIdOrPath, String name, String path, String description, Visibility visibility, Boolean lfsEnabled, Boolean requestAccessEnabled, Long parentId) Updates a project group.GroupApi.updateGroup
(Object groupIdOrPath, GroupParams params) Updates the project group.GroupApi.updateGroup
(Group group) Updates a project group.Methods in org.gitlab4j.api that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupApi.getDescendantGroups
(Object groupIdOrPath, GroupFilter filter) Get a list of visible descendant groups of a given group for the authenticated user using the provided filter.GroupApi.getDescendantGroups
(Object groupIdOrPath, GroupFilter filter, int itemsPerPage) Get a Pager of visible descendant groups of a given group for the authenticated user using the provided filter.GroupApi.getDescendantGroupsStream
(Object groupIdOrPath, GroupFilter filter) Get a Stream of visible descendant groups of a given group for the authenticated user using the provided filter.GroupApi.getGroups()
Get a list of groups.GroupApi.getGroups
(int itemsPerPage) Get a Pager of groups.GroupApi.getGroups
(int page, int perPage) Get a list of groups (As user: my groups, as admin: all groups) and in the specified page range.Get all groups that match your string in their name or path.Get all groups that match your string in their name or path.Get all groups that match your string in their name or path.GroupApi.getGroups
(GroupFilter filter) Get a list of visible groups for the authenticated user using the provided filter.GroupApi.getGroups
(GroupFilter filter, int itemsPerPage) Get a Pager of visible groups for the authenticated user using the provided filter.GroupApi.getGroupsStream()
Get a Stream of groups.GroupApi.getGroupsStream
(String search) Get all groups that match your string in their name or path as a Stream.GroupApi.getGroupsStream
(GroupFilter filter) Get a Stream of visible groups for the authenticated user using the provided filter.GroupApi.getOptionalGroup
(Object groupIdOrPath) Get all details of a group as an Optional instance.GroupApi.getSubGroups
(Object groupIdOrPath) Get a list of visible direct subgroups in this group.GroupApi.getSubGroups
(Object groupIdOrPath, int itemsPerPage) Get a Pager of visible direct subgroups in this group.GroupApi.getSubGroups
(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned) Get a list of visible direct subgroups in this group.GroupApi.getSubGroups
(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned, int itemsPerPage) Get a Pager of visible direct subgroups in this group.GroupApi.getSubGroups
(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned, int page, int perPage) Get a list of visible direct subgroups in this group.GroupApi.getSubGroupsStream
(Object groupIdOrPath) Get a Stream of visible direct subgroups in this group.GroupApi.getSubGroupsStream
(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned) Get a Stream of visible direct subgroups in this group.Methods in org.gitlab4j.api with parameters of type Group -
Uses of Group in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return GroupModifier and TypeMethodDescriptionApprovedBy.getGroup()
Group.withDescription
(String description) Group.withlfsEnabled
(boolean lfsEnabled) Group.withParentId
(Long parentId) Group.withProjects
(List<Project> projects) Group.withRequestAccessEnabled
(boolean requestAccessEnabled) Group.withSharedProjects
(List<Project> sharedProjects) Group.withSharedRunnersMinutesLimit
(Integer minutesLimit) Group.withStatistics
(Group.Statistics statistics) Group.withVisibility
(Visibility visibility) Methods in org.gitlab4j.api.models that return types with arguments of type GroupMethods in org.gitlab4j.api.models with parameters of type GroupMethod parameters in org.gitlab4j.api.models with type arguments of type Group
GroupApi.addGroup(String, String, String, Visibility, Boolean, Boolean, Long)