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 voidaddLabel(LabelEntity label)booleanequals(Object o)List<LabelEntity>getLabels()inthashCode()voidsetLabels(List<LabelEntity> labels)StringtoString()
-
-
-
Method Detail
-
getLabels
public List<LabelEntity> getLabels()
-
setLabels
public void setLabels(List<LabelEntity> labels)
-
addLabel
public void addLabel(LabelEntity label)
-
-