Interface UserOrganizations


@Immutable public interface UserOrganizations
Organizations of a GitHub user.
Since:
0.24
See Also:
  • Method Details

    • 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: