Interface RemotePersonService.RemotePersonSingleFetcher
- All Superinterfaces:
RemoteSingleFetcher<Person>
- All Known Subinterfaces:
RemotePersonService.RemotePersonFinder
- All Known Implementing Classes:
RemotePersonServiceImpl.RemotePersonFinderImpl
- Enclosing interface:
- RemotePersonService
@Deprecated
public static interface RemotePersonService.RemotePersonSingleFetcher
extends RemoteSingleFetcher<Person>
Deprecated.
-
Method Summary
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
RemoteSingleFetcher
instead.