@Immutable
public interface Organizations
Modifier and Type | Method and Description |
---|---|
Organization |
get(int orgid)
Get specific organization by id.
|
Iterable<Organization> |
iterate(Map<String,String> params)
Iterate them all.
|
User |
user()
Get its owner.
|
@NotNull(message="issue is never NULL") Organization get(int orgid)
orgid
- Organization number@NotNull(message="iterable is never NULL") Iterable<Organization> iterate(@NotNull(message="map of params can\'t be NULL") Map<String,String> params)
params
- Iterating parameters, as requested by APICopyright © 2012–2014 jcabi.com. All rights reserved.