Class AttachmentArchiveImpl
java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentArchiveImpl
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchiveImpl
extends Object
AttachmentArchiveImpl
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AttachmentArchiveEntry>The list of the items included in the archive.protected IntegerThe number of items in the archive. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofAttachmentArchiveImpl.AttachmentArchiveImpl(List<AttachmentArchiveEntry> entries, Integer totalEntryCount) Constructs a validated instance ofAttachmentArchiveImpl. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanentries()The list of the items included in the archive.entries(List<AttachmentArchiveEntry> entries) The list of the items included in the archive.booleaninthashCode()toString()The number of items in the archive.totalEntryCount(Integer totalEntryCount) The number of items in the archive.
-
Field Details
-
entries
The list of the items included in the archive. -
totalEntryCount
The number of items in the archive.
-
-
Constructor Details
-
AttachmentArchiveImpl
Constructs a validated instance ofAttachmentArchiveImpl.- Parameters:
spec- the specification to process
-
AttachmentArchiveImpl
@Internal public AttachmentArchiveImpl(List<AttachmentArchiveEntry> entries, Integer totalEntryCount) Constructs a validated instance ofAttachmentArchiveImpl.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentArchiveImpl(Consumer)instead.- Parameters:
entries- The list of the items included in the archive.totalEntryCount- The number of items in the archive.
-
AttachmentArchiveImpl
protected AttachmentArchiveImpl()
-
-
Method Details
-
builder
-
entries
The list of the items included in the archive. -
totalEntryCount
The number of items in the archive. -
entries
The list of the items included in the archive.- Returns:
this.
-
totalEntryCount
The number of items in the archive.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-