@Immutable
public interface Milestones
@NotNull(message="repository is never NULL") Milestone create(@NotNull(message="Title can\'t be NULL") String title) throws IOException
title
- Milestone creation JSONIOException
- If there is any I/O problem@NotNull(message="milestone is never NULL") Milestone get(int number)
number
- Milestone number@NotNull(message="iterable is never NULL") Iterable<Milestone> 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.