public static class Page.PageBuilder extends Object implements ConfluenceResourceBuilder<Page>
PageBuilder internal class
Used to build pages
Constructor and Description |
---|
Page.PageBuilder() |
Modifier and Type | Method and Description |
---|---|
Page |
fromJson(org.json.JSONObject jsonPage)
Creates a
|
Page |
fromJson(org.json.JSONObject jsonPage,
Page page)
Populates the given
|
Class<Page> |
getType()
Returns the Class of the resource that can be built
|
public Page fromJson(org.json.JSONObject jsonPage)
ConfluenceResourceBuilder
Creates a
fromJson
in interface ConfluenceResourceBuilder<Page>
public Page fromJson(org.json.JSONObject jsonPage, Page page)
ConfluenceResourceBuilder
Populates the given
fromJson
in interface ConfluenceResourceBuilder<Page>
public Class<Page> getType()
ConfluenceResourceBuilder
Returns the Class of the resource that can be built
getType
in interface ConfluenceResourceBuilder<Page>