Klasse AttachmentSettings
java.lang.Object
io.github.primelib.jira4j.restv2.model.AttachmentSettings
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentSettings
extends Object
AttachmentSettings
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AttachmentSettings
(Boolean enabled, Long uploadLimit) Constructs a validated instance ofAttachmentSettings
.Constructs a validated instance ofAttachmentSettings
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
enabled()
Whether the ability to add attachments is enabled.Whether the ability to add attachments is enabled.boolean
int
hashCode()
toString()
The maximum size of attachments permitted, in bytes.uploadLimit
(Long uploadLimit) The maximum size of attachments permitted, in bytes.
-
Felddetails
-
enabled
Whether the ability to add attachments is enabled. -
uploadLimit
The maximum size of attachments permitted, in bytes.
-
-
Konstruktordetails
-
AttachmentSettings
Constructs a validated instance ofAttachmentSettings
.- Parameter:
spec
- the specification to process
-
AttachmentSettings
Constructs a validated instance ofAttachmentSettings
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentSettings(Consumer)
instead.- Parameter:
enabled
- Whether the ability to add attachments is enabled.uploadLimit
- The maximum size of attachments permitted, in bytes.
-
AttachmentSettings
protected AttachmentSettings()
-
-
Methodendetails
-
builder
-
enabled
Whether the ability to add attachments is enabled. -
uploadLimit
The maximum size of attachments permitted, in bytes. -
enabled
Whether the ability to add attachments is enabled.- Gibt zurück:
this
.
-
uploadLimit
The maximum size of attachments permitted, in bytes.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-