NIMSDK-AOS
9.19.0
|
"修改频道分组身份组权限"接口入参 更多...
Public 成员函数 | |
QChatUpdateChannelCategoryRoleParam (long serverId, long categoryId, long roleId, @NonNull Map< QChatRoleResource, QChatRoleOption > resourceAuths) | |
Long | getServerId () |
获取更新的服务器ID 更多... | |
Long | getCategoryId () |
获取更新的频道分组Id 更多... | |
Long | getRoleId () |
获取更新的身份组ID 更多... | |
Map< QChatRoleResource, QChatRoleOption > | getResourceAuths () |
更新的权限Map 更多... | |
"修改频道分组身份组权限"接口入参
在文件 QChatUpdateChannelCategoryRoleParam.java 第 11 行定义.
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryRoleParam.QChatUpdateChannelCategoryRoleParam | ( | long | serverId, |
long | categoryId, | ||
long | roleId, | ||
@NonNull Map< QChatRoleResource, QChatRoleOption > | resourceAuths | ||
) |
serverId | 服务器Id |
categoryId | 频道分组Id |
roleId | 身份组Id |
resourceAuths | 更新的权限Map,最多50个 |
在文件 QChatUpdateChannelCategoryRoleParam.java 第 41 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryRoleParam.getCategoryId | ( | ) |
获取更新的频道分组Id
在文件 QChatUpdateChannelCategoryRoleParam.java 第 61 行定义.
Map<QChatRoleResource, QChatRoleOption> com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryRoleParam.getResourceAuths | ( | ) |
更新的权限Map
在文件 QChatUpdateChannelCategoryRoleParam.java 第 77 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryRoleParam.getRoleId | ( | ) |
获取更新的身份组ID
在文件 QChatUpdateChannelCategoryRoleParam.java 第 69 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryRoleParam.getServerId | ( | ) |
获取更新的服务器ID
在文件 QChatUpdateChannelCategoryRoleParam.java 第 53 行定义.