Uses of Interface
com.jcabi.github.ThreadSubscription
-
Packages that use ThreadSubscription Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of ThreadSubscription in com.jcabi.github
Methods in com.jcabi.github that return ThreadSubscription Modifier and Type Method Description ThreadSubscription
GitHubThread. getSubscription()
Checks, if the current user is subscribed to this thread.ThreadSubscription
GitHubThread. setSubscription(boolean subscribe, boolean ignore)
Subscribes the user to the thread and/or makes the user ignore the thread.
-