content
The content of the attachment.
protected AttachmentAuthor
protected String
protected OffsetDateTime
protected String
protected Long
protected String
protected String
protected String
protected String
protected
Attachment(AttachmentAuthor author,
String content,
OffsetDateTime created,
String filename,
String id,
String mimeType,
String self,
Long fileSize,
String thumbnail)
Attachment
.
Attachment(Consumer<Attachment> spec)
Attachment
.author()
author(AttachmentAuthor author)
static Attachment.AttachmentBuilder
builder()
protected boolean
content()
created()
created(OffsetDateTime created)
boolean
filename()
fileSize()
int
hashCode()
id()
mimeType()
self()
toString()
Attachment
.spec
- the specification to processAttachment
.
NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Attachment(Consumer)
instead.
author
- authorcontent
- The content of the attachment.created
- The datetime the attachment was created.filename
- The file name of the attachment.id
- The ID of the attachment.mimeType
- The MIME type of the attachment.self
- The URL of the attachment details response.fileSize
- The size of the attachment.thumbnail
- The URL of a thumbnail representing the attachment.this
.this
.this
.this
.this
.this
.this
.this
.this
.