Klasse Attachment.AttachmentBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Attachment.AttachmentBuilder
- Umschließende Klasse:
Attachment
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthor
(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()
-
Methodendetails
-
author
- Gibt zurück:
this
.
-
content
The content of the attachment.- Gibt zurück:
this
.
-
created
The datetime the attachment was created.- Gibt zurück:
this
.
-
filename
The file name of the attachment.- Gibt zurück:
this
.
-
id
The ID of the attachment.- Gibt zurück:
this
.
-
mimeType
The MIME type of the attachment.- Gibt zurück:
this
.
-
self
The URL of the attachment details response.- Gibt zurück:
this
.
-
fileSize
The size of the attachment.- Gibt zurück:
this
.
-
thumbnail
The URL of a thumbnail representing the attachment.- Gibt zurück:
this
.
-
build
-
toString
-