Interface RemotePersonService.RemotePersonFinder
- All Superinterfaces:
RemoteManyFetcher<Person>
,RemotePersonService.RemotePersonManyFetcher<Person>
,RemotePersonService.RemotePersonSingleFetcher
,RemoteSingleFetcher<Person>
- All Known Implementing Classes:
RemotePersonServiceImpl.RemotePersonFinderImpl
- Enclosing interface:
- RemotePersonService
public static interface RemotePersonService.RemotePersonFinder
extends RemotePersonService.RemotePersonSingleFetcher, RemotePersonService.RemotePersonManyFetcher<Person>
-
Method Summary
Modifier and TypeMethodDescriptionwithMembershipOf
(Group group) withUserKey
(com.atlassian.sal.api.user.UserKey key) withUsername
(String username) Methods inherited from interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonManyFetcher
fetchManyCompletionStage
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withUserKey
-
withUsername
-
withMembershipOf
-