类 AppRoleTableRoleRecRule.Builder
java.lang.Object
com.lark.oapi.service.bitable.v1.model.AppRoleTableRoleRecRule.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()conditions(AppRoleTableRoleRecRuleCondition[] conditions) 记录筛选条件conjunction(AppRoleTableRoleRecRuleConjunctionEnum conjunction) 多个筛选条件的关系conjunction(String conjunction) 多个筛选条件的关系otherPerm(AppRoleTableRoleRecRuleOtherPermEnum otherPerm) 其他记录权限,仅在table_perm为2时有意义其他记录权限,仅在table_perm为2时有意义
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
conditions
记录筛选条件示例值:
- 参数:
conditions-- 返回:
-
conjunction
多个筛选条件的关系示例值:and
- 参数:
conjunction-- 返回:
-
conjunction
public AppRoleTableRoleRecRule.Builder conjunction(AppRoleTableRoleRecRuleConjunctionEnum conjunction) 多个筛选条件的关系示例值:and
- 参数:
conjunction-AppRoleTableRoleRecRuleConjunctionEnum- 返回:
-
otherPerm
其他记录权限,仅在table_perm为2时有意义示例值:0
- 参数:
otherPerm-- 返回:
-
otherPerm
其他记录权限,仅在table_perm为2时有意义示例值:0
- 参数:
otherPerm-AppRoleTableRoleRecRuleOtherPermEnum- 返回:
-
build
-