Class AttachmentArchive
java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentArchive
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchive
extends Object
AttachmentArchive
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AttachmentArchiveEntry>
protected Boolean
protected Integer
protected Integer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofAttachmentArchive
.AttachmentArchive
(List<AttachmentArchiveEntry> entries, Boolean moreAvailable, Integer totalEntryCount, Integer totalNumberOfEntriesAvailable) Constructs a validated instance ofAttachmentArchive
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
entries()
entries
(List<AttachmentArchiveEntry> entries) boolean
int
hashCode()
moreAvailable
(Boolean moreAvailable) toString()
totalEntryCount
(Integer totalEntryCount) totalNumberOfEntriesAvailable
(Integer totalNumberOfEntriesAvailable)
-
Field Details
-
entries
-
moreAvailable
-
totalEntryCount
-
totalNumberOfEntriesAvailable
-
-
Constructor Details
-
AttachmentArchive
Constructs a validated instance ofAttachmentArchive
.- Parameters:
spec
- the specification to process
-
AttachmentArchive
@Internal public AttachmentArchive(List<AttachmentArchiveEntry> entries, Boolean moreAvailable, Integer totalEntryCount, Integer totalNumberOfEntriesAvailable) Constructs a validated instance ofAttachmentArchive
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentArchive(Consumer)
instead.- Parameters:
entries
- entriesmoreAvailable
- moreAvailabletotalEntryCount
- totalEntryCounttotalNumberOfEntriesAvailable
- totalNumberOfEntriesAvailable
-
AttachmentArchive
protected AttachmentArchive()
-
-
Method Details
-
builder
-
entries
-
moreAvailable
-
totalEntryCount
-
totalNumberOfEntriesAvailable
-
entries
- Returns:
this
.
-
moreAvailable
- Returns:
this
.
-
totalEntryCount
- Returns:
this
.
-
totalNumberOfEntriesAvailable
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-