public class PatchSectionReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchSectionReqBody.Builder |
| 构造器和说明 |
|---|
PatchSectionReqBody() |
PatchSectionReqBody(PatchSectionReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputSection |
getSection() |
String[] |
getUpdateFields() |
static PatchSectionReqBody.Builder |
newBuilder() |
void |
setSection(InputSection section) |
void |
setUpdateFields(String[] updateFields) |
public PatchSectionReqBody()
public PatchSectionReqBody(PatchSectionReqBody.Builder builder)
public static PatchSectionReqBody.Builder newBuilder()
public InputSection getSection()
public void setSection(InputSection section)
public String[] getUpdateFields()
public void setUpdateFields(String[] updateFields)
Copyright © 2025. All rights reserved.