Class Attachment.AttachmentBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Attachment.AttachmentBuilder
- Enclosing class:
- Attachment
-
Method Summary
Modifier and TypeMethodDescriptionauthor(AttachmentAuthor author) build()The content of the attachment.created(OffsetDateTime created) The datetime the attachment was created.The file name of the attachment.The size of the attachment.The ID of the attachment.The MIME type of the attachment.The URL of the attachment details response.The URL of a thumbnail representing the attachment.toString()
-
Method Details
-
author
- Returns:
this.
-
content
The content of the attachment.- Returns:
this.
-
created
The datetime the attachment was created.- Returns:
this.
-
filename
The file name of the attachment.- Returns:
this.
-
id
The ID of the attachment.- Returns:
this.
-
mimeType
The MIME type of the attachment.- Returns:
this.
-
self
The URL of the attachment details response.- Returns:
this.
-
fileSize
The size of the attachment.- Returns:
this.
-
thumbnail
The URL of a thumbnail representing the attachment.- Returns:
this.
-
build
-
toString
-