Uses of Interface
com.jcabi.github.Reaction
-
Packages that use Reaction Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.safe Safe classes. -
-
Uses of Reaction in com.jcabi.github
Classes in com.jcabi.github that implement Reaction Modifier and Type Class Description static class
Reaction.Simple
Simple reaction.class
RtReaction
Runtime Reaction.Methods in com.jcabi.github that return types with arguments of type Reaction Modifier and Type Method Description Iterable<Reaction>
Comment. reactions()
List the reactions of the comment.Collection<Reaction>
Comment.Smart. reactions()
Iterable<Reaction>
Issue. reactions()
List the reactions of the issue.Collection<Reaction>
Issue.Smart. reactions()
Collection<Reaction>
PullComment. reactions()
List the reactions of the pull comment.Collection<Reaction>
PullComment.Smart. reactions()
Methods in com.jcabi.github with parameters of type Reaction Modifier and Type Method Description void
Comment. react(Reaction reaction)
Adds the reaction to the comment.void
Comment.Smart. react(Reaction reaction)
void
Issue. react(Reaction reaction)
Adds the reaction to the issue.void
Issue.Smart. react(Reaction reaction)
void
PullComment. react(Reaction reaction)
Adds the reaction to the pull comment.void
PullComment.Smart. react(Reaction reaction)
Constructors in com.jcabi.github with parameters of type Reaction Constructor Description RtReaction(Reaction reaction)
Constructor. -
Uses of Reaction in com.jcabi.github.safe
Methods in com.jcabi.github.safe that return types with arguments of type Reaction Modifier and Type Method Description Iterable<Reaction>
SfComment. reactions()
Iterable<Reaction>
SfIssue. reactions()
Methods in com.jcabi.github.safe with parameters of type Reaction Modifier and Type Method Description void
SfComment. react(Reaction reaction)
void
SfIssue. react(Reaction reaction)
-