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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotePersonService.RemotePersonFinder
withMembershipOf(Group group)
RemotePersonService.RemotePersonFinder
withUserKey(com.atlassian.sal.api.user.UserKey key)
RemotePersonService.RemotePersonFinder
withUsername(String username)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonManyFetcher
fetchManyCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
withUserKey
RemotePersonService.RemotePersonFinder withUserKey(com.atlassian.sal.api.user.UserKey key)
-
withUsername
RemotePersonService.RemotePersonFinder withUsername(String username)
-
withMembershipOf
RemotePersonService.RemotePersonFinder withMembershipOf(Group group)
-
-