|
NIMSDK-AOS
9.20.15
|
"修改频道分组信息"接口入参 更多...
Public 成员函数 | |
| QChatUpdateChannelCategoryParam (long categoryId) | |
| void | setName (String name) |
| 设置更新的频道分组名称 更多... | |
| void | setCustom (String custom) |
| 设置更新的频道分组自定义扩展字段 更多... | |
| void | setViewMode (QChatChannelMode viewMode) |
| 设置更新的频道查看模式 更多... | |
| Long | getCategoryId () |
| 获取更新的频道ID 更多... | |
| String | getName () |
| 获取更新的频道分组名称 更多... | |
| String | getCustom () |
| 获取更新的频道分组自定义扩展字段 更多... | |
| QChatChannelMode | getViewMode () |
| 获取更新的频道查看模式 更多... | |
| Long | getReorderWeight () |
| 获取自定义排序字段 更多... | |
| void | setReorderWeight (Long reorderWeight) |
| 设置自定义排序字段 更多... | |
"修改频道分组信息"接口入参
在文件 QChatUpdateChannelCategoryParam.java 第 9 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.QChatUpdateChannelCategoryParam | ( | long | categoryId | ) |
| categoryId | 更新的频道分组Id |
在文件 QChatUpdateChannelCategoryParam.java 第 38 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.getCategoryId | ( | ) |
获取更新的频道ID
在文件 QChatUpdateChannelCategoryParam.java 第 70 行定义.
| String com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.getCustom | ( | ) |
获取更新的频道分组自定义扩展字段
在文件 QChatUpdateChannelCategoryParam.java 第 84 行定义.
| String com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.getName | ( | ) |
获取更新的频道分组名称
在文件 QChatUpdateChannelCategoryParam.java 第 77 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.getReorderWeight | ( | ) |
| QChatChannelMode com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.getViewMode | ( | ) |
获取更新的频道查看模式
在文件 QChatUpdateChannelCategoryParam.java 第 91 行定义.
| void com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.setCustom | ( | String | custom | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.setName | ( | String | name | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.setReorderWeight | ( | Long | reorderWeight | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam.setViewMode | ( | QChatChannelMode | viewMode | ) |
1.8.11