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