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

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

    • id

      protected String id
      ID of the page.
    • status

    • title

      protected String title
      Title of the page.
    • spaceId

      protected String spaceId
      ID of the space the page is in.
    • childPosition

      protected Integer childPosition
      Position of child page within the given parent page tree.
  • Konstruktordetails

    • ChildPage

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

      @Internal public ChildPage(String id, OnlyArchivedAndCurrentContentStatus status, String title, String spaceId, Integer childPosition)
      Constructs a validated instance of ChildPage.

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

      Parameter:
      id - ID of the page.
      status - status
      title - Title of the page.
      spaceId - ID of the space the page is in.
      childPosition - Position of child page within the given parent page tree.
    • ChildPage

      protected ChildPage()
  • Methodendetails