Uses of Class
com.atlassian.confluence.api.model.content.SpaceType
-
Packages that use SpaceType Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.model.content com.atlassian.confluence.api.service.content com.atlassian.confluence.impl.service.finder.content com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of SpaceType in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type SpaceType Modifier and Type Method Description SpaceService.SpaceFinderSpaceServiceImpl.SpaceFinderImpl. withType(SpaceType type) -
Uses of SpaceType in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content declared as SpaceType Modifier and Type Field Description static SpaceTypeSpaceType. GLOBALstatic SpaceTypeSpaceType. PERSONALMethods in com.atlassian.confluence.api.model.content that return SpaceType Modifier and Type Method Description static SpaceTypeSpaceType. forName(String type)SpaceTypeSpace. getType()Methods in com.atlassian.confluence.api.model.content with parameters of type SpaceType Modifier and Type Method Description Space.SpaceBuilderSpace.SpaceBuilder. type(SpaceType type) -
Uses of SpaceType in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type SpaceType Modifier and Type Method Description SpaceService.SpaceFinderSpaceService.SpaceFinder. withType(SpaceType type) -
Uses of SpaceType in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type SpaceType Modifier and Type Method Description SpaceService.SpaceFinderNoopSpaceFinder. withType(SpaceType type) -
Uses of SpaceType in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type SpaceType Modifier and Type Method Description RemoteSpaceService.RemoteSpaceFinderRemoteSpaceService.RemoteSpaceFinder. withType(SpaceType type)RemoteSpaceService.RemoteSpaceFinderRemoteSpaceServiceImpl.RemoteSpaceFinderImpl. withType(SpaceType type)
-