Interface RemoteSpacePropertyService.RemoteManyFetcher<T>
-
- All Superinterfaces:
RemoteManyFetcher<T>
- All Known Subinterfaces:
RemoteSpacePropertyService.RemoteSpacePropertyFinder
- All Known Implementing Classes:
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
- Enclosing interface:
- RemoteSpacePropertyService
public static interface RemoteSpacePropertyService.RemoteManyFetcher<T> extends RemoteManyFetcher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<PageResponse<T>>
fetchManyCompletionStage(PageRequest request)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany
-
-
-
-
Method Detail
-
fetchManyCompletionStage
CompletionStage<PageResponse<T>> fetchManyCompletionStage(PageRequest request)
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<T>
-
-