@Immutable @Loggable(value=1) public class RtMilestones extends Object implements Milestones
public final Repo repo()
Milestones
repo
in interface Milestones
public final Milestone create(@NotNull(message="title can\'t be NULL") String title) throws IOException
Milestones
create
in interface Milestones
title
- Milestone creation JSONIOException
- If there is any I/O problempublic final Milestone get(int number)
Milestones
get
in interface Milestones
number
- Milestone numberpublic final Iterable<Milestone> iterate(@NotNull(message="map or params can\'t be NULL") Map<String,String> params)
Milestones
iterate
in interface Milestones
params
- Iterating parameters, as requested by APICopyright © 2012–2014 jcabi.com. All rights reserved.