public class PatchEmployeeReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchEmployeeReqBody.Builder |
| 构造器和说明 |
|---|
PatchEmployeeReqBody() |
PatchEmployeeReqBody(PatchEmployeeReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateEmployee |
getEmployee() |
static PatchEmployeeReqBody.Builder |
newBuilder() |
void |
setEmployee(UpdateEmployee employee) |
public PatchEmployeeReqBody()
public PatchEmployeeReqBody(PatchEmployeeReqBody.Builder builder)
public static PatchEmployeeReqBody.Builder newBuilder()
public UpdateEmployee getEmployee()
public void setEmployee(UpdateEmployee employee)
Copyright © 2025. All rights reserved.