类 TalentOperationLog.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentOperationLog.Builder
- 封闭类:
TalentOperationLog
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明applicationId(String applicationId) 投递 IDbuild()operationTime(String operationTime) 操作时间operationType(Integer operationType) 操作类型operator(IdNameObject operator) 操作人operatorType(Integer operatorType) 操作人类型候选人 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
applicationId
投递 ID示例值:6949805467799537964
- 参数:
applicationId-- 返回:
-
talentId
候选人 ID示例值:6843547872837273223
- 参数:
talentId-- 返回:
-
operator
操作人示例值:
- 参数:
operator-- 返回:
-
operationType
操作类型示例值:"3001"
- 参数:
operationType-- 返回:
-
operationTime
操作时间示例值:1618500278663
- 参数:
operationTime-- 返回:
-
operatorType
操作人类型示例值:1
- 参数:
operatorType-- 返回:
-
build
-