Klasse AttachmentArchive
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchive
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchive
extends Object
AttachmentArchive
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<AttachmentArchiveEntry>
protected Boolean
protected Integer
protected Integer
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofAttachmentArchive
.AttachmentArchive
(List<AttachmentArchiveEntry> entries, Boolean moreAvailable, Integer totalEntryCount, Integer totalNumberOfEntriesAvailable) Constructs a validated instance ofAttachmentArchive
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
entries()
entries
(List<AttachmentArchiveEntry> entries) boolean
int
hashCode()
moreAvailable
(Boolean moreAvailable) toString()
totalEntryCount
(Integer totalEntryCount) totalNumberOfEntriesAvailable
(Integer totalNumberOfEntriesAvailable)
-
Felddetails
-
entries
-
moreAvailable
-
totalEntryCount
-
totalNumberOfEntriesAvailable
-
-
Konstruktordetails
-
AttachmentArchive
Constructs a validated instance ofAttachmentArchive
.- Parameter:
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.- Parameter:
entries
- var.namemoreAvailable
- var.nametotalEntryCount
- var.nametotalNumberOfEntriesAvailable
- var.name
-
AttachmentArchive
protected AttachmentArchive()
-
-
Methodendetails
-
builder
-
entries
-
moreAvailable
-
totalEntryCount
-
totalNumberOfEntriesAvailable
-
entries
- Gibt zurück:
this
.
-
moreAvailable
- Gibt zurück:
this
.
-
totalEntryCount
- Gibt zurück:
this
.
-
totalNumberOfEntriesAvailable
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-