类 PreviewNode.Builder
java.lang.Object
com.lark.oapi.service.approval.v4.model.PreviewNode.Builder
- 封闭类:
PreviewNode
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()节点描述customNodeId(String customNodeId) 租户节点idendCcIdList(String[] endCcIdList) 节点结束抄送人id列表hasCcTypeFree(Boolean hasCcTypeFree) 是否包含抄送人自选类型isApproverTypeFree(Boolean isApproverTypeFree) 是否是发起人自选类型isEmptyLogic(Boolean isEmptyLogic) 审批人是否为空节点id节点名称节点类型 “AND":会签 “OR”:或签userIdList(String[] userIdList) 审批人id列表
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
nodeId
节点id示例值:
- 参数:
nodeId-- 返回:
-
nodeName
节点名称示例值:
- 参数:
nodeName-- 返回:
-
nodeType
节点类型 “AND":会签 “OR”:或签示例值:
- 参数:
nodeType-- 返回:
-
comments
节点描述示例值:
- 参数:
comments-- 返回:
-
customNodeId
租户节点id示例值:
- 参数:
customNodeId-- 返回:
-
userIdList
审批人id列表示例值:
- 参数:
userIdList-- 返回:
-
endCcIdList
节点结束抄送人id列表示例值:
- 参数:
endCcIdList-- 返回:
-
isEmptyLogic
审批人是否为空示例值:
- 参数:
isEmptyLogic-- 返回:
-
isApproverTypeFree
是否是发起人自选类型示例值:
- 参数:
isApproverTypeFree-- 返回:
-
hasCcTypeFree
是否包含抄送人自选类型示例值:
- 参数:
hasCcTypeFree-- 返回:
-
build
-