public static interface PersonService.PersonSearcher extends ManyFetcher<Person>
Modifier and Type | Method and Description |
---|---|
PersonService.PersonSearcher |
forUnsyncedUsers(String username)
Restrict the searcher to just unsynced / unknown users
This search will perform a partial and a full match of username for the search term provided
|
fetchMany
PersonService.PersonSearcher forUnsyncedUsers(String username)
Copyright © 2003–2019 Atlassian. All rights reserved.