Klasse AttachmentArchiveImpl.AttachmentArchiveImplBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchiveImpl.AttachmentArchiveImplBuilder
- Umschließende Klasse:
AttachmentArchiveImpl
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
entries
(List<AttachmentArchiveEntry> entries) The list of the items included in the archive.toString()
totalEntryCount
(Integer totalEntryCount) The number of items in the archive.
-
Methodendetails
-
entries
public AttachmentArchiveImpl.AttachmentArchiveImplBuilder entries(List<AttachmentArchiveEntry> entries) The list of the items included in the archive.- Gibt zurück:
this
.
-
totalEntryCount
The number of items in the archive.- Gibt zurück:
this
.
-
build
-
toString
-