T
- Subtype of ConfluenceResource to be builtpublic interface ConfluenceResourceBuilder<T extends ConfluenceResource>
ConfluenceResourceBuilder interface
Modifier and Type | Method and Description |
---|---|
T |
fromJson(org.json.JSONObject jsonDocument)
Creates a
|
T |
fromJson(org.json.JSONObject jsonDocument,
T document)
Populates the given
|
Class<T> |
getType()
Returns the Class of the resource that can be built
|
T fromJson(org.json.JSONObject jsonDocument)
Creates a
jsonDocument
- T fromJson(org.json.JSONObject jsonDocument, T document)
Populates the given
jsonDocument
-