public class CreateEmployeeReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateEmployeeReqBody.Builder |
| 构造器和说明 |
|---|
CreateEmployeeReqBody() |
CreateEmployeeReqBody(CreateEmployeeReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingCareer |
getCareer() |
ProfileSettingDataAttachment |
getDataAttachment() |
ProfileSettingEmploymentInfo |
getEmploymentInfo() |
ProfileSettingPersonalInfo |
getPersonalInfo() |
static CreateEmployeeReqBody.Builder |
newBuilder() |
void |
setCareer(ProfileSettingCareer career) |
void |
setDataAttachment(ProfileSettingDataAttachment dataAttachment) |
void |
setEmploymentInfo(ProfileSettingEmploymentInfo employmentInfo) |
void |
setPersonalInfo(ProfileSettingPersonalInfo personalInfo) |
public CreateEmployeeReqBody()
public CreateEmployeeReqBody(CreateEmployeeReqBody.Builder builder)
public static CreateEmployeeReqBody.Builder newBuilder()
public ProfileSettingPersonalInfo getPersonalInfo()
public void setPersonalInfo(ProfileSettingPersonalInfo personalInfo)
public ProfileSettingEmploymentInfo getEmploymentInfo()
public void setEmploymentInfo(ProfileSettingEmploymentInfo employmentInfo)
public ProfileSettingCareer getCareer()
public void setCareer(ProfileSettingCareer career)
public ProfileSettingDataAttachment getDataAttachment()
public void setDataAttachment(ProfileSettingDataAttachment dataAttachment)
Copyright © 2024. All rights reserved.