Uses of Interface
com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceFinder
Packages that use RemoteSpaceService.RemoteSpaceFinder
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of RemoteSpaceService.RemoteSpaceFinder in com.atlassian.confluence.rest.clientClasses in com.atlassian.confluence.rest.client that implement RemoteSpaceService.RemoteSpaceFinderMethods in com.atlassian.confluence.rest.client that return RemoteSpaceService.RemoteSpaceFinderModifier and TypeMethodDescriptionRemoteSpaceService.RemoteSpaceFinder.withHasRetentionPolicy(boolean hasRetentionPolicy) Filter spaces that have retention policies or notRemoteSpaceServiceImpl.RemoteSpaceFinderImpl.withHasRetentionPolicy(boolean hasRetentionPolicy) RemoteSpaceService.RemoteSpaceFinder.withIsFavourited(boolean isFavourited) RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.withIsFavourited(boolean favourite) RemoteSpaceService.RemoteSpaceFinder.withLabels(Label... labels) RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.withLabels(Label... labels) RemoteSpaceService.RemoteSpaceFinder.withStatus(SpaceStatus status) RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.withStatus(SpaceStatus status)