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