Klasse AttachmentLinks

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.AttachmentLinks

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

    • webui

      protected String webui
      Web UI link of the content.
    • download

      protected String download
      Download link of the content.
  • Konstruktordetails

    • AttachmentLinks

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

      @Internal public AttachmentLinks(String webui, String download)
      Constructs a validated instance of AttachmentLinks.

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

      Parameter:
      webui - Web UI link of the content.
      download - Download link of the content.
    • AttachmentLinks

      protected AttachmentLinks()
  • Methodendetails