public static class CreateEmployeeReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateEmployeeReqBody |
build() |
CreateEmployeeReqBody.Builder |
career(ProfileSettingCareer career)
履历信息
示例值:
|
CreateEmployeeReqBody.Builder |
dataAttachment(ProfileSettingDataAttachment dataAttachment)
资料附件
示例值:
|
CreateEmployeeReqBody.Builder |
employmentInfo(ProfileSettingEmploymentInfo employmentInfo)
工作信息
示例值:
|
CreateEmployeeReqBody.Builder |
personalInfo(ProfileSettingPersonalInfo personalInfo)
个人信息
示例值:
|
public CreateEmployeeReqBody.Builder personalInfo(ProfileSettingPersonalInfo personalInfo)
示例值:
personalInfo - public CreateEmployeeReqBody.Builder employmentInfo(ProfileSettingEmploymentInfo employmentInfo)
示例值:
employmentInfo - public CreateEmployeeReqBody.Builder career(ProfileSettingCareer career)
示例值:
career - public CreateEmployeeReqBody.Builder dataAttachment(ProfileSettingDataAttachment dataAttachment)
示例值:
dataAttachment - public CreateEmployeeReqBody build()
Copyright © 2024. All rights reserved.