Class Reaction
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Reaction
-
- All Implemented Interfaces:
Serializable
public class Reaction extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Reaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmoji()
String
getMessageId()
void
setEmoji(String emoji)
void
setMessageId(String messageId)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Reaction
public Reaction()
-
-
Method Detail
-
getMessageId
public String getMessageId()
-
setMessageId
public void setMessageId(String messageId)
-
-