public static interface RemotePersonService.RemotePersonFinder extends RemotePersonService.RemotePersonSingleFetcher, RemotePersonService.RemotePersonManyFetcher<Person>
Modifier and Type | Method and Description |
---|---|
RemotePersonService.RemotePersonFinder |
withMembershipOf(Group group) |
RemotePersonService.RemotePersonFinder |
withUserKey(com.atlassian.sal.api.user.UserKey key) |
RemotePersonService.RemotePersonFinder |
withUsername(String username) |
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
fetchMany
fetchManyCompletionStage
RemotePersonService.RemotePersonFinder withUserKey(com.atlassian.sal.api.user.UserKey key)
RemotePersonService.RemotePersonFinder withUsername(String username)
RemotePersonService.RemotePersonFinder withMembershipOf(Group group)
Copyright © 2003–2021 Atlassian. All rights reserved.