| Package | Description | 
|---|---|
| com.jcabi.github | 
 Object Oriented Github API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
User.Smart
Smart user with extra features. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
Issue.Smart.assignee()
Get its assignee. 
 | 
User | 
Comment.Smart.author()
Get its author. 
 | 
User | 
GistComment.Smart.author()
Get its author. 
 | 
User | 
Event.Smart.author()
Get its author. 
 | 
User | 
Issue.Smart.author()
Get its author. 
 | 
User | 
Milestone.Smart.creator()
Get its creator. 
 | 
User | 
Users.get(String login)
Get user by login. 
 | 
User | 
Users.self()
Get myself. 
 | 
User | 
Organizations.user()
Get its owner. 
 | 
User | 
PublicKey.user()
User we're in. 
 | 
User | 
PublicKey.Smart.user()  | 
User | 
PublicKeys.user()
User we're in. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<User> | 
Assignees.iterate()
Iterate all available assignees. 
 | 
Iterable<User> | 
Collaborators.iterate()
Iterates over repo collaborators. 
 | 
Iterable<User> | 
Users.iterate(String identifier)
Iterate all users, starting with the one you've seen already. 
 | 
Iterable<User> | 
Search.users(String keywords,
     String sort,
     Search.Order order)
Search users. 
 | 
| Constructor and Description | 
|---|
User.Smart(User usr)
Public ctor. 
 | 
Copyright © 2012–2014 jcabi.com. All rights reserved.