Uses of Class
com.atlassian.confluence.plugins.rest.entities.SpaceEntity
-
-
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return SpaceEntity Modifier and Type Method Description protected SpaceEntitySpaceEntityExpander. expandInternal(SpaceEntity entity)SpaceEntityAttachmentEntity. getSpace()Space where this attachment (and it's parent page if any) resides.SpaceEntityContentEntity. getSpace()Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type SpaceEntity Modifier and Type Method Description List<SpaceEntity>SpaceEntityList. getSpaces()Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type SpaceEntity Modifier and Type Method Description protected SpaceEntitySpaceEntityExpander. expandInternal(SpaceEntity entity)voidAttachmentEntity. setSpace(SpaceEntity space)Space where this attachment (and it's parent page if any) resides.voidContentEntity. setSpace(SpaceEntity space)Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type SpaceEntity Modifier and Type Method Description voidSpaceEntityList. setSpaces(List<SpaceEntity> spaces) -
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.entities.builders
Methods in com.atlassian.confluence.plugins.rest.entities.builders that return SpaceEntity Modifier and Type Method Description SpaceEntitySpaceEntityBuilder. build(Space space)static SpaceEntityDefaultContentEntityBuilder. createSpaceEntity(Space space) -
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as SpaceEntity Modifier and Type Field Description static SpaceEntitySpaceEntityExampleDocument. EXAMPLE_SPACE_ENTITYstatic SpaceEntitySpaceEntityExampleDocument. MINIMAL_SPACE_ENTITY -
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return SpaceEntity Modifier and Type Method Description SpaceEntityDefaultRestSpaceManager. expand(SpaceEntity spaceEntity)SpaceEntityRestSpaceManager. expand(SpaceEntity spaceEntity)Expands and returns the givenSpaceEntity.SpaceEntityDefaultRestSpaceManager. getSpaceEntity(Space space)SpaceEntityDefaultRestSpaceManager. getSpaceEntity(String spaceKey, boolean expand)SpaceEntityRestSpaceManager. getSpaceEntity(String spaceKey, boolean expand)Gets theSpaceEntityfor the given spaceKey and expands it if necessary.Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type SpaceEntity Modifier and Type Method Description SpaceEntityDefaultRestSpaceManager. expand(SpaceEntity spaceEntity)SpaceEntityRestSpaceManager. expand(SpaceEntity spaceEntity)Expands and returns the givenSpaceEntity.
-