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 booleanequals(Object obj)StringgetName()StringgetNamespace()StringgetOwner()inthashCode()voidsetName(String name)voidsetNamespace(String namespace)voidsetOwner(String owner)StringtoString()
-