Klasse AttachmentArchiveItemReadable
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchiveItemReadable
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchiveItemReadable
extends Object
AttachmentArchiveItemReadable
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofAttachmentArchiveItemReadable
.Constructs a validated instance ofAttachmentArchiveItemReadable
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
index()
The position of the item within the archive.The position of the item within the archive.label()
The label for the archive item.The label for the archive item.The MIME type of the archive item.The MIME type of the archive item.path()
The path of the archive item.The path of the archive item.size()
The size of the archive item.The size of the archive item.toString()
-
Felddetails
-
index
The position of the item within the archive. -
label
The label for the archive item. -
mediaType
The MIME type of the archive item. -
path
The path of the archive item. -
size
The size of the archive item.
-
-
Konstruktordetails
-
AttachmentArchiveItemReadable
Constructs a validated instance ofAttachmentArchiveItemReadable
.- Parameter:
spec
- the specification to process
-
AttachmentArchiveItemReadable
@Internal public AttachmentArchiveItemReadable(Long index, String label, String mediaType, String path, String size) Constructs a validated instance ofAttachmentArchiveItemReadable
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentArchiveItemReadable(Consumer)
instead.- Parameter:
index
- The position of the item within the archive.label
- The label for the archive item.mediaType
- The MIME type of the archive item.path
- The path of the archive item.size
- The size of the archive item.
-
AttachmentArchiveItemReadable
protected AttachmentArchiveItemReadable()
-
-
Methodendetails
-
builder
-
index
The position of the item within the archive. -
label
The label for the archive item. -
mediaType
The MIME type of the archive item. -
path
The path of the archive item. -
size
The size of the archive item. -
index
The position of the item within the archive.- Gibt zurück:
this
.
-
label
The label for the archive item.- Gibt zurück:
this
.
-
mediaType
The MIME type of the archive item.- Gibt zurück:
this
.
-
path
The path of the archive item.- Gibt zurück:
this
.
-
size
The size of the archive item.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-