Class LabelEntityList
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.LabelEntityList
-
public class LabelEntityList extends Object
List of labels visible to a user for an entity
-
-
Constructor Summary
Constructors Constructor Description LabelEntityList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLabel(LabelEntity label)
boolean
equals(Object o)
List<LabelEntity>
getLabels()
int
hashCode()
void
setLabels(List<LabelEntity> labels)
String
toString()
-
-
-
Method Detail
-
getLabels
public List<LabelEntity> getLabels()
-
setLabels
public void setLabels(List<LabelEntity> labels)
-
addLabel
public void addLabel(LabelEntity label)
-
-