public static class Space.SpaceBuilder extends java.lang.Object implements ConfluenceResourceBuilder<Space>
| Constructor and Description |
|---|
SpaceBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Space |
fromJson(org.json.simple.JSONObject spaceJson)
Creates a T instance from a JSON representation
|
Space |
fromJson(org.json.simple.JSONObject spaceJson,
Space space)
Populates the given T instance from a JSON representation and return it
|
java.lang.Class<Space> |
getType()
Returns the Class of the resource that can be built
|
public Space fromJson(org.json.simple.JSONObject spaceJson)
ConfluenceResourceBuilderCreates a T instance from a JSON representation
fromJson in interface ConfluenceResourceBuilder<Space>public Space fromJson(org.json.simple.JSONObject spaceJson, Space space)
ConfluenceResourceBuilderPopulates the given T instance from a JSON representation and return it
fromJson in interface ConfluenceResourceBuilder<Space>public java.lang.Class<Space> getType()
ConfluenceResourceBuilderReturns the Class of the resource that can be built
getType in interface ConfluenceResourceBuilder<Space>