类 EcoBackgroundCheckReportFile.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.EcoBackgroundCheckReportFile.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()reportName(String reportName) 报告名称报告地址reportUrlType(Integer reportUrlType) 报告地址类型;枚举值 1 或为空时为可下载的 pdf 链接,2 为预览型链接
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
reportName
报告名称示例值:阶段报告.pdf
- 参数:
reportName-- 返回:
-
reportUrl
报告地址示例值:https://xxxxx/xxxxxx/xxxx.pdf
- 参数:
reportUrl-- 返回:
-
reportUrlType
报告地址类型;枚举值 1 或为空时为可下载的 pdf 链接,2 为预览型链接示例值:1
- 参数:
reportUrlType-- 返回:
-
build
-