"创建Channel"接口入参
更多...
继承自 com.netease.nimlib.sdk.qchat.param.QChatAntiSpamConfigParam .
com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.QChatCreateChannelParam |
( |
long |
serverId, |
|
|
@NonNull String |
name, |
|
|
@NonNull QChatChannelType |
type |
|
) |
| |
Long com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getCategoryId |
( |
| ) |
|
String com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getCustom |
( |
| ) |
|
String com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getName |
( |
| ) |
|
Long com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getServerId |
( |
| ) |
|
String com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getTopic |
( |
| ) |
|
Integer com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getType |
( |
| ) |
|
QChatChannelMode com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getViewMode |
( |
| ) |
|
QChatVisitorMode com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.getVisitorMode |
( |
| ) |
|
void com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.setCategoryId |
( |
Long |
categoryId | ) |
|
void com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.setCustom |
( |
String |
custom | ) |
|
void com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.setSyncMode |
( |
QChatChannelSyncMode |
syncMode | ) |
|
void com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.setTopic |
( |
String |
topic | ) |
|
void com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.setViewMode |
( |
QChatChannelMode |
viewMode | ) |
|
void com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam.setVisitorMode |
( |
QChatVisitorMode |
visitorMode | ) |
|
该类的文档由以下文件生成: