public static class Label.LabelBuilder extends java.lang.Object implements ConfluenceResourceBuilder<Label>
LabelBuilder internal class
Used to build Labels
| Constructor and Description |
|---|
LabelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Label |
fromJson(org.json.simple.JSONObject jsonLabel)
Creates a T instance from a JSON representation
|
Label |
fromJson(org.json.simple.JSONObject jsonPage,
Label label)
Populates the given T instance from a JSON representation and return it
|
java.lang.Class<Label> |
getType()
Returns the Class of the resource that can be built
|
public Label fromJson(org.json.simple.JSONObject jsonLabel)
ConfluenceResourceBuilderCreates a T instance from a JSON representation
fromJson in interface ConfluenceResourceBuilder<Label>public Label fromJson(org.json.simple.JSONObject jsonPage, Label label)
ConfluenceResourceBuilderPopulates the given T instance from a JSON representation and return it
fromJson in interface ConfluenceResourceBuilder<Label>public java.lang.Class<Label> getType()
ConfluenceResourceBuilderReturns the Class of the resource that can be built
getType in interface ConfluenceResourceBuilder<Label>