GroupsApi class
Jira Cloud platform REST API documentation
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addUserToGroup(
{String? groupname, String? groupId, required UpdateUserToGroupBean body}) → Future< Group> - Adds a user to a group.
-
bulkGetGroups(
{int? startAt, int? maxResults, List< String> ? groupId, List<String> ? groupName, String? accessType, String? applicationKey}) → Future<PageBeanGroupDetails> - Returns a paginated list of groups.
-
createGroup(
{required AddGroupBean body}) → Future< Group> - Creates a group.
-
findGroups(
{String? accountId, String? query, List< String> ? exclude, List<String> ? excludeId, int? maxResults, bool? caseInsensitive, String? userName}) → Future<FoundGroups> - Returns a list of groups whose names contain a query string. A list of group names can be provided to exclude groups from the results.
-
getGroup(
{String? groupname, String? groupId, String? expand}) → Future< Group> -
This operation is deprecated, use
group/member
. -
getUsersFromGroup(
{String? groupname, String? groupId, bool? includeInactiveUsers, int? startAt, int? maxResults}) → Future< PageBeanUserDetails> - Returns a paginated list of all users in a group.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeGroup(
{String? groupname, String? groupId, String? swapGroup, String? swapGroupId}) → Future< void> - Deletes a group.
-
removeUserFromGroup(
{String? groupname, String? groupId, String? username, required String accountId}) → Future< void> - Removes a user from a group.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited