facebook4j.Reaction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facebook4j-core Show documentation
Show all versions of facebook4j-core Show documentation
A Java library for the Facebook Graph API
package facebook4j;
public interface Reaction extends IdNameEntity {
ReactionType getType();
}