Class LabelEntity
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.LabelEntity
-
public class LabelEntity extends Object
Represents a Label object
-
-
Constructor Summary
Constructors Constructor Description LabelEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
String
getNamespace()
String
getOwner()
int
hashCode()
void
setName(String name)
void
setNamespace(String namespace)
void
setOwner(String owner)
String
toString()
-