public static interface GroupService.GroupFinder extends SingleFetcher<Group>, ManyFetcher<Group>
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
withMember(User person)
Filter to groups that have the given person as a member
|
SingleFetcher<Group> |
withName(String groupName)
Restrict the fetched group to matching the given groupName
|
fetchOne, fetchOneOrNull
fetchMany
SingleFetcher<Group> withName(String groupName)
groupName
- the name of the group to matchGroupService.GroupFinder withMember(User person)
Copyright © 2003–2018 Atlassian. All rights reserved.