Class AttachmentMetadata.AttachmentMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentMetadata.AttachmentMetadataBuilder
- Enclosing class:
- AttachmentMetadata
-
Method Summary
Modifier and TypeMethodDescriptionauthor(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()
-
Method Details
-
author
- Returns:
this.
-
content
The URL of the attachment.- Returns:
this.
-
created
The datetime the attachment was created.- Returns:
this.
-
filename
The name of the attachment file.- Returns:
this.
-
id
The ID of the attachment.- Returns:
this.
-
mimeType
The MIME type of the attachment.- Returns:
this.
-
properties
Additional properties of the attachment.- Returns:
this.
-
self
The URL of the attachment metadata details.- Returns:
this.
-
size
The size of the attachment.- Returns:
this.
-
thumbnail
The URL of a thumbnail representing the attachment.- Returns:
this.
-
build
-
toString
-