Class AttachmentArchive.AttachmentArchiveBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchive.AttachmentArchiveBuilder
- Enclosing class:
- AttachmentArchive
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
entries
(List<AttachmentArchiveEntry> entries) moreAvailable
(Boolean moreAvailable) toString()
totalEntryCount
(Integer totalEntryCount) totalNumberOfEntriesAvailable
(Integer totalNumberOfEntriesAvailable)
-
Method Details
-
entries
- Returns:
this
.
-
moreAvailable
- Returns:
this
.
-
totalEntryCount
- Returns:
this
.
-
totalNumberOfEntriesAvailable
public AttachmentArchive.AttachmentArchiveBuilder totalNumberOfEntriesAvailable(Integer totalNumberOfEntriesAvailable) - Returns:
this
.
-
build
-
toString
-