public class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl extends AbstractRemoteService<SpaceService.SpaceFinder> implements RemoteSpaceService.RemoteSpaceFinder
provider| Modifier | Constructor and Description |
|---|---|
protected |
RemoteSpaceFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOrNullprotected RemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions)
public RemoteSpaceService.RemoteSpaceFinder withKeys(String... keys)
withKeys in interface RemoteSpaceService.RemoteSpaceFinderpublic RemoteSpaceService.RemoteSpaceFinder withType(SpaceType type)
withType in interface RemoteSpaceService.RemoteSpaceFinderpublic RemoteSpaceService.RemoteSpaceFinder withStatus(SpaceStatus status)
withStatus in interface RemoteSpaceService.RemoteSpaceFinderpublic RemoteSpaceService.RemoteSpaceFinder withLabels(Label... labels)
withLabels in interface RemoteSpaceService.RemoteSpaceFinderpublic RemoteSpaceService.RemoteSpaceFinder withIsFavourited(boolean favourite)
withIsFavourited in interface RemoteSpaceService.RemoteSpaceFinderpublic RemoteSpaceService.RemoteSpaceFinder withHasRetentionPolicy(boolean hasRetentionPolicy)
RemoteSpaceService.RemoteSpaceFinderwithHasRetentionPolicy in interface RemoteSpaceService.RemoteSpaceFinder@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Space>> fetchMany(PageRequest request)
fetchManyCompletionStage(PageRequest) instead.fetchMany in interface RemoteManyFetcher<Space>fetchMany in interface RemoteSpaceService.RemoteSpaceFinderpublic CompletionStage<PageResponse<Space>> fetchManyCompletionStage(PageRequest request)
fetchManyCompletionStage in interface RemoteManyFetcher<Space>@Deprecated public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> fetchOne()
fetchCompletionStage() instead.fetchOne in interface RemoteSingleFetcher<Space>@Deprecated public com.atlassian.util.concurrent.Promise<Space> fetchOneOrNull()
fetchOrNullCompletionStage() instead.fetchOneOrNull in interface RemoteSingleFetcher<Space>public CompletionStage<Optional<Space>> fetchCompletionStage()
fetchCompletionStage in interface RemoteSingleFetcher<Space>public CompletionStage<Space> fetchOrNullCompletionStage()
fetchOrNullCompletionStage in interface RemoteSingleFetcher<Space>Copyright © 2003–2023 Atlassian. All rights reserved.