public static class GetDetailApplicationReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetDetailApplicationReq.Builder |
applicationId(String applicationId)
投递 ID
示例值:6956499586395523359
|
GetDetailApplicationReq |
build() |
GetDetailApplicationReq.Builder |
departmentIdType(String departmentIdType)
此次调用中使用的部门 ID 类型
示例值:open_department_id
|
GetDetailApplicationReq.Builder |
employeeTypeIdType(String employeeTypeIdType)
此次调用中使用的「人员类型 ID」的类型
示例值:employee_type_enum_id
|
GetDetailApplicationReq.Builder |
jobFamilyIdType(String jobFamilyIdType)
此次调用中使用的「序列 ID」的类型
示例值:job_family_id
|
GetDetailApplicationReq.Builder |
jobLevelIdType(String jobLevelIdType)
此次调用中使用的「职级 ID」的类型
示例值:job_level_id
|
GetDetailApplicationReq.Builder |
options(String[] options)
请求控制参数,用于控制获取哪些关联实体信息。
|
GetDetailApplicationReq.Builder |
userIdType(String userIdType)
此次调用中使用的用户 ID 类型
示例值:open_id
|
public GetDetailApplicationReq.Builder userIdType(String userIdType)
示例值:open_id
userIdType - public GetDetailApplicationReq.Builder departmentIdType(String departmentIdType)
示例值:open_department_id
departmentIdType - public GetDetailApplicationReq.Builder jobLevelIdType(String jobLevelIdType)
示例值:job_level_id
jobLevelIdType - public GetDetailApplicationReq.Builder jobFamilyIdType(String jobFamilyIdType)
示例值:job_family_id
jobFamilyIdType - public GetDetailApplicationReq.Builder employeeTypeIdType(String employeeTypeIdType)
示例值:employee_type_enum_id
employeeTypeIdType - public GetDetailApplicationReq.Builder options(String[] options)
示例值:
options - public GetDetailApplicationReq.Builder applicationId(String applicationId)
示例值:6956499586395523359
applicationId - public GetDetailApplicationReq build()
Copyright © 2025. All rights reserved.