类 RoomLevel.Builder
java.lang.Object
com.lark.oapi.service.vc.v1.model.RoomLevel.Builder
- 封闭类:
RoomLevel
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customGroupId(String customGroupId) 自定义层级ID是否有子层级层级名称父层级ID层级路径roomLevelId(String roomLevelId) 层级ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
roomLevelId
层级ID示例值:层级ID
- 参数:
roomLevelId-- 返回:
-
name
层级名称示例值:测试层级
- 参数:
name-- 返回:
-
parentId
父层级ID示例值:omb_4ad1a2c7a2fbc5fc9570f38456931293
- 参数:
parentId-- 返回:
-
path
层级路径示例值:[omb_8d020b12fe49e82847c2af3c193d5754, omb_8d020b12fe49e82847c2af3c193d5754]
- 参数:
path-- 返回:
-
hasChild
是否有子层级示例值:false
- 参数:
hasChild-- 返回:
-
customGroupId
自定义层级ID示例值:10000
- 参数:
customGroupId-- 返回:
-
build
-