Class AttachmentArchiveEntry
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentArchiveEntry
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentArchiveEntry
extends Object
AttachmentArchiveEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AttachmentArchiveEntry
(String abbreviatedName, Long entryIndex, String mediaType, String name, Long size) Constructs a validated instance ofAttachmentArchiveEntry
.Constructs a validated instance ofAttachmentArchiveEntry
. -
Method Summary
Modifier and TypeMethodDescriptionabbreviatedName
(String abbreviatedName) builder()
protected boolean
entryIndex
(Long entryIndex) boolean
int
hashCode()
name()
size()
toString()
-
Field Details
-
abbreviatedName
-
entryIndex
-
mediaType
-
name
-
size
-
-
Constructor Details
-
AttachmentArchiveEntry
Constructs a validated instance ofAttachmentArchiveEntry
.- Parameters:
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.- Parameters:
abbreviatedName
- abbreviatedNameentryIndex
- entryIndexmediaType
- mediaTypename
- namesize
- size
-
AttachmentArchiveEntry
protected AttachmentArchiveEntry()
-
-
Method Details
-
builder
-
abbreviatedName
-
entryIndex
-
mediaType
-
name
-
size
-
abbreviatedName
- Returns:
this
.
-
entryIndex
- Returns:
this
.
-
mediaType
- Returns:
this
.
-
name
- Returns:
this
.
-
size
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-