类 ListInterviewReq.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.ListInterviewReq.Builder
- 封闭类:
ListInterviewReq
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明applicationId(String applicationId) 投递 IDbuild()最晚开始时间,格式为时间戳interviewId(String interviewId) 面试 IDjobLevelIdType(String jobLevelIdType) 此次调用中使用的「职级 ID」的类型分页大小,不能超过 100查询游标, 由上一页结果返回, 第一页不传最早开始时间,格式为时间戳userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
pageSize
分页大小,不能超过 100示例值:10
- 参数:
pageSize-- 返回:
-
pageToken
查询游标, 由上一页结果返回, 第一页不传示例值:xx
- 参数:
pageToken-- 返回:
-
applicationId
投递 ID示例值:6134134355464633
- 参数:
applicationId-- 返回:
-
interviewId
面试 ID示例值:6888217964693309704
- 参数:
interviewId-- 返回:
-
startTime
最早开始时间,格式为时间戳示例值:1609489908000
- 参数:
startTime-- 返回:
-
endTime
最晚开始时间,格式为时间戳示例值:1610489908000
- 参数:
endTime-- 返回:
-
jobLevelIdType
此次调用中使用的「职级 ID」的类型示例值:
- 参数:
jobLevelIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
build
-