|
NIMSDK-AOS
9.20.15
|
"更新频道分组黑白名单身份组"接口入参 更多...
Public 成员函数 | |
| QChatUpdateChannelCategoryBlackWhiteRolesParam (@NonNull Long serverId,@NonNull Long categoryId,@NonNull QChatChannelBlackWhiteType type,@NonNull QChatChannelBlackWhiteOperateType operateType,@NonNull Long roleId) | |
| Long | getServerId () |
| 获取服务器Id 更多... | |
| Long | getCategoryId () |
| 获取频道分组Id 更多... | |
| QChatChannelBlackWhiteType | getType () |
| 获取黑白名单类型 更多... | |
| QChatChannelBlackWhiteOperateType | getOperateType () |
| 获取黑白名单操作类型 更多... | |
| Long | getRoleId () |
| 获取身份组Id:添加或者移除到黑白名单的服务器身份组Id 更多... | |
"更新频道分组黑白名单身份组"接口入参
在文件 QChatUpdateChannelCategoryBlackWhiteRolesParam.java 第 10 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam.QChatUpdateChannelCategoryBlackWhiteRolesParam | ( | @NonNull Long | serverId, |
| @NonNull Long | categoryId, | ||
| @NonNull QChatChannelBlackWhiteType | type, | ||
| @NonNull QChatChannelBlackWhiteOperateType | operateType, | ||
| @NonNull Long | roleId | ||
| ) |
| serverId | 服务器Id |
| categoryId | 频道分组Id |
| type | 黑白名单类型 |
| operateType | 黑白名单操作类型 |
| roleId | 身份组Id:添加或者移除到黑白名单的服务器身份组Id |
在文件 QChatUpdateChannelCategoryBlackWhiteRolesParam.java 第 49 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam.getCategoryId | ( | ) |
| QChatChannelBlackWhiteOperateType com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam.getOperateType | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam.getRoleId | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam.getServerId | ( | ) |
| QChatChannelBlackWhiteType com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam.getType | ( | ) |
1.8.11