Klasse AttachmentArchiveImpl
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchiveImpl
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchiveImpl
extends Object
AttachmentArchiveImpl
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<AttachmentArchiveEntry>
The list of the items included in the archive.protected Integer
The number of items in the archive. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofAttachmentArchiveImpl
.AttachmentArchiveImpl
(List<AttachmentArchiveEntry> entries, Integer totalEntryCount) Constructs a validated instance ofAttachmentArchiveImpl
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
entries()
The list of the items included in the archive.entries
(List<AttachmentArchiveEntry> entries) The list of the items included in the archive.boolean
int
hashCode()
toString()
The number of items in the archive.totalEntryCount
(Integer totalEntryCount) The number of items in the archive.
-
Felddetails
-
entries
The list of the items included in the archive. -
totalEntryCount
The number of items in the archive.
-
-
Konstruktordetails
-
AttachmentArchiveImpl
Constructs a validated instance ofAttachmentArchiveImpl
.- Parameter:
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.- Parameter:
entries
- The list of the items included in the archive.totalEntryCount
- The number of items in the archive.
-
AttachmentArchiveImpl
protected AttachmentArchiveImpl()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
totalEntryCount
The number of items in the archive.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-