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
ConstructorsModifierConstructorDescriptionprotectedContentChildren(ContentArray attachment, ContentArray comment, ContentArray page, ContentArray whiteboard, ContentArray database, ContentArray embed, ContentArray folder, Map<String, Object> Expandable, Map<String, Object> Links) Constructs a validated instance ofContentChildren.Constructs a validated instance ofContentChildren. -
Method Summary
Modifier and TypeMethodDescriptionattachment(ContentArray attachment) protected booleancomment()comment(ContentArray comment) database()database(ContentArray database) embed()embed(ContentArray embed) booleanExpandable(Map<String, Object> Expandable) folder()folder(ContentArray folder) inthashCode()Links()page()page(ContentArray page) toString()whiteboard(ContentArray whiteboard)
-
Field Details
-
attachment
-
comment
-
page
-
whiteboard
-
database
-
embed
-
folder
-
Expandable
-
Links
-
-
Constructor Details
-
ContentChildren
Constructs a validated instance ofContentChildren.- Parameters:
spec- the specification to process
-
ContentChildren
@Internal public ContentChildren(ContentArray attachment, ContentArray comment, ContentArray page, ContentArray whiteboard, ContentArray database, ContentArray embed, ContentArray folder, Map<String, Object> Expandable, Map<String, Object> Links) 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- folderExpandable- ExpandableLinks- Links
-
ContentChildren
protected ContentChildren()
-
-
Method Details
-
attachment
-
comment
-
page
-
whiteboard
-
database
-
embed
-
folder
-
Expandable
-
Links
-
attachment
- Returns:
this.
-
comment
- Returns:
this.
-
page
- Returns:
this.
-
whiteboard
- Returns:
this.
-
database
- Returns:
this.
-
embed
- Returns:
this.
-
folder
- Returns:
this.
-
Expandable
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-