Klasse CustomContentLinks

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

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

    • webui

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

    • CustomContentLinks

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

      @Internal public CustomContentLinks(String webui)
      Constructs a validated instance of CustomContentLinks.

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

      Parameter:
      webui - Web UI link of the content.
    • CustomContentLinks

      protected CustomContentLinks()
  • Methodendetails