Interface GitHubThread


  • public interface GitHubThread
    Represents a GitHub notifications thread.
    Since:
    1.0
    Version:
    $Id: f1376ed181efebb98c49901aef57009e40dda19e $
    Author:
    Dmitri Pisarenko ([email protected])
    • Method Detail

      • getSubscription

        ThreadSubscription getSubscription()
        Checks, if the current user is subscribed to this thread.
        Returns:
        Subscription data, if the user is subscribe, null otherwise.
        See Also:
        Get a Thread Subscription
      • setSubscription

        ThreadSubscription setSubscription​(boolean subscribe,
                                           boolean ignore)
        Subscribes the user to the thread and/or makes the user ignore the thread.
        Parameters:
        subscribe - True, if notifications should be received from this thread.
        ignore - True, if all notifications should be blocked from this thread.
        Returns:
        Data of the subscription.
        See Also:
        Set a Thread Subscription