Uses of Class
com.atlassian.confluence.plugins.rest.entities.LabelEntity

Packages that use LabelEntity
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
 LabelEntity LabelEntityBuilder.build(Label label)
           
 

Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type LabelEntity
 List<LabelEntity> LabelEntityList.getLabels()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type LabelEntity
 void LabelEntityList.addLabel(LabelEntity label)
           
 

Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type LabelEntity
 void LabelEntityList.setLabels(List<LabelEntity> labels)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.