类 BackgroundCheckOrder.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.BackgroundCheckOrder.Builder
- 封闭类:
BackgroundCheckOrder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明accountThirdType(Integer accountThirdType) 供应商名称applicationId(String applicationId) 投递 ID背调发起时间build()candidateInfo(UserContactInfo candidateInfo) 候选人信息conclusion(String conclusion) 背调结论contactorInfo(UserContactInfo contactorInfo) 背调联系人信息creatorInfo(BackgroundCheckOrderCreator creatorInfo) 背调发起人信息customDataList(BackgroundCheckCustomFieldDataValue[] customDataList) 自定义字段值customFieldList(EcoBackgroundCheckCustomFieldData[] customFieldList) 自定义字段模板背调结束时间extItemInfoList(BackgroundCheckItemInfo[] extItemInfoList) 背调调查附加项feedbackInfoList(BackgroundCheckOrderFeedbackInfo[] feedbackInfoList) 背调报告信息属地locationCode(String locationCode) 国家城市编码背调名称(仅手动录入的背调结果具有)背调 IDorderStatus(Integer orderStatus) 背调状态背调套餐processInfoList(BackgroundCheckOrderProcessInfo[] processInfoList) 进度providerInfo(ProviderIdNameObject providerInfo) 供应商信息备注updateTime(String updateTime) 订单更新时间uploadTime(String uploadTime) 录入时间(仅手动录入的背调结果具有)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
orderId
背调 ID示例值:7037986982531778860
- 参数:
orderId-- 返回:
-
applicationId
投递 ID示例值:6985833807195212076
- 参数:
applicationId-- 返回:
-
orderStatus
背调状态示例值:2
- 参数:
orderStatus-- 返回:
-
accountThirdType
供应商名称示例值:1
- 参数:
accountThirdType-- 返回:
-
package_
背调套餐示例值:基础版
- 参数:
package_-- 返回:
-
name
背调名称(仅手动录入的背调结果具有)示例值:录入的背调
- 参数:
name-- 返回:
-
feedbackInfoList
public BackgroundCheckOrder.Builder feedbackInfoList(BackgroundCheckOrderFeedbackInfo[] feedbackInfoList) 背调报告信息示例值:
- 参数:
feedbackInfoList-- 返回:
-
processInfoList
public BackgroundCheckOrder.Builder processInfoList(BackgroundCheckOrderProcessInfo[] processInfoList) 进度示例值:
- 参数:
processInfoList-- 返回:
-
uploadTime
录入时间(仅手动录入的背调结果具有)示例值:1662476247755
- 参数:
uploadTime-- 返回:
-
candidateInfo
候选人信息示例值:
- 参数:
candidateInfo-- 返回:
-
creatorInfo
背调发起人信息示例值:
- 参数:
creatorInfo-- 返回:
-
contactorInfo
背调联系人信息示例值:
- 参数:
contactorInfo-- 返回:
-
beginTime
背调发起时间示例值:1686297649024
- 参数:
beginTime-- 返回:
-
endTime
背调结束时间示例值:1686297649024
- 参数:
endTime-- 返回:
-
conclusion
背调结论示例值:绿灯
- 参数:
conclusion-- 返回:
-
providerInfo
供应商信息示例值:
- 参数:
providerInfo-- 返回:
-
customFieldList
public BackgroundCheckOrder.Builder customFieldList(EcoBackgroundCheckCustomFieldData[] customFieldList) 自定义字段模板示例值:
- 参数:
customFieldList-- 返回:
-
customDataList
public BackgroundCheckOrder.Builder customDataList(BackgroundCheckCustomFieldDataValue[] customDataList) 自定义字段值示例值:
- 参数:
customDataList-- 返回:
-
extItemInfoList
背调调查附加项示例值:
- 参数:
extItemInfoList-- 返回:
-
updateTime
订单更新时间示例值:1686809576215
- 参数:
updateTime-- 返回:
-
geo
属地示例值:cn
- 参数:
geo-- 返回:
-
locationCode
国家城市编码示例值:CN_1
- 参数:
locationCode-- 返回:
-
remark
备注示例值:候选人很优秀
- 参数:
remark-- 返回:
-
build
-