public static class TalentOperationLog.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentOperationLog.Builder |
applicationId(String applicationId)
投递
ID,详情可查看:[获取投递信息](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/application/get)
示例值:6949805467799537964
|
TalentOperationLog |
build() |
TalentOperationLog.Builder |
operationTime(String operationTime)
操作时间,毫秒时间戳
示例值:1618500278663
|
TalentOperationLog.Builder |
operationType(Integer operationType)
操作类型,操作类型枚举可查看[枚举常量介绍](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/enum);中
`操作类型枚举定义`
示例值:"3001"
|
TalentOperationLog.Builder |
operator(IdNameObject operator)
阶段信息
示例值:
|
TalentOperationLog.Builder |
operatorType(Integer operatorType)
操作人类型;;;**注意**:当前只会返回类型为 `1`:员工 的操作记录
示例值:1
|
TalentOperationLog.Builder |
talentId(String talentId)
人才
ID,详情可参考:[获取人才信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/hire-v2/talent/get)
示例值:6843547872837273223
|
public TalentOperationLog.Builder applicationId(String applicationId)
示例值:6949805467799537964
applicationId - public TalentOperationLog.Builder talentId(String talentId)
示例值:6843547872837273223
talentId - public TalentOperationLog.Builder operator(IdNameObject operator)
示例值:
operator - public TalentOperationLog.Builder operationType(Integer operationType)
示例值:"3001"
operationType - public TalentOperationLog.Builder operationTime(String operationTime)
示例值:1618500278663
operationTime - public TalentOperationLog.Builder operatorType(Integer operatorType)
示例值:1
operatorType - public TalentOperationLog build()
Copyright © 2026. All rights reserved.