Klasse AttachmentMetadata.AttachmentMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentMetadata.AttachmentMetadataBuilder
- Umschließende Klasse:
AttachmentMetadata
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthor
(AttachmentMetadataAuthor author) build()
The URL of the attachment.created
(OffsetDateTime created) The datetime the attachment was created.The name of the attachment file.The ID of the attachment.The MIME type of the attachment.properties
(Map<String, Object> properties) Additional properties of the attachment.The URL of the attachment metadata details.The size of the attachment.The URL of a thumbnail representing the attachment.toString()
-
Methodendetails
-
author
- Gibt zurück:
this
.
-
content
The URL of the attachment.- Gibt zurück:
this
.
-
created
The datetime the attachment was created.- Gibt zurück:
this
.
-
filename
The name of the attachment file.- 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
.
-
properties
Additional properties of the attachment.- Gibt zurück:
this
.
-
self
The URL of the attachment metadata details.- Gibt zurück:
this
.
-
size
The size of the attachment.- Gibt zurück:
this
.
-
thumbnail
The URL of a thumbnail representing the attachment.- Gibt zurück:
this
.
-
build
-
toString
-