Interface PersonService.PersonFinder

    • Method Detail

      • withUserKey

        PersonService.PersonFinder withUserKey​(com.atlassian.sal.api.user.UserKey userKey)
        Restrict the finder to just the user with the given userKey
        Returns:
        this
      • withMembershipOf

        PersonService.PersonFinder withMembershipOf​(Group group)
        Restrict the finder to just users that are members of the given group
        Returns:
        this