public class PatchOkrObjectiveReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchOkrObjectiveReqBody.Builder |
| 构造器和说明 |
|---|
PatchOkrObjectiveReqBody() |
PatchOkrObjectiveReqBody(PatchOkrObjectiveReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategoryId() |
ContentBlock |
getContent() |
String |
getDeadline() |
ContentBlock |
getNotes() |
Double |
getScore() |
static PatchOkrObjectiveReqBody.Builder |
newBuilder() |
void |
setCategoryId(String categoryId) |
void |
setContent(ContentBlock content) |
void |
setDeadline(String deadline) |
void |
setNotes(ContentBlock notes) |
void |
setScore(Double score) |
public PatchOkrObjectiveReqBody()
public PatchOkrObjectiveReqBody(PatchOkrObjectiveReqBody.Builder builder)
public ContentBlock getContent()
public void setContent(ContentBlock content)
public Double getScore()
public void setScore(Double score)
public ContentBlock getNotes()
public void setNotes(ContentBlock notes)
public String getDeadline()
public void setDeadline(String deadline)
public String getCategoryId()
public void setCategoryId(String categoryId)
public static PatchOkrObjectiveReqBody.Builder newBuilder()
Copyright © 2026. All rights reserved.