Class ContentChildren

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

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

  • Constructor Details

    • ContentChildren

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

      @Internal protected ContentChildren()
      Protected no-args constructor for use by serialization frameworks.
    • ContentChildren

      @Internal public ContentChildren(ContentArray attachment, ContentArray comment, ContentArray page, ContentArray whiteboard, ContentArray database, ContentArray embed, ContentArray folder, Map<String,Object> additionalExpandable, Map<String,Object> additionalLinks)
      Constructs a validated instance of ContentChildren.

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

      Parameters:
      attachment - attachment
      comment - comment
      page - page
      whiteboard - whiteboard
      database - database
      embed - embed
      folder - folder
      additionalExpandable - additionalExpandable
      additionalLinks - additionalLinks
  • Method Details

    • attachment

      public ContentArray attachment()
      Fluent getter for attachment.
      Returns:
      attachment
    • attachment

      public ContentChildren attachment(ContentArray attachment)
      Fluent setter for attachment.
      Parameters:
      attachment - attachment
      Returns:
      this
    • getAttachment

      public ContentArray getAttachment()
      Gets the value of attachment.
      Returns:
      attachment
    • setAttachment

      public void setAttachment(ContentArray attachment)
      Sets the value of attachment.
      Parameters:
      attachment - attachment
    • comment

      public ContentArray comment()
      Fluent getter for comment.
      Returns:
      comment
    • comment

      public ContentChildren comment(ContentArray comment)
      Fluent setter for comment.
      Parameters:
      comment - comment
      Returns:
      this
    • getComment

      public ContentArray getComment()
      Gets the value of comment.
      Returns:
      comment
    • setComment

      public void setComment(ContentArray comment)
      Sets the value of comment.
      Parameters:
      comment - comment
    • page

      public ContentArray page()
      Fluent getter for page.
      Returns:
      page
    • page

      public ContentChildren page(ContentArray page)
      Fluent setter for page.
      Parameters:
      page - page
      Returns:
      this
    • getPage

      public ContentArray getPage()
      Gets the value of page.
      Returns:
      page
    • setPage

      public void setPage(ContentArray page)
      Sets the value of page.
      Parameters:
      page - page
    • whiteboard

      public ContentArray whiteboard()
      Fluent getter for whiteboard.
      Returns:
      whiteboard
    • whiteboard

      public ContentChildren whiteboard(ContentArray whiteboard)
      Fluent setter for whiteboard.
      Parameters:
      whiteboard - whiteboard
      Returns:
      this
    • getWhiteboard

      public ContentArray getWhiteboard()
      Gets the value of whiteboard.
      Returns:
      whiteboard
    • setWhiteboard

      public void setWhiteboard(ContentArray whiteboard)
      Sets the value of whiteboard.
      Parameters:
      whiteboard - whiteboard
    • database

      public ContentArray database()
      Fluent getter for database.
      Returns:
      database
    • database

      public ContentChildren database(ContentArray database)
      Fluent setter for database.
      Parameters:
      database - database
      Returns:
      this
    • getDatabase

      public ContentArray getDatabase()
      Gets the value of database.
      Returns:
      database
    • setDatabase

      public void setDatabase(ContentArray database)
      Sets the value of database.
      Parameters:
      database - database
    • embed

      public ContentArray embed()
      Fluent getter for embed.
      Returns:
      embed
    • embed

      public ContentChildren embed(ContentArray embed)
      Fluent setter for embed.
      Parameters:
      embed - embed
      Returns:
      this
    • getEmbed

      public ContentArray getEmbed()
      Gets the value of embed.
      Returns:
      embed
    • setEmbed

      public void setEmbed(ContentArray embed)
      Sets the value of embed.
      Parameters:
      embed - embed
    • folder

      public ContentArray folder()
      Fluent getter for folder.
      Returns:
      folder
    • folder

      public ContentChildren folder(ContentArray folder)
      Fluent setter for folder.
      Parameters:
      folder - folder
      Returns:
      this
    • getFolder

      public ContentArray getFolder()
      Gets the value of folder.
      Returns:
      folder
    • setFolder

      public void setFolder(ContentArray folder)
      Sets the value of folder.
      Parameters:
      folder - folder
    • additionalExpandable

      public Map<String,Object> additionalExpandable()
      Fluent getter for additionalExpandable.
      Returns:
      additionalExpandable
    • additionalExpandable

      public ContentChildren additionalExpandable(Map<String,Object> additionalExpandable)
      Fluent setter for additionalExpandable.
      Parameters:
      additionalExpandable - additionalExpandable
      Returns:
      this
    • getAdditionalExpandable

      public Map<String,Object> getAdditionalExpandable()
      Gets the value of additionalExpandable.
      Returns:
      additionalExpandable
    • setAdditionalExpandable

      public void setAdditionalExpandable(Map<String,Object> additionalExpandable)
      Sets the value of additionalExpandable.
      Parameters:
      additionalExpandable - additionalExpandable
    • additionalLinks

      public Map<String,Object> additionalLinks()
      Fluent getter for additionalLinks.
      Returns:
      additionalLinks
    • additionalLinks

      public ContentChildren additionalLinks(Map<String,Object> additionalLinks)
      Fluent setter for additionalLinks.
      Parameters:
      additionalLinks - additionalLinks
      Returns:
      this
    • getAdditionalLinks

      public Map<String,Object> getAdditionalLinks()
      Gets the value of additionalLinks.
      Returns:
      additionalLinks
    • setAdditionalLinks

      public void setAdditionalLinks(Map<String,Object> additionalLinks)
      Sets the value of additionalLinks.
      Parameters:
      additionalLinks - additionalLinks
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object