类 InterviewAddress.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.InterviewAddress.Builder
- 封闭类:
InterviewAddress
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()city(CodeNameObject city) 城市country(CodeNameObject country) 国家district(CodeNameObject district) 区域地址 ID地址名称state(CodeNameObject state) 省
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
地址 ID示例值:6949805467799537964
- 参数:
id-- 返回:
-
name
地址名称示例值:
- 参数:
name-- 返回:
-
district
区域示例值:
- 参数:
district-- 返回:
-
city
城市示例值:
- 参数:
city-- 返回:
-
state
省示例值:
- 参数:
state-- 返回:
-
country
国家示例值:
- 参数:
country-- 返回:
-
build
-