Class AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder
- Enclosing class:
- AttachmentArchiveMetadataReadable
public static class AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
entries
public AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder entries(List<AttachmentArchiveItemReadable> entries) The list of the items included in the archive.- Returns:
this
.
-
id
The ID of the attachment.- Returns:
this
.
-
mediaType
public AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder mediaType(String mediaType) The MIME type of the attachment.- Returns:
this
.
-
name
The name of the archive file.- Returns:
this
.
-
totalEntryCount
public AttachmentArchiveMetadataReadable.AttachmentArchiveMetadataReadableBuilder totalEntryCount(Long totalEntryCount) The number of items included in the archive.- Returns:
this
.
-
build
-
toString
-