Klasse AttachmentArchiveMetadataReadable
java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentArchiveMetadataReadable
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchiveMetadataReadable
extends Object
AttachmentArchiveMetadataReadable
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<AttachmentArchiveItemReadable>
The list of the items included in the archive.protected Long
The ID of the attachment.protected String
The MIME type of the attachment.protected String
The name of the archive file.protected Long
The number of items included in the archive. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofAttachmentArchiveMetadataReadable
.AttachmentArchiveMetadataReadable
(List<AttachmentArchiveItemReadable> entries, Long id, String mediaType, String name, Long totalEntryCount) Constructs a validated instance ofAttachmentArchiveMetadataReadable
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
entries()
The list of the items included in the archive.entries
(List<AttachmentArchiveItemReadable> entries) The list of the items included in the archive.boolean
int
hashCode()
id()
The ID of the attachment.The ID of the attachment.The MIME type of the attachment.The MIME type of the attachment.name()
The name of the archive file.The name of the archive file.toString()
The number of items included in the archive.totalEntryCount
(Long totalEntryCount) The number of items included in the archive.
-
Felddetails
-
entries
The list of the items included in the archive. -
id
The ID of the attachment. -
mediaType
The MIME type of the attachment. -
name
The name of the archive file. -
totalEntryCount
The number of items included in the archive.
-
-
Konstruktordetails
-
AttachmentArchiveMetadataReadable
Constructs a validated instance ofAttachmentArchiveMetadataReadable
.- Parameter:
spec
- the specification to process
-
AttachmentArchiveMetadataReadable
@Internal public AttachmentArchiveMetadataReadable(List<AttachmentArchiveItemReadable> entries, Long id, String mediaType, String name, Long totalEntryCount) Constructs a validated instance ofAttachmentArchiveMetadataReadable
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentArchiveMetadataReadable(Consumer)
instead.- Parameter:
entries
- The list of the items included in the archive.id
- The ID of the attachment.mediaType
- The MIME type of the attachment.name
- The name of the archive file.totalEntryCount
- The number of items included in the archive.
-
AttachmentArchiveMetadataReadable
protected AttachmentArchiveMetadataReadable()
-
-
Methodendetails
-
builder
-
entries
The list of the items included in the archive. -
id
The ID of the attachment. -
mediaType
The MIME type of the attachment. -
name
The name of the archive file. -
totalEntryCount
The number of items included in the archive. -
entries
The list of the items included in the archive.- Gibt zurück:
this
.
-
id
The ID of the attachment.- Gibt zurück:
this
.
-
mediaType
The MIME type of the attachment.- Gibt zurück:
this
.
-
name
The name of the archive file.- Gibt zurück:
this
.
-
totalEntryCount
The number of items included in the archive.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-