Interface GroupService.GroupFinder

    • Method Detail

      • withName

        SingleFetcher<Group> withName​(String groupName)
        Restrict the fetched group to matching the given groupName
        Parameters:
        groupName - the name of the group to match
        Returns:
        a fetcher with the filter applied.