Uses of Class
com.atlassian.confluence.plugins.rest.entities.ContentEntityList
-
Packages that use ContentEntityList Package Description com.atlassian.confluence.plugins.rest.entities com.atlassian.confluence.plugins.rest.entities.documentation -
-
Uses of ContentEntityList in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return ContentEntityList Modifier and Type Method Description ContentEntityList
ContentEntity. getChildren()
ContentEntityList
UserSessionEntity. getHistory()
ContentEntityList
SpaceEntity. getRootPages()
Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntityList Modifier and Type Method Description void
ContentEntity. setChildren(ContentEntityList children)
void
SpaceEntity. setRootPages(ContentEntityList rootPages)
Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntityList Constructor Description UserSessionEntity(ContentEntityList history)
-
Uses of ContentEntityList in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as ContentEntityList Modifier and Type Field Description static ContentEntityList
ContentEntityListExampleDocument. EXPANDED
static ContentEntityList
ContentEntityListExampleDocument. ONE
-