@Immutable public interface Organizations
| Modifier and Type | Method and Description | 
|---|---|
Organization | 
get(String login)
Get specific organization by name. 
 | 
Github | 
github()
Github we're in. 
 | 
Iterable<Organization> | 
iterate()
Iterate them all. 
 | 
Iterable<Organization> | 
iterate(String username)
Iterate organizations of particular user. 
 | 
User | 
user()
Get its owner. 
 | 
@NotNull(message="organization is never NULL") Organization get(@NotNull(message="login is never NULL") String login)
login - Login name of the organization.@NotNull(message="iterable is never NULL") Iterable<Organization> iterate()
@NotNull(message="iterable is never NULL") Iterable<Organization> iterate(@NotNull(message="username is never NULL") String username)
username - Name of userCopyright © 2012–2014 jcabi.com. All rights reserved.