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.since 7.0.1. UseRemoteSingleFetcher
instead.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-