Uses of Class
com.atlassian.confluence.plugins.rest.entities.SpaceEntityList
-
Packages that use SpaceEntityList Package Description com.atlassian.confluence.plugins.rest.entities.documentation com.atlassian.confluence.plugins.rest.manager -
-
Uses of SpaceEntityList in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as SpaceEntityList Modifier and Type Field Description static SpaceEntityList
SpaceEntityExampleDocument. EXAMPLE_SPACE_ENTITY_LIST
-
Uses of SpaceEntityList in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return SpaceEntityList Modifier and Type Method Description SpaceEntityList
DefaultRestSpaceManager. getSpaceEntityList(SpaceEntityListContext ctx)
SpaceEntityList
RestSpaceManager. getSpaceEntityList(SpaceEntityListContext ctx)
Gets theSpaceEntityList
for the givenSpaceEntityListContext
.
-