public class Label extends ConfluenceResource
Label class
Represents a Confluence Label
Modifier and Type | Class and Description |
---|---|
static class |
Label.LabelBuilder
LabelBuilder internal class
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected static String |
KEY_ID |
protected static String |
KEY_LINKS |
protected static String |
KEY_NAME |
protected static String |
KEY_PREFIX |
protected static String |
KEY_SELF |
protected String |
name |
protected String |
prefix |
Constructor and Description |
---|
Label() |
protected static final String KEY_LINKS
protected static final String KEY_ID
protected static final String KEY_SELF
protected static final String KEY_PREFIX
protected static final String KEY_NAME
protected String id
protected String prefix
protected String name
public String getId()
public String getPrefix()
public String getName()
public static Label.LabelBuilder builder()