Uses of Class
org.gitlab4j.api.models.Member
Packages that use Member
-
Uses of Member in org.gitlab4j.api
Methods in org.gitlab4j.api that return MemberModifier and TypeMethodDescriptionAdds a user to the list of group members.Adds a user to the list of group members.GroupApi.addMember(Object groupIdOrPath, Long userId, AccessLevel accessLevel) Adds a user to the list of group members.GroupApi.addMember(Object groupIdOrPath, Long userId, AccessLevel accessLevel, Date expiresAt) Adds a user to the list of group members.Adds a user to a project team.Adds a user to a project team.ProjectApi.addMember(Object projectIdOrPath, Long userId, AccessLevel accessLevel) Adds a user to a project team.ProjectApi.addMember(Object projectIdOrPath, Long userId, AccessLevel accessLevel, Date expiresAt) Adds a user to a project team.Get a group member viewable by the authenticated user.Gets a group team member, optionally including inherited member.Gets a project team member.Gets a project team member, optionally including inherited member.GroupApi.updateMember(Object groupIdOrPath, Long userId, Integer accessLevel) Updates a member of a group.GroupApi.updateMember(Object groupIdOrPath, Long userId, Integer accessLevel, Date expiresAt) Updates a member of a group.GroupApi.updateMember(Object groupIdOrPath, Long userId, AccessLevel accessLevel) Updates a member of a group.GroupApi.updateMember(Object groupIdOrPath, Long userId, AccessLevel accessLevel, Date expiresAt) Updates a member of a group.ProjectApi.updateMember(Object projectIdOrPath, Long userId, Integer accessLevel) Updates a member of a project.ProjectApi.updateMember(Object projectIdOrPath, Long userId, Integer accessLevel, Date expiresAt) Updates a member of a project.ProjectApi.updateMember(Object projectIdOrPath, Long userId, AccessLevel accessLevel) Updates a member of a project.ProjectApi.updateMember(Object projectIdOrPath, Long userId, AccessLevel accessLevel, Date expiresAt) Updates a member of a project.Methods in org.gitlab4j.api that return types with arguments of type MemberModifier and TypeMethodDescriptionGroupApi.getAllMembers(Object groupIdOrPath) Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getAllMembers(Object groupIdOrPath, int itemsPerPage) Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getAllMembers(Object groupIdOrPath, int page, int perPage) Deprecated.Will be removed in version 6.0GroupApi.getAllMembers(Object groupIdOrPath, String query, List<Long> userIds) Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getAllMembers(Object groupIdOrPath, String query, List<Long> userIds, int itemsPerPage) Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembers(Object projectIdOrPath) Gets a list of project members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembers(Object projectIdOrPath, int itemsPerPage) Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembers(Object projectIdOrPath, int page, int perPage) Deprecated.Will be removed in version 6.0ProjectApi.getAllMembers(Object projectIdOrPath, String query, List<Long> userIds) Gets a list of project members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembers(Object projectIdOrPath, String query, List<Long> userIds, int itemsPerPage) Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getAllMembersStream(Object groupIdOrPath) Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getAllMembersStream(Object groupIdOrPath, String query, List<Long> userIds) Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembersStream(Object projectIdOrPath) Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembersStream(Object projectIdOrPath, String query, List<Long> userIds) Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getMembers(Object groupIdOrPath) Get a list of group members viewable by the authenticated user.GroupApi.getMembers(Object groupIdOrPath, int itemsPerPage) Get a Pager of group members viewable by the authenticated user.GroupApi.getMembers(Object groupIdOrPath, int page, int perPage) Get a list of group members viewable by the authenticated user in the specified page range.ProjectApi.getMembers(Object projectIdOrPath) Get a list of project team members.ProjectApi.getMembers(Object projectIdOrPath, int itemsPerPage) Get a Pager of project team members.ProjectApi.getMembers(Object projectIdOrPath, int page, int perPage) Get a list of project team members in the specified page range.GroupApi.getMembersStream(Object groupIdOrPath) Get a Stream of group members viewable by the authenticated user.ProjectApi.getMembersStream(Object projectIdOrPath) Get a Stream of project team members.GroupApi.getOptionalMember(Object groupIdOrPath, long userId) Get a group member viewable by the authenticated user as an Optional instance.GroupApi.getOptionalMember(Object groupIdOrPath, Long userId, Boolean includeInherited) Gets a group team member, optionally including inherited member.ProjectApi.getOptionalMember(Object projectIdOrPath, Long userId) Gets a project team member.ProjectApi.getOptionalMember(Object projectIdOrPath, Long userId, Boolean includeInherited) Gets a project team member, optionally including inherited member. -
Uses of Member in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return MemberModifier and TypeMethodDescriptionMember.withAccessLevel(AccessLevel accessLevel) Member.withExpiresAt(Date expiresAt) Member.withGroupSamlIdentity(Identity groupSamlIdentity)