@Immutable public interface Issues
@NotNull(message="issue is never NULL") Issue get(int number)
number
- Issue number@NotNull(message="issue is never NULL") Issue create(@NotNull(message="issue title is never NULL") String title, @NotNull(message="issue body is never NULL") String body) throws IOException
title
- Titlebody
- Body of itIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.