Interface RemoteContentPropertyService.RemoteContentPropertyFetcher
- 
- All Superinterfaces:
 RemoteContentPropertyService.RemoteSingleContentPropertyFetcher,RemoteManyFetcher<JsonContentProperty>,RemoteSingleFetcher<JsonContentProperty>
- All Known Subinterfaces:
 RemoteContentPropertyService.RemoteContentPropertyFinder,RemoteContentPropertyService.RemoteParameterContentPropertyFinder
- All Known Implementing Classes:
 RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
- Enclosing interface:
 - RemoteContentPropertyService
 
public static interface RemoteContentPropertyService.RemoteContentPropertyFetcher extends RemoteContentPropertyService.RemoteSingleContentPropertyFetcher, RemoteManyFetcher<JsonContentProperty>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<PageResponse<JsonContentProperty>>fetchManyCompletionStage(PageRequest request)- 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany 
- 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage 
 - 
 
 - 
 
- 
- 
Method Detail
- 
fetchManyCompletionStage
CompletionStage<PageResponse<JsonContentProperty>> fetchManyCompletionStage(PageRequest request)
- Specified by:
 fetchManyCompletionStagein interfaceRemoteManyFetcher<JsonContentProperty>
 
 - 
 
 -