Uses of Class
com.atlassian.confluence.plugins.rest.entities.LabelEntity
-
Packages that use LabelEntity Package Description com.atlassian.confluence.plugins.rest.entities -
-
Uses of LabelEntity in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return LabelEntity Modifier and Type Method Description LabelEntity
LabelEntityBuilder. build(Label label)
Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type LabelEntity Modifier and Type Method Description List<LabelEntity>
LabelEntityList. getLabels()
Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type LabelEntity Modifier and Type Method Description void
LabelEntityList. addLabel(LabelEntity label)
Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type LabelEntity Modifier and Type Method Description void
LabelEntityList. setLabels(List<LabelEntity> labels)
-