Klasse AttachmentArchiveEntry
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchiveEntry
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchiveEntry
extends Object
AttachmentArchiveEntry
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAttachmentArchiveEntry(String abbreviatedName, Long entryIndex, String mediaType, String name, Long size) Constructs a validated instance ofAttachmentArchiveEntry.Constructs a validated instance ofAttachmentArchiveEntry. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabbreviatedName(String abbreviatedName) builder()protected booleanentryIndex(Long entryIndex) booleaninthashCode()name()size()toString()
-
Felddetails
-
abbreviatedName
-
entryIndex
-
mediaType
-
name
-
size
-
-
Konstruktordetails
-
AttachmentArchiveEntry
Constructs a validated instance ofAttachmentArchiveEntry.- Parameter:
spec- the specification to process
-
AttachmentArchiveEntry
@Internal public AttachmentArchiveEntry(String abbreviatedName, Long entryIndex, String mediaType, String name, Long size) Constructs a validated instance ofAttachmentArchiveEntry.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentArchiveEntry(Consumer)instead.- Parameter:
abbreviatedName- var.nameentryIndex- var.namemediaType- var.namename- var.namesize- var.name
-
AttachmentArchiveEntry
protected AttachmentArchiveEntry()
-
-
Methodendetails
-
builder
-
abbreviatedName
-
entryIndex
-
mediaType
-
name
-
size
-
abbreviatedName
- Gibt zurück:
this.
-
entryIndex
- Gibt zurück:
this.
-
mediaType
- Gibt zurück:
this.
-
name
- Gibt zurück:
this.
-
size
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-