Interface RemotePersonService.RemotePersonSearcher
-
- All Superinterfaces:
RemoteManyFetcher<Person>
,RemotePersonService.RemotePersonManyFetcher<Person>
- Enclosing interface:
- RemotePersonService
public static interface RemotePersonService.RemotePersonSearcher extends RemotePersonService.RemotePersonManyFetcher<Person>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotePersonService.RemotePersonSearcher
forUnsyncedUsers(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
-
-
-
-
Method Detail
-
forUnsyncedUsers
RemotePersonService.RemotePersonSearcher forUnsyncedUsers(String username)
-
-