Package com.jcabi.github
Interface Stargazers
-
- All Known Implementing Classes:
RtStargazers
public interface StargazersList of stargazers.- Since:
- 1.7.1
- Version:
- $Id: 7f1465e0a60904b9ae02a272a4c245c5e78d8bf3 $
- Author:
- Volodya Lombrozo (volodya.lombrozo@gmail.com)
- See Also:
- List Stargazers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<javax.json.JsonValue>iterable()Iterate over stargazers.
-
-
-
Method Detail
-
iterable
Iterable<javax.json.JsonValue> iterable() throws IOException
Iterate over stargazers.- Returns:
- Iterator of stargazers
- Throws:
IOException- If there is any I/O problem
-
-