NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
systemnotification
QChatUpdateChannelBlackWhiteRoleAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model.systemnotification;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatChannelBlackWhiteOperateType
;
4
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatChannelBlackWhiteType
;
5
6
/**
7
* 频道修改黑白名单身份组通知附件
8
*/
9
public
interface
QChatUpdateChannelBlackWhiteRoleAttachment
extends
QChatSystemNotificationAttachment
{
10
11
/**
12
* 服务器Id
13
* @return
14
*/
15
Long
getServerId
();
16
17
/**
18
* 频道Id
19
* @return
20
*/
21
Long
getChannelId
();
22
23
/**
24
* 获取黑白名单类型
25
* @return
26
*/
27
QChatChannelBlackWhiteType
getChannelBlackWhiteType
();
28
29
/**
30
* 获取黑白名单操作类型
31
* @return
32
*/
33
QChatChannelBlackWhiteOperateType
getChannelBlackWhiteOperateType
();
34
35
/**
36
* 黑白名单被操作身份组Id
37
* @return
38
*/
39
Long
getChannelBlackWhiteRoleId
();
40
}
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelBlackWhiteRoleAttachment.getChannelId
Long getChannelId()
频道Id
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.enums.QChatChannelBlackWhiteOperateType
黑白名单操作方式
Definition:
QChatChannelBlackWhiteOperateType.java:6
com.netease
com
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelBlackWhiteRoleAttachment.getChannelBlackWhiteType
QChatChannelBlackWhiteType getChannelBlackWhiteType()
获取黑白名单类型
com.netease.nimlib.sdk.qchat.enums
Definition:
QChatPushMsgType.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatSystemNotificationAttachment
系统通知附件
Definition:
QChatSystemNotificationAttachment.java:8
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelBlackWhiteRoleAttachment.getChannelBlackWhiteRoleId
Long getChannelBlackWhiteRoleId()
黑白名单被操作身份组Id
com.netease.nimlib.sdk.qchat.enums.QChatChannelBlackWhiteType
黑白名单类型
Definition:
QChatChannelBlackWhiteType.java:6
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelBlackWhiteRoleAttachment
频道修改黑白名单身份组通知附件
Definition:
QChatUpdateChannelBlackWhiteRoleAttachment.java:9
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelBlackWhiteRoleAttachment.getServerId
Long getServerId()
服务器Id
com.netease.nimlib
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelBlackWhiteRoleAttachment.getChannelBlackWhiteOperateType
QChatChannelBlackWhiteOperateType getChannelBlackWhiteOperateType()
获取黑白名单操作类型
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13