Class ContentChildren
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentChildren
ContentChildren
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentArrayprotected ContentArrayprotected ContentArrayprotected ContentArrayprotected ContentArrayprotected ContentArrayprotected ContentArray -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.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 ofContentChildren.Constructs a validated instance ofContentChildren. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalExpandable.additionalExpandable(Map<String, Object> additionalExpandable) Fluent setter for additionalExpandable.Fluent getter for additionalLinks.additionalLinks(Map<String, Object> additionalLinks) Fluent setter for additionalLinks.Fluent getter for attachment.attachment(ContentArray attachment) Fluent setter for attachment.comment()Fluent getter for comment.comment(ContentArray comment) Fluent setter for comment.database()Fluent getter for database.database(ContentArray database) Fluent setter for database.embed()Fluent getter for embed.embed(ContentArray embed) Fluent setter for embed.booleanfolder()Fluent getter for folder.folder(ContentArray folder) Fluent setter for folder.Gets the value of additionalExpandable.Gets the value of additionalLinks.Gets the value of attachment.Gets the value of comment.Gets the value of database.getEmbed()Gets the value of embed.Gets the value of folder.getPage()Gets the value of page.Gets the value of whiteboard.inthashCode()page()Fluent getter for page.page(ContentArray page) Fluent setter for page.voidsetAdditionalExpandable(Map<String, Object> additionalExpandable) Sets the value of additionalExpandable.voidsetAdditionalLinks(Map<String, Object> additionalLinks) Sets the value of additionalLinks.voidsetAttachment(ContentArray attachment) Sets the value of attachment.voidsetComment(ContentArray comment) Sets the value of comment.voidsetDatabase(ContentArray database) Sets the value of database.voidsetEmbed(ContentArray embed) Sets the value of embed.voidsetFolder(ContentArray folder) Sets the value of folder.voidsetPage(ContentArray page) Sets the value of page.voidsetWhiteboard(ContentArray whiteboard) Sets the value of whiteboard.toString()Fluent getter for whiteboard.whiteboard(ContentArray whiteboard) Fluent setter for whiteboard.
-
Field Details
-
attachment
-
comment
-
page
-
whiteboard
-
database
-
embed
-
folder
-
additionalExpandable
-
additionalLinks
-
-
Constructor Details
-
ContentChildren
Constructs a validated instance ofContentChildren.- 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 ofContentChildren.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentChildren(Consumer)instead.- Parameters:
attachment- attachmentcomment- commentpage- pagewhiteboard- whiteboarddatabase- databaseembed- embedfolder- folderadditionalExpandable- additionalExpandableadditionalLinks- additionalLinks
-
-
Method Details
-
attachment
-
attachment
Fluent setter for attachment.- Parameters:
attachment- attachment- Returns:
- this
-
getAttachment
-
setAttachment
Sets the value of attachment.- Parameters:
attachment- attachment
-
comment
-
comment
Fluent setter for comment.- Parameters:
comment- comment- Returns:
- this
-
getComment
-
setComment
Sets the value of comment.- Parameters:
comment- comment
-
page
-
page
Fluent setter for page.- Parameters:
page- page- Returns:
- this
-
getPage
-
setPage
-
whiteboard
-
whiteboard
Fluent setter for whiteboard.- Parameters:
whiteboard- whiteboard- Returns:
- this
-
getWhiteboard
-
setWhiteboard
Sets the value of whiteboard.- Parameters:
whiteboard- whiteboard
-
database
-
database
Fluent setter for database.- Parameters:
database- database- Returns:
- this
-
getDatabase
-
setDatabase
Sets the value of database.- Parameters:
database- database
-
embed
-
embed
Fluent setter for embed.- Parameters:
embed- embed- Returns:
- this
-
getEmbed
-
setEmbed
-
folder
-
folder
Fluent setter for folder.- Parameters:
folder- folder- Returns:
- this
-
getFolder
-
setFolder
-
additionalExpandable
-
additionalExpandable
Fluent setter for additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable- Returns:
- this
-
getAdditionalExpandable
-
setAdditionalExpandable
-
additionalLinks
-
additionalLinks
Fluent setter for additionalLinks.- Parameters:
additionalLinks- additionalLinks- Returns:
- this
-
getAdditionalLinks
-
setAdditionalLinks
-
equals
-
hashCode
-
toString
-