类 Group.Builder
java.lang.Object
com.lark.oapi.service.contact.v3.model.Group.Builder
- 封闭类:
Group
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()description(String description) 用户组描述自定义用户组ID用户组IDmemberDepartmentCount(Integer memberDepartmentCount) 普通用户组成员中部门的数量,动态用户组成员中没有部门。memberUserCount(Integer memberUserCount) 用户组成员中用户的数量用户组名字type(GroupGroupTypeEnum type) 用户组的类型用户组的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
用户组ID示例值:g193821
- 参数:
id-- 返回:
-
name
用户组名字示例值:IT 外包组
- 参数:
name-- 返回:
-
description
用户组描述示例值:IT 外包组,需要对该组人群进行细颗粒度权限管控。
- 参数:
description-- 返回:
-
memberUserCount
用户组成员中用户的数量示例值:2
- 参数:
memberUserCount-- 返回:
-
memberDepartmentCount
普通用户组成员中部门的数量,动态用户组成员中没有部门。示例值:0
- 参数:
memberDepartmentCount-- 返回:
-
type
用户组的类型示例值:1
- 参数:
type-- 返回:
-
type
用户组的类型示例值:1
- 参数:
type-GroupGroupTypeEnum- 返回:
-
groupId
自定义用户组ID示例值:4ba51ab38648f9cd
- 参数:
groupId-- 返回:
-
build
-