Interface UserOrganizations

    • Method Detail

      • github

        Github github()
        Github we're in.
        Returns:
        Github
      • user

        User user()
        Get its owner.
        Returns:
        User
      • iterate

        Iterable<Organization> iterate()
                                throws IOException
        Iterate organizations of particular user. All public organizations for an unauthenticated user or private and public organizations for authenticated users
        Returns:
        Iterator of Organizations
        Throws:
        IOException - If there is an I/O problem
        Since:
        0.24
        See Also:
        List User Organizations