Class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<SpaceService.SpaceFinder>
com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
- All Implemented Interfaces:
RemoteManyFetcher<Space>,RemoteSingleFetcher<Space>,RemoteSpaceService.RemoteSpaceFinder,RemoteSpaceService.RemoteSpaceSingleFetcher
- Enclosing class:
- RemoteSpaceServiceImpl
public class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
extends AbstractRemoteService<SpaceService.SpaceFinder>
implements RemoteSpaceService.RemoteSpaceFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions) -
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage(PageRequest request) withHasRetentionPolicy(boolean hasRetentionPolicy) Filter spaces that have retention policies or notwithIsFavourited(boolean favourite) withLabels(Label... labels) withStatus(SpaceStatus status) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Constructor Details
-
RemoteSpaceFinderImpl
-
-
Method Details
-
withKeys
- Specified by:
withKeysin interfaceRemoteSpaceService.RemoteSpaceFinder
-
withType
- Specified by:
withTypein interfaceRemoteSpaceService.RemoteSpaceFinder
-
withStatus
- Specified by:
withStatusin interfaceRemoteSpaceService.RemoteSpaceFinder
-
withLabels
- Specified by:
withLabelsin interfaceRemoteSpaceService.RemoteSpaceFinder
-
withIsFavourited
- Specified by:
withIsFavouritedin interfaceRemoteSpaceService.RemoteSpaceFinder
-
withHasRetentionPolicy
Description copied from interface:RemoteSpaceService.RemoteSpaceFinderFilter spaces that have retention policies or not- Specified by:
withHasRetentionPolicyin interfaceRemoteSpaceService.RemoteSpaceFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<Space>- Specified by:
fetchManyCompletionStagein interfaceRemoteSpaceService.RemoteSpaceFinder
-
fetchCompletionStage
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<Space>- See Also:
-