facebook4j.internal.json
Class ReactionJSONImpl
java.lang.Object
facebook4j.internal.json.ReactionJSONImpl
- All Implemented Interfaces:
- Category, FacebookResponse, IdNameEntity, Reaction, Serializable
public class ReactionJSONImpl
- extends Object
- implements Reaction, Serializable
- See Also:
- Serialized Form
createReactionsList
public static ResponseList<Reaction> createReactionsList(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
getId
public String getId()
- Specified by:
getId in interface Category- Specified by:
getId in interface IdNameEntity
getName
public String getName()
- Specified by:
getName in interface Category- Specified by:
getName in interface IdNameEntity
getType
public ReactionType getType()
- Specified by:
getType in interface Reaction
getCategory
public String getCategory()
- Specified by:
getCategory in interface Category
getCreatedTime
public Date getCreatedTime()
- Specified by:
getCreatedTime in interface Category
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
getMetadata
public FacebookResponse.Metadata getMetadata()
- Description copied from interface:
FacebookResponse
- Returns the introspection of the object if available.
- Specified by:
getMetadata in interface FacebookResponse
- Returns:
- introspection of the object
Copyright © 2019. All rights reserved.