Uses of Class
com.atlassian.confluence.plugins.rest.entities.LabelEntityList
-
Packages that use LabelEntityList Package Description com.atlassian.confluence.plugins.rest.entities com.atlassian.confluence.plugins.spacedirectory.rest -
-
Uses of LabelEntityList in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return LabelEntityList Modifier and Type Method Description LabelEntityListContentEntity. getLabels()LabelEntityListSpaceEntityUserProperties. getLabels()Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type LabelEntityList Modifier and Type Method Description voidContentEntity. setLabels(LabelEntityList labels)voidSpaceEntityUserProperties. setLabels(LabelEntityList labels) -
Uses of LabelEntityList in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest that return LabelEntityList Modifier and Type Method Description LabelEntityListSpaceDirectoryEntity. getLabels()Methods in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type LabelEntityList Modifier and Type Method Description voidSpaceDirectoryEntity. setLabels(LabelEntityList labels)
-