We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f025328 commit 95f36dfCopy full SHA for 95f36df
src/main/java/com/lark/project/service/attachment/builder/SpecialUploadAttachmentReq.java
@@ -12,7 +12,6 @@ public class SpecialUploadAttachmentReq {
12
@SerializedName("project_key")
13
private String projectKey;
14
15
-
16
@Body
17
private SpecialUploadAttachmentReqBody body;
18
@@ -66,6 +65,7 @@ public Builder fileMimeType(String mimeType) {
66
65
this.body.setMimeType(mimeType);
67
return this;
68
}
+
69
public SpecialUploadAttachmentReq build() {
70
return new SpecialUploadAttachmentReq(this);
71
0 commit comments