public class TransferOnboardApplicationReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TransferOnboardApplicationReq.Builder |
| 构造器和说明 |
|---|
TransferOnboardApplicationReq() |
TransferOnboardApplicationReq(TransferOnboardApplicationReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplicationId() |
String |
getDepartmentIdType() |
String |
getEmployeeTypeIdType() |
String |
getJobFamilyIdType() |
String |
getJobLevelIdType() |
TransferOnboardApplicationReqBody |
getTransferOnboardApplicationReqBody() |
String |
getUserIdType() |
static TransferOnboardApplicationReq.Builder |
newBuilder() |
void |
setApplicationId(String applicationId) |
void |
setDepartmentIdType(String departmentIdType) |
void |
setEmployeeTypeIdType(String employeeTypeIdType) |
void |
setJobFamilyIdType(String jobFamilyIdType) |
void |
setJobLevelIdType(String jobLevelIdType) |
void |
setTransferOnboardApplicationReqBody(TransferOnboardApplicationReqBody body) |
void |
setUserIdType(String userIdType) |
public TransferOnboardApplicationReq()
public TransferOnboardApplicationReq(TransferOnboardApplicationReq.Builder builder)
public static TransferOnboardApplicationReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getDepartmentIdType()
public void setDepartmentIdType(String departmentIdType)
public String getJobLevelIdType()
public void setJobLevelIdType(String jobLevelIdType)
public String getJobFamilyIdType()
public void setJobFamilyIdType(String jobFamilyIdType)
public String getEmployeeTypeIdType()
public void setEmployeeTypeIdType(String employeeTypeIdType)
public String getApplicationId()
public void setApplicationId(String applicationId)
public TransferOnboardApplicationReqBody getTransferOnboardApplicationReqBody()
public void setTransferOnboardApplicationReqBody(TransferOnboardApplicationReqBody body)
Copyright © 2025. All rights reserved.