Class Label
- java.lang.Object
-
- com.atlassian.confluence.api.model.content.Label
-
public class Label extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Label.LabelBuilder
static class
Label.Prefix
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Label.LabelBuilder
builder(String name)
boolean
equals(Object o)
String
getId()
String
getLabel()
String
getPrefix()
int
hashCode()
String
serialise()
String
toString()
-
-
-
Constructor Detail
-
Label
public Label(Label.LabelBuilder labelBuilder)
-
-