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
  • Felddetails

    • index

      protected Long index
      The position of the item within the archive.
    • label

      protected String label
      The label for the archive item.
    • mediaType

      protected String mediaType
      The MIME type of the archive item.
    • path

      protected String path
      The path of the archive item.
    • size

      protected String size
      The size of the archive item.
  • Konstruktordetails

    • AttachmentArchiveItemReadable

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

      @Internal public AttachmentArchiveItemReadable(Long index, String label, String mediaType, String path, String size)
      Constructs a validated instance of AttachmentArchiveItemReadable.

      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