Package com.jcabi.github
Interface Notifications
@Immutable
public interface Notifications
GitHub Notifications API.
- Since:
- 0.15
- See Also:
-
Method Details
-
iterate
Iterable<Notification> iterate()Iterate them all.- Returns:
- Iterable of Notifications
- See Also:
-
get
Get a single notification.- Parameters:
number- Notification id- Returns:
- Notification
- See Also:
-
markAsRead
void markAsRead()Marks all notifications on this repository as read. -
thread
Get thread data.- Parameters:
number- Thread ID.- Returns:
- Data of the specified thread.
- See Also:
-