$GroupsClient class
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
-
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