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 ContentEntityListContentEntity. getChildren()ContentEntityListUserSessionEntity. getHistory()ContentEntityListSpaceEntity. getRootPages()Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntityList Modifier and Type Method Description voidContentEntity. setChildren(ContentEntityList children)voidSpaceEntity. 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 ContentEntityListContentEntityListExampleDocument. EXPANDEDstatic ContentEntityListContentEntityListExampleDocument. ONE
-