Klasse AttachmentSettings

java.lang.Object
io.github.primelib.jira4j.restv3.model.AttachmentSettings

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AttachmentSettings extends Object
AttachmentSettings
  • Felddetails

    • enabled

      protected Boolean enabled
      Whether the ability to add attachments is enabled.
    • uploadLimit

      protected Long uploadLimit
      The maximum size of attachments permitted, in bytes.
  • Konstruktordetails

    • AttachmentSettings

      public AttachmentSettings(Consumer<AttachmentSettings> spec)
      Constructs a validated instance of AttachmentSettings.
      Parameter:
      spec - the specification to process
    • AttachmentSettings

      @Internal public AttachmentSettings(Boolean enabled, Long uploadLimit)
      Constructs a validated instance of AttachmentSettings.

      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

      public Boolean enabled()
      Whether the ability to add attachments is enabled.
    • uploadLimit

      public Long uploadLimit()
      The maximum size of attachments permitted, in bytes.
    • enabled

      public AttachmentSettings enabled(Boolean enabled)
      Whether the ability to add attachments is enabled.
      Gibt zurück:
      this.
    • uploadLimit

      public AttachmentSettings uploadLimit(Long uploadLimit)
      The maximum size of attachments permitted, in bytes.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object