Package com.jcabi.github
Interface ThreadSubscription
-
public interface ThreadSubscription
Encapsulates data from the response for get/set subscription calls to GitHub Notification API.- Since:
- 1.0
- Version:
- $Id: 98243612e99208dc31498c900493f2fb4d36b2dd $
- Author:
- Dmitri Pisarenko (dp@altruix.co)
- See Also:
- Get a Thread Subscription, Set a Thread Subscription
- To do:
- #913:30min Add properties subscribed (boolean), ignored (boolean), createdAt (Date), url (String), threadUrl (String) as shown in section "Response" at https://developer.github.com/v3/activity/notifications/#response-6 .