public static class OtherRecRule.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
OtherRecRule |
build() |
OtherRecRule.Builder |
conditions(RecRuleCondition[] conditions)
记录筛选条件
示例值:
|
OtherRecRule.Builder |
conjunction(OtherRecRuleConjunctionEnum conjunction)
多个筛选条件的关系
示例值:and
|
OtherRecRule.Builder |
conjunction(String conjunction)
多个筛选条件的关系
示例值:and
|
OtherRecRule.Builder |
perm(Integer perm)
规则筛选记录对应的权限
示例值:1
|
OtherRecRule.Builder |
perm(OtherRecRulePermEnum perm)
规则筛选记录对应的权限
示例值:1
|
public OtherRecRule.Builder conditions(RecRuleCondition[] conditions)
示例值:
conditions - public OtherRecRule.Builder conjunction(String conjunction)
示例值:and
conjunction - public OtherRecRule.Builder conjunction(OtherRecRuleConjunctionEnum conjunction)
示例值:and
conjunction - OtherRecRuleConjunctionEnumpublic OtherRecRule.Builder perm(Integer perm)
示例值:1
perm - public OtherRecRule.Builder perm(OtherRecRulePermEnum perm)
示例值:1
perm - OtherRecRulePermEnumpublic OtherRecRule build()
Copyright © 2025. All rights reserved.