Uses of Interface
com.atlassian.confluence.rest.client.RemotePersonService.RemotePersonFinder
-
Packages that use RemotePersonService.RemotePersonFinder Package Description com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of RemotePersonService.RemotePersonFinder in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemotePersonService.RemotePersonFinder Modifier and Type Class Description classRemotePersonServiceImpl.RemotePersonFinderImplMethods in com.atlassian.confluence.rest.client that return RemotePersonService.RemotePersonFinder Modifier and Type Method Description RemotePersonService.RemotePersonFinderRemotePersonService. find(Expansion... expansions)RemotePersonService.RemotePersonFinderRemotePersonServiceImpl. find(Expansion... expansions)RemotePersonService.RemotePersonFinderRemotePersonService.RemotePersonFinder. withMembershipOf(Group group)RemotePersonService.RemotePersonFinderRemotePersonServiceImpl.RemotePersonFinderImpl. withMembershipOf(Group group)RemotePersonService.RemotePersonFinderRemotePersonService.RemotePersonFinder. withUserKey(com.atlassian.sal.api.user.UserKey key)RemotePersonService.RemotePersonFinderRemotePersonServiceImpl.RemotePersonFinderImpl. withUserKey(com.atlassian.sal.api.user.UserKey key)RemotePersonService.RemotePersonFinderRemotePersonService.RemotePersonFinder. withUsername(String username)RemotePersonService.RemotePersonFinderRemotePersonServiceImpl.RemotePersonFinderImpl. withUsername(String username)
-