类 Todo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.Todo.Builder
- 封闭类:
Todo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()evaluation(TodoCommon evaluation) 简历评估待办信息,仅当 type=evaluation 时返回exam(TodoCommon exam) 笔试待办信息,仅当 type=exam 时返回interview(TodoCommon interview) 面试待办信息,仅当 type=interview 时返回offer(TodoCommon offer) Offer 待办信息,仅当 type=offer 时返回
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
evaluation
简历评估待办信息,仅当 type=evaluation 时返回示例值:
- 参数:
evaluation-- 返回:
-
offer
Offer 待办信息,仅当 type=offer 时返回示例值:
- 参数:
offer-- 返回:
-
exam
笔试待办信息,仅当 type=exam 时返回示例值:
- 参数:
exam-- 返回:
-
interview
面试待办信息,仅当 type=interview 时返回示例值:
- 参数:
interview-- 返回:
-
build
-