- OAuth - Class in io.swagger.client.auth
-
- OAuth() - Constructor for class io.swagger.client.auth.OAuth
-
- OAuthFlow - Enum in io.swagger.client.auth
-
- onDownloadProgress(long, long, boolean) - Method in interface io.swagger.client.ApiCallback
-
This is called when the API downlond processing.
- onFailure(ApiException, int, Map<String, List<String>>) - Method in interface io.swagger.client.ApiCallback
-
This is called when the API call fails.
- onRequestProgress(long, long, boolean) - Method in interface io.swagger.client.ProgressRequestBody.ProgressRequestListener
-
- onSuccess(T, int, Map<String, List<String>>) - Method in interface io.swagger.client.ApiCallback
-
This is called when the API call succeeded.
- onUploadProgress(long, long, boolean) - Method in interface io.swagger.client.ApiCallback
-
This is called when the API upload processing.
- orgNameAppNameChatfilesFilestreamGet(String, String, String, String, String) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Download the voice / image file
Important: It should be noted that the need to bring in the HTTP header to return the share-secret and the current login user's token can be downloaded, and pay attention to the implementation of the header accept value needs to be set to application / octet-stream.
- orgNameAppNameChatfilesFilestreamGetAsync(String, String, String, String, String, ApiCallback<File>) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Download the voice / image file (asynchronously)
Important: It should be noted that the need to bring in the HTTP header to return the share-secret and the current login user's token can be downloaded, and pay attention to the implementation of the header accept value needs to be set to application / octet-stream.
- orgNameAppNameChatfilesFilestreamGetWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Download the voice / image file
Important: It should be noted that the need to bring in the HTTP header to return the share-secret and the current login user's token can be downloaded, and pay attention to the implementation of the header accept value needs to be set to application / octet-stream.
- orgNameAppNameChatfilesPost(String, String, String, File, Boolean) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Upload a File
Warning: File cannot be over 10MB, otherwise will fail.
- orgNameAppNameChatfilesPostAsync(String, String, String, File, Boolean, ApiCallback<String>) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Upload a File (asynchronously)
Warning: File cannot be over 10MB, otherwise will fail.
- orgNameAppNameChatfilesPostWithHttpInfo(String, String, String, File, Boolean) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Upload a File
Warning: File cannot be over 10MB, otherwise will fail.
- orgNameAppNameChatfilesUuidGet(String, String, String, String, String, Boolean) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Download a thumbnail
Important: 1.
- orgNameAppNameChatfilesUuidGetAsync(String, String, String, String, String, Boolean, ApiCallback<File>) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Download a thumbnail (asynchronously)
Important: 1.
- orgNameAppNameChatfilesUuidGetWithHttpInfo(String, String, String, String, String, Boolean) - Method in class io.swagger.client.api.UploadAndDownloadFilesApi
-
Download a thumbnail
Important: 1.
- orgNameAppNameChatgroupsGet(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get All the Groups
- orgNameAppNameChatgroupsGetAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Get All the Groups (asynchronously)
- orgNameAppNameChatgroupsGetWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get All the Groups
- orgNameAppNameChatgroupsGroupIdBlocksUsersGet(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get Group Blocked Users
Get the blacklist of blocked users.
- orgNameAppNameChatgroupsGroupIdBlocksUsersGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Get Group Blocked Users (asynchronously)
Get the blacklist of blocked users.
- orgNameAppNameChatgroupsGroupIdBlocksUsersGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get Group Blocked Users
Get the blacklist of blocked users.
- orgNameAppNameChatgroupsGroupIdBlocksUsersPost(String, String, String, String, UserNames) - Method in class io.swagger.client.api.GroupsApi
-
Block Group Members in Batch
Block multiple group members by adding the users to the group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersPostAsync(String, String, String, String, UserNames, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Block Group Members in Batch (asynchronously)
Block multiple group members by adding the users to the group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersPostWithHttpInfo(String, String, String, String, UserNames) - Method in class io.swagger.client.api.GroupsApi
-
Block Group Members in Batch
Block multiple group members by adding the users to the group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernameDelete(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Unblock a Group Member
Unblock group member by removing the user from group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernameDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Unblock a Group Member (asynchronously)
Unblock group member by removing the user from group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernameDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Unblock a Group Member
Unblock group member by removing the user from group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernamePost(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Block a Group Member
Block a group member by adding the user to the group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernamePostAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Block a Group Member (asynchronously)
Block a group member by adding the user to the group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernamePostWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Block a Group Member
Block a group member by adding the user to the group blacklist.
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernamesDelete(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Unblock Group Members in Batch
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernamesDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Unblock Group Members in Batch (asynchronously)
- orgNameAppNameChatgroupsGroupIdBlocksUsersUsernamesDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Unblock Group Members in Batch
- orgNameAppNameChatgroupsGroupIdDelete(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Delete a Group
- orgNameAppNameChatgroupsGroupIdDeleteAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Delete a Group (asynchronously)
- orgNameAppNameChatgroupsGroupIdDeleteWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Delete a Group
- orgNameAppNameChatgroupsGroupIdPut(String, String, String, String, ModifyGroup) - Method in class io.swagger.client.api.GroupsApi
-
Update Group Details
The message body only allows groupname, description, and maxusers.
- orgNameAppNameChatgroupsGroupidPut(String, String, String, String, NewOwner) - Method in class io.swagger.client.api.GroupsApi
-
Update Group Owner
Transfer group ownership by changing owner.
- orgNameAppNameChatgroupsGroupIdPutAsync(String, String, String, String, ModifyGroup, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Update Group Details (asynchronously)
The message body only allows groupname, description, and maxusers.
- orgNameAppNameChatgroupsGroupidPutAsync(String, String, String, String, NewOwner, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Update Group Owner (asynchronously)
Transfer group ownership by changing owner.
- orgNameAppNameChatgroupsGroupIdPutWithHttpInfo(String, String, String, String, ModifyGroup) - Method in class io.swagger.client.api.GroupsApi
-
Update Group Details
The message body only allows groupname, description, and maxusers.
- orgNameAppNameChatgroupsGroupidPutWithHttpInfo(String, String, String, String, NewOwner) - Method in class io.swagger.client.api.GroupsApi
-
Update Group Owner
Transfer group ownership by changing owner.
- orgNameAppNameChatgroupsGroupIdsGet(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get Group(s) Details
- orgNameAppNameChatgroupsGroupIdsGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Get Group(s) Details (asynchronously)
- orgNameAppNameChatgroupsGroupIdsGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get Group(s) Details
- orgNameAppNameChatgroupsGroupIdUsersGet(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get a List of Members of Group
- orgNameAppNameChatgroupsGroupIdUsersGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Get a List of Members of Group (asynchronously)
- orgNameAppNameChatgroupsGroupIdUsersGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Get a List of Members of Group
- orgNameAppNameChatgroupsGroupIdUsersMembersDelete(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Remove multiple Member from the Group
- orgNameAppNameChatgroupsGroupIdUsersMembersDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Remove multiple Member from the Group (asynchronously)
- orgNameAppNameChatgroupsGroupIdUsersMembersDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Remove multiple Member from the Group
- orgNameAppNameChatgroupsGroupIdUsersPost(String, String, String, String, UserNames) - Method in class io.swagger.client.api.GroupsApi
-
Add Multiple Members to Group
Warning: Add max 60 members once at a time.
- orgNameAppNameChatgroupsGroupIdUsersPostAsync(String, String, String, String, UserNames, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Add Multiple Members to Group (asynchronously)
Warning: Add max 60 members once at a time.
- orgNameAppNameChatgroupsGroupIdUsersPostWithHttpInfo(String, String, String, String, UserNames) - Method in class io.swagger.client.api.GroupsApi
-
Add Multiple Members to Group
Warning: Add max 60 members once at a time.
- orgNameAppNameChatgroupsGroupIdUsersUsernameDelete(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Remove a Member from the Group
- orgNameAppNameChatgroupsGroupIdUsersUsernameDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Remove a Member from the Group (asynchronously)
- orgNameAppNameChatgroupsGroupIdUsersUsernameDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Remove a Member from the Group
- orgNameAppNameChatgroupsGroupIdUsersUsernamePost(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Add a Member to Group
- orgNameAppNameChatgroupsGroupIdUsersUsernamePostAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Add a Member to Group (asynchronously)
- orgNameAppNameChatgroupsGroupIdUsersUsernamePostWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.GroupsApi
-
Add a Member to Group
- orgNameAppNameChatgroupsPost(String, String, String, Group) - Method in class io.swagger.client.api.GroupsApi
-
Create a Group
Group settings: 1.
- orgNameAppNameChatgroupsPostAsync(String, String, String, Group, ApiCallback<String>) - Method in class io.swagger.client.api.GroupsApi
-
Create a Group (asynchronously)
Group settings: 1.
- orgNameAppNameChatgroupsPostWithHttpInfo(String, String, String, Group) - Method in class io.swagger.client.api.GroupsApi
-
Create a Group
Group settings: 1.
- orgNameAppNameChatmessagesGet(String, String, String, String, String, String) - Method in class io.swagger.client.api.ChatHistoryApi
-
Get Message History
- orgNameAppNameChatmessagesGetAsync(String, String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatHistoryApi
-
Get Message History (asynchronously)
- orgNameAppNameChatmessagesGetWithHttpInfo(String, String, String, String, String, String) - Method in class io.swagger.client.api.ChatHistoryApi
-
Get Message History
- orgNameAppNameChatmessagesTimeGet(String, String, String, String) - Method in class io.swagger.client.api.ChatHistoryApi
-
Get Message History by Hour
- orgNameAppNameChatmessagesTimeGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatHistoryApi
-
Get Message History by Hour (asynchronously)
- orgNameAppNameChatmessagesTimeGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.ChatHistoryApi
-
Get Message History by Hour
- orgNameAppNameChatroomsChatroomIdDelete(String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Delete a Chat Room
- orgNameAppNameChatroomsChatroomIdDeleteAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Delete a Chat Room (asynchronously)
- orgNameAppNameChatroomsChatroomIdDeleteWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Delete a Chat Room
- orgNameAppNameChatroomsChatroomIdGet(String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Get Chat Room Details
- orgNameAppNameChatroomsChatroomIdGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Get Chat Room Details (asynchronously)
- orgNameAppNameChatroomsChatroomIdGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Get Chat Room Details
- orgNameAppNameChatroomsChatroomIdPut(String, String, String, String, ModifyChatroom) - Method in class io.swagger.client.api.ChatRoomsApi
-
Update Chat Room Details
- orgNameAppNameChatroomsChatroomIdPutAsync(String, String, String, String, ModifyChatroom, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Update Chat Room Details (asynchronously)
- orgNameAppNameChatroomsChatroomIdPutWithHttpInfo(String, String, String, String, ModifyChatroom) - Method in class io.swagger.client.api.ChatRoomsApi
-
Update Chat Room Details
- orgNameAppNameChatroomsChatroomIdUsersPost(String, String, String, String, UserNames) - Method in class io.swagger.client.api.ChatRoomsApi
-
Add Chat Room Members in Batch
Add max 60 group members at a time.
- orgNameAppNameChatroomsChatroomIdUsersPostAsync(String, String, String, String, UserNames, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Add Chat Room Members in Batch (asynchronously)
Add max 60 group members at a time.
- orgNameAppNameChatroomsChatroomIdUsersPostWithHttpInfo(String, String, String, String, UserNames) - Method in class io.swagger.client.api.ChatRoomsApi
-
Add Chat Room Members in Batch
Add max 60 group members at a time.
- orgNameAppNameChatroomsChatroomIdUsersUsernameDelete(String, String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Remove a Chat Room Member
- orgNameAppNameChatroomsChatroomIdUsersUsernameDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Remove a Chat Room Member (asynchronously)
- orgNameAppNameChatroomsChatroomIdUsersUsernameDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Remove a Chat Room Member
- orgNameAppNameChatroomsChatroomIdUsersUsernamePost(String, String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Add a Chat Room Member
- orgNameAppNameChatroomsChatroomIdUsersUsernamePostAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Add a Chat Room Member (asynchronously)
- orgNameAppNameChatroomsChatroomIdUsersUsernamePostWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Add a Chat Room Member
- orgNameAppNameChatroomsChatroomIdUsersUsernamesDelete(String, String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Remove Chat Room Members in Batch
- orgNameAppNameChatroomsChatroomIdUsersUsernamesDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Remove Chat Room Members in Batch (asynchronously)
- orgNameAppNameChatroomsChatroomIdUsersUsernamesDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Remove Chat Room Members in Batch
- orgNameAppNameChatroomsGet(String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Get All the Chat Rooms
- orgNameAppNameChatroomsGetAsync(String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Get All the Chat Rooms (asynchronously)
- orgNameAppNameChatroomsGetWithHttpInfo(String, String, String) - Method in class io.swagger.client.api.ChatRoomsApi
-
Get All the Chat Rooms
- orgNameAppNameChatroomsPost(String, String, String, Chatroom) - Method in class io.swagger.client.api.ChatRoomsApi
-
Create a Chat Room
- orgNameAppNameChatroomsPostAsync(String, String, String, Chatroom, ApiCallback<String>) - Method in class io.swagger.client.api.ChatRoomsApi
-
Create a Chat Room (asynchronously)
- orgNameAppNameChatroomsPostWithHttpInfo(String, String, String, Chatroom) - Method in class io.swagger.client.api.ChatRoomsApi
-
Create a Chat Room
- orgNameAppNameMessagesPost(String, String, String, Msg) - Method in class io.swagger.client.api.MessagesApi
-
Send a Message
Send a message to user(s) and group(s).
- orgNameAppNameMessagesPostAsync(String, String, String, Msg, ApiCallback<String>) - Method in class io.swagger.client.api.MessagesApi
-
Send a Message (asynchronously)
Send a message to user(s) and group(s).
- orgNameAppNameMessagesPostWithHttpInfo(String, String, String, Msg) - Method in class io.swagger.client.api.MessagesApi
-
Send a Message
Send a message to user(s) and group(s).
- orgNameAppNameTokenPost(String, String, Token) - Method in class io.swagger.client.api.AuthenticationApi
-
Request an Authentication Token
All of the Hyphenate API endpoints requires authentication token for session, unless specified otherwise.
- orgNameAppNameTokenPostAsync(String, String, Token, ApiCallback<String>) - Method in class io.swagger.client.api.AuthenticationApi
-
Request an Authentication Token (asynchronously)
All of the Hyphenate API endpoints requires authentication token for session, unless specified otherwise.
- orgNameAppNameTokenPostWithHttpInfo(String, String, Token) - Method in class io.swagger.client.api.AuthenticationApi
-
Request an Authentication Token
All of the Hyphenate API endpoints requires authentication token for session, unless specified otherwise.
- orgNameAppNameUsersDelete(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Delete Users in Batch
Delete total number of N user accounts in batch.
- orgNameAppNameUsersDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Delete Users in Batch (asynchronously)
Delete total number of N user accounts in batch.
- orgNameAppNameUsersDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Delete Users in Batch
Delete total number of N user accounts in batch.
- orgNameAppNameUsersGet(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get Users in Batch
Get a list of users
- orgNameAppNameUsersGetAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get Users in Batch (asynchronously)
Get a list of users
- orgNameAppNameUsersGetWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get Users in Batch
Get a list of users
- orgNameAppNameUsersOwnerUsernameBlocksUsersBlockedUsernameDelete(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Unblock User(s)
Unblock one or multiple users by removing them from blacklist.
- orgNameAppNameUsersOwnerUsernameBlocksUsersBlockedUsernameDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Unblock User(s) (asynchronously)
Unblock one or multiple users by removing them from blacklist.
- orgNameAppNameUsersOwnerUsernameBlocksUsersBlockedUsernameDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Unblock User(s)
Unblock one or multiple users by removing them from blacklist.
- orgNameAppNameUsersOwnerUsernameBlocksUsersGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Blocked Users
Get a List of Blocked Users by the user.
- orgNameAppNameUsersOwnerUsernameBlocksUsersGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Blocked Users (asynchronously)
Get a List of Blocked Users by the user.
- orgNameAppNameUsersOwnerUsernameBlocksUsersGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Blocked Users
Get a List of Blocked Users by the user.
- orgNameAppNameUsersOwnerUsernameBlocksUsersPost(String, String, String, String, UserNames) - Method in class io.swagger.client.api.UsersApi
-
Block User(s)
Block one or multiple users by adding to blacklist.
- orgNameAppNameUsersOwnerUsernameBlocksUsersPostAsync(String, String, String, String, UserNames, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Block User(s) (asynchronously)
Block one or multiple users by adding to blacklist.
- orgNameAppNameUsersOwnerUsernameBlocksUsersPostWithHttpInfo(String, String, String, String, UserNames) - Method in class io.swagger.client.api.UsersApi
-
Block User(s)
Block one or multiple users by adding to blacklist.
- orgNameAppNameUsersOwnerUsernameContactsUsersFriendUsernameDelete(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Remove Contact from User
Remove contact from user's contact list.
- orgNameAppNameUsersOwnerUsernameContactsUsersFriendUsernameDeleteAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Remove Contact from User (asynchronously)
Remove contact from user's contact list.
- orgNameAppNameUsersOwnerUsernameContactsUsersFriendUsernameDeleteWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Remove Contact from User
Remove contact from user's contact list.
- orgNameAppNameUsersOwnerUsernameContactsUsersFriendUsernamePost(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Add Contact for User
Add contact for user.
- orgNameAppNameUsersOwnerUsernameContactsUsersFriendUsernamePostAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Add Contact for User (asynchronously)
Add contact for user.
- orgNameAppNameUsersOwnerUsernameContactsUsersFriendUsernamePostWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Add Contact for User
Add contact for user.
- orgNameAppNameUsersOwnerUsernameContactsUsersGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Contacts
Get user's contact list
- orgNameAppNameUsersOwnerUsernameContactsUsersGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Contacts (asynchronously)
Get user's contact list
- orgNameAppNameUsersOwnerUsernameContactsUsersGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Contacts
Get user's contact list
- orgNameAppNameUsersOwnerUsernameOfflineMsgCountGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get Offline Message Count
Get the number of offline messages
- orgNameAppNameUsersOwnerUsernameOfflineMsgCountGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get Offline Message Count (asynchronously)
Get the number of offline messages
- orgNameAppNameUsersOwnerUsernameOfflineMsgCountGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get Offline Message Count
Get the number of offline messages
- orgNameAppNameUsersPost(String, String, RegisterUsers, String) - Method in class io.swagger.client.api.UsersApi
-
Create a User
Register an IM user account respects to org and app keys.
- orgNameAppNameUsersPostAsync(String, String, RegisterUsers, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Create a User (asynchronously)
Register an IM user account respects to org and app keys.
- orgNameAppNameUsersPostWithHttpInfo(String, String, RegisterUsers, String) - Method in class io.swagger.client.api.UsersApi
-
Create a User
Register an IM user account respects to org and app keys.
- orgNameAppNameUsersUsernameActivatePost(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Activate User Account
Activate a deactivated user account.
- orgNameAppNameUsersUsernameActivatePostAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Activate User Account (asynchronously)
Activate a deactivated user account.
- orgNameAppNameUsersUsernameActivatePostWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Activate User Account
Activate a deactivated user account.
- orgNameAppNameUsersUsernameDeactivatePost(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Deactivate User Account
Deactivate a user account.
- orgNameAppNameUsersUsernameDeactivatePostAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Deactivate User Account (asynchronously)
Deactivate a user account.
- orgNameAppNameUsersUsernameDeactivatePostWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Deactivate User Account
Deactivate a user account.
- orgNameAppNameUsersUsernameDelete(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Delete a User
Warning: Delete a user will also delete the group and chat room if the specified user is the admin of the group and chat room.
- orgNameAppNameUsersUsernameDeleteAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Delete a User (asynchronously)
Warning: Delete a user will also delete the group and chat room if the specified user is the admin of the group and chat room.
- orgNameAppNameUsersUsernameDeleteWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Delete a User
Warning: Delete a user will also delete the group and chat room if the specified user is the admin of the group and chat room.
- orgNameAppNameUsersUsernameDisconnectGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Logout User
Force logout a user
- orgNameAppNameUsersUsernameDisconnectGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Logout User (asynchronously)
Force logout a user
- orgNameAppNameUsersUsernameDisconnectGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Logout User
Force logout a user
- orgNameAppNameUsersUsernameGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a User
- orgNameAppNameUsersUsernameGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get a User (asynchronously)
- orgNameAppNameUsersUsernameGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a User
- orgNameAppNameUsersUsernameJoinedChatgroupsGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Groups of User Joined
- orgNameAppNameUsersUsernameJoinedChatgroupsGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Groups of User Joined (asynchronously)
- orgNameAppNameUsersUsernameJoinedChatgroupsGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get a List of Groups of User Joined
- orgNameAppNameUsersUsernameJoinedChatroomsGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get All the Chat Rooms of User Joined
- orgNameAppNameUsersUsernameJoinedChatroomsGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get All the Chat Rooms of User Joined (asynchronously)
- orgNameAppNameUsersUsernameJoinedChatroomsGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get All the Chat Rooms of User Joined
- orgNameAppNameUsersUsernameOfflineMsgStatusMsgIdGet(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get Offline Message Status
Get offline message status via message ID.
- orgNameAppNameUsersUsernameOfflineMsgStatusMsgIdGetAsync(String, String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get Offline Message Status (asynchronously)
Get offline message status via message ID.
- orgNameAppNameUsersUsernameOfflineMsgStatusMsgIdGetWithHttpInfo(String, String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get Offline Message Status
Get offline message status via message ID.
- orgNameAppNameUsersUsernamePasswordPut(String, String, String, NewPassword, String) - Method in class io.swagger.client.api.UsersApi
-
Reset User's Password
To enhance security, we recommend update user's Hyphenate IM user account password if the user's app password on developer server is updated.
- orgNameAppNameUsersUsernamePasswordPutAsync(String, String, String, NewPassword, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Reset User's Password (asynchronously)
To enhance security, we recommend update user's Hyphenate IM user account password if the user's app password on developer server is updated.
- orgNameAppNameUsersUsernamePasswordPutWithHttpInfo(String, String, String, NewPassword, String) - Method in class io.swagger.client.api.UsersApi
-
Reset User's Password
To enhance security, we recommend update user's Hyphenate IM user account password if the user's app password on developer server is updated.
- orgNameAppNameUsersUsernamePut(String, String, String, Nickname, String) - Method in class io.swagger.client.api.UsersApi
-
Update User's APNs Display Name
Update user's APNs display name for iOS push notification.
- orgNameAppNameUsersUsernamePutAsync(String, String, String, Nickname, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Update User's APNs Display Name (asynchronously)
Update user's APNs display name for iOS push notification.
- orgNameAppNameUsersUsernamePutWithHttpInfo(String, String, String, Nickname, String) - Method in class io.swagger.client.api.UsersApi
-
Update User's APNs Display Name
Update user's APNs display name for iOS push notification.
- orgNameAppNameUsersUsernameStatusGet(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get User Online Status
- orgNameAppNameUsersUsernameStatusGetAsync(String, String, String, String, ApiCallback<String>) - Method in class io.swagger.client.api.UsersApi
-
Get User Online Status (asynchronously)
- orgNameAppNameUsersUsernameStatusGetWithHttpInfo(String, String, String, String) - Method in class io.swagger.client.api.UsersApi
-
Get User Online Status
- owner(String) - Method in class io.swagger.client.model.Chatroom
-
- owner(String) - Method in class io.swagger.client.model.Group
-