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
- See Also:
- 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 .