$GroupsClient class

Constructors

$GroupsClient.new($Client _rootClient)

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

addGroup({required String groupid, String? displayname, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsAddGroupResponseApplicationJson, void>>
Create a new group.
addGroupRaw({required String groupid, String? displayname, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsAddGroupResponseApplicationJson, void>
Create a new group.
deleteGroup({required String groupId, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsDeleteGroupResponseApplicationJson, void>>
Delete a group.
deleteGroupRaw({required String groupId, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsDeleteGroupResponseApplicationJson, void>
Delete a group.
getGroup({required String groupId, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsGetGroupResponseApplicationJson, void>>
Get a list of users in the specified group.
getGroupRaw({required String groupId, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsGetGroupResponseApplicationJson, void>
Get a list of users in the specified group.
getGroups({String? search, int? limit, int? offset, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsGetGroupsResponseApplicationJson, void>>
Get a list of groups.
getGroupsDetails({String? search, int? limit, int? offset, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsGetGroupsDetailsResponseApplicationJson, void>>
Get a list of groups details.
getGroupsDetailsRaw({String? search, int? limit, int? offset, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsGetGroupsDetailsResponseApplicationJson, void>
Get a list of groups details.
getGroupsRaw({String? search, int? limit, int? offset, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsGetGroupsResponseApplicationJson, void>
Get a list of groups.
getGroupUsers({required String groupId, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsGetGroupUsersResponseApplicationJson, void>>
Get a list of users in the specified group.
getGroupUsersDetails({required String groupId, String? search, int? limit, int? offset, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsGetGroupUsersDetailsResponseApplicationJson, void>>
Get a list of users details in the specified group.
getGroupUsersDetailsRaw({required String groupId, String? search, int? limit, int? offset, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsGetGroupUsersDetailsResponseApplicationJson, void>
Get a list of users details in the specified group.
getGroupUsersRaw({required String groupId, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsGetGroupUsersResponseApplicationJson, void>
Get a list of users in the specified group.
getSubAdminsOfGroup({required String groupId, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsGetSubAdminsOfGroupResponseApplicationJson, void>>
Get the list of user IDs that are a subadmin of the group.
getSubAdminsOfGroupRaw({required String groupId, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsGetSubAdminsOfGroupResponseApplicationJson, void>
Get the list of user IDs that are a subadmin of the group.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateGroup({required String key, required String value, required String groupId, bool? oCSAPIRequest}) Future<DynamiteResponse<GroupsUpdateGroupResponseApplicationJson, void>>
Update a group.
updateGroupRaw({required String key, required String value, required String groupId, bool? oCSAPIRequest}) DynamiteRawResponse<GroupsUpdateGroupResponseApplicationJson, void>
Update a group.

Operators

operator ==(Object other) bool
The equality operator.
inherited