| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.mail.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
Attachment.Builder |
Attachment.Builder.attachmentType(AttachmentAttachmentTypeEnum attachmentType)
附件类型
示例值:1
|
Attachment.Builder |
Attachment.Builder.attachmentType(Integer attachmentType)
附件类型
示例值:1
|
Attachment.Builder |
Attachment.Builder.body(String body)
附件的正文,使用 base64url 编码(支持的文件最大 37MB)
示例值:aGVsbG8gd29ybGQK
|
Attachment.Builder |
Attachment.Builder.filename(String filename)
附件文件名
示例值:helloworld.txt
|
Attachment.Builder |
Attachment.Builder.id(String id)
附件 id
示例值:YQqYbQHoQoDqXjxWKhJbo8Gicjf
|
static Attachment.Builder |
Attachment.newBuilder() |
| 构造器和说明 |
|---|
Attachment(Attachment.Builder builder) |
Copyright © 2025. All rights reserved.