类 Attachment.Builder
java.lang.Object
com.lark.oapi.service.mail.v1.model.Attachment.Builder
- 封闭类:
Attachment
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明attachmentType(AttachmentAttachmentTypeEnum attachmentType) 附件类型attachmentType(Integer attachmentType) 附件类型附件的正文,使用 base64url 编码(支持的文件最大 37MB)build()附件文件名附件 id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
body
附件的正文,使用 base64url 编码(支持的文件最大 37MB)示例值:aGVsbG8gd29ybGQK
- 参数:
body-- 返回:
-
filename
附件文件名示例值:helloworld.txt
- 参数:
filename-- 返回:
-
id
附件 id示例值:YQqYbQHoQoDqXjxWKhJbo8Gicjf
- 参数:
id-- 返回:
-
attachmentType
附件类型示例值:1
- 参数:
attachmentType-- 返回:
-
attachmentType
附件类型示例值:1
- 参数:
attachmentType-AttachmentAttachmentTypeEnum- 返回:
-
build
-