1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
17 private final Long serverId;
22 private final Long categoryId;
27 private final String accid;
32 private final Map<QChatRoleResource, QChatRoleOption> resourceAuths;
42 @NonNull Map<QChatRoleResource, QChatRoleOption> resourceAuths) {
43 this.serverId = serverId;
45 this.categoryId = categoryId;
46 this.resourceAuths = resourceAuths;
String getAccid()
获取用户accid
QChatUpdateChannelCategoryMemberRoleParam(long serverId, long categoryId, @NonNull String accid, @NonNull Map< QChatRoleResource, QChatRoleOption > resourceAuths)
Long getCategoryId()
获取更新的频道分组Id
Long getServerId()
获取更新的服务器ID
Map< QChatRoleResource, QChatRoleOption > getResourceAuths()
更新的权限Map