类 DynamicGroupRule.Builder
java.lang.Object
com.lark.oapi.service.contact.v3.model.DynamicGroupRule.Builder
- 封闭类:
DynamicGroupRule
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()departmentLevel(DynamicGroupRuleDepartmentLevelEnum departmentLevel) 动态用户组匹配部门层级departmentLevel(String departmentLevel) 动态用户组匹配部门层级expressions(DynamicGroupExpression[] expressions) 动态用户组规则表达式groupStatus(DynamicGroupRuleGroupStatusEnum groupStatus) 动态用户组计算状态,只读,创建、更新用户组时不需要填写groupStatus(String groupStatus) 动态用户组计算状态,只读,创建、更新用户组时不需要填写joinerRule(String joinerRule) 动态用户组表达式组合关系
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
departmentLevel
动态用户组匹配部门层级示例值:recursive
- 参数:
departmentLevel-- 返回:
-
departmentLevel
public DynamicGroupRule.Builder departmentLevel(DynamicGroupRuleDepartmentLevelEnum departmentLevel) 动态用户组匹配部门层级示例值:recursive
- 参数:
departmentLevel-DynamicGroupRuleDepartmentLevelEnum- 返回:
-
expressions
动态用户组规则表达式示例值:
- 参数:
expressions-- 返回:
-
joinerRule
动态用户组表达式组合关系示例值:1 and (2 or 3)
- 参数:
joinerRule-- 返回:
-
groupStatus
动态用户组计算状态,只读,创建、更新用户组时不需要填写示例值:1
- 参数:
groupStatus-- 返回:
-
groupStatus
动态用户组计算状态,只读,创建、更新用户组时不需要填写示例值:1
- 参数:
groupStatus-DynamicGroupRuleGroupStatusEnum- 返回:
-
build
-