Klasse AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder
- Umschließende Klasse:
AttachmentArchiveMetadataReadable
public static class AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
entries
(List<AttachmentArchiveItemReadable> entries) The list of the items included in the archive.The ID of the attachment.The MIME type of the attachment.The name of the archive file.toString()
totalEntryCount
(Long totalEntryCount) The number of items included in the archive.
-
Methodendetails
-
entries
public AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder entries(List<AttachmentArchiveItemReadable> entries) The list of the items included in the archive.- Gibt zurück:
this
.
-
id
The ID of the attachment.- Gibt zurück:
this
.
-
mediaType
public AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder mediaType(String mediaType) The MIME type of the attachment.- Gibt zurück:
this
.
-
name
The name of the archive file.- Gibt zurück:
this
.
-
totalEntryCount
public AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder totalEntryCount(Long totalEntryCount) The number of items included in the archive.- Gibt zurück:
this
.
-
build
-
toString
-