类 ListNationalIdTypeReq.Builder
java.lang.Object
com.lark.oapi.service.corehr.v1.model.ListNationalIdTypeReq.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()证件类型编码countryRegionId(String countryRegionId) 国家地区IDidentificationType(String identificationType) 证件类型每页获取记录数量,最大100页码标识,获取第一页传空,每次查询会返回下一页的page_token
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
pageToken
页码标识,获取第一页传空,每次查询会返回下一页的page_token示例值:1231231987
- 参数:
pageToken-- 返回:
-
pageSize
每页获取记录数量,最大100示例值:100
- 参数:
pageSize-- 返回:
-
identificationType
证件类型示例值:regular_passport
- 参数:
identificationType-- 返回:
-
code
证件类型编码示例值:MYS-ID
- 参数:
code-- 返回:
-
countryRegionId
国家地区ID示例值:6862995749043439111
- 参数:
countryRegionId-- 返回:
-
build
-