Klasse AbstractPageLinks

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

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

    • webui

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

      protected String editui
      Edit UI link of the content.
    • tinyui

      protected String tinyui
      Web UI link of the content.
  • Konstruktordetails

    • AbstractPageLinks

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

      @Internal public AbstractPageLinks(String webui, String editui, String tinyui)
      Constructs a validated instance of AbstractPageLinks.

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

      Parameter:
      webui - Web UI link of the content.
      editui - Edit UI link of the content.
      tinyui - Web UI link of the content.
    • AbstractPageLinks

      protected AbstractPageLinks()
  • Methodendetails