java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Page

@Generated("io.github.primelib.primecodegen") public class Page extends Object
Page
  • Field Details

  • Constructor Details

    • Page

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

      @Internal public Page(Boolean value, Map<String,Object> Links)
      Constructs a validated instance of Page.

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

      Parameters:
      value - value
      Links - Links
    • Page

      protected Page()
  • Method Details