Class GHEventPayload.Issue

    • Constructor Detail

      • Issue

        public Issue()
    • Method Detail

      • getIssue

        public GHIssue getIssue()
        Gets issue.
        Returns:
        the issue
      • setIssue

        @Deprecated
        public void setIssue​(GHIssue issue)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets issue.
        Parameters:
        issue - the issue
      • getLabel

        public GHLabel getLabel()
        Gets the added or removed label for labeled/unlabeled events.
        Returns:
        label the added or removed label
      • getChanges

        public GHIssueChanges getChanges()
        Get changes (for action="edited").
        Returns:
        changes
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance