Klasse AttachmentMetadata

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

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

    • author

      protected AttachmentMetadataAuthor author
    • content

      protected String content
      The URL of the attachment.
    • created

      protected OffsetDateTime created
      The datetime the attachment was created.
    • filename

      protected String filename
      The name of the attachment file.
    • id

      protected Long id
      The ID of the attachment.
    • mimeType

      protected String mimeType
      The MIME type of the attachment.
    • properties

      protected Map<String,Object> properties
      Additional properties of the attachment.
    • self

      protected URI self
      The URL of the attachment metadata details.
    • size

      protected Long size
      The size of the attachment.
    • thumbnail

      protected String thumbnail
      The URL of a thumbnail representing the attachment.
  • Konstruktordetails

    • AttachmentMetadata

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

      @Internal public AttachmentMetadata(AttachmentMetadataAuthor author, String content, OffsetDateTime created, String filename, Long id, String mimeType, Map<String,Object> properties, URI self, Long size, String thumbnail)
      Constructs a validated instance of AttachmentMetadata.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AttachmentMetadata(Consumer) instead.

      Parameter:
      author - var.name
      content - The URL of the attachment.
      created - The datetime the attachment was created.
      filename - The name of the attachment file.
      id - The ID of the attachment.
      mimeType - The MIME type of the attachment.
      properties - Additional properties of the attachment.
      self - The URL of the attachment metadata details.
      size - The size of the attachment.
      thumbnail - The URL of a thumbnail representing the attachment.
    • AttachmentMetadata

      protected AttachmentMetadata()
  • Methodendetails