public static class ScopeConfig.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ScopeConfig |
build() |
ScopeConfig.Builder |
scopeConfig(RoomConfig scopeConfig)
节点配置
示例值:
|
ScopeConfig.Builder |
scopeId(String scopeId)
查询节点ID:如果scope_type为1,则为层级ID,如果scope_type为2,则为会议室ID
示例值:omm_608d34d82d531b27fa993902d350a307
|
ScopeConfig.Builder |
scopeType(Integer scopeType)
查询节点范围
示例值:1
|
ScopeConfig.Builder |
scopeType(ScopeConfigScopeTypeEnum scopeType)
查询节点范围
示例值:1
|
public ScopeConfig.Builder scopeType(Integer scopeType)
示例值:1
scopeType - public ScopeConfig.Builder scopeType(ScopeConfigScopeTypeEnum scopeType)
示例值:1
scopeType - ScopeConfigScopeTypeEnumpublic ScopeConfig.Builder scopeId(String scopeId)
示例值:omm_608d34d82d531b27fa993902d350a307
scopeId - public ScopeConfig.Builder scopeConfig(RoomConfig scopeConfig)
示例值:
scopeConfig - public ScopeConfig build()
Copyright © 2025. All rights reserved.