Package com.restfb.types.send
Class CommentIdMessageRecipient
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.CommentIdMessageRecipient
-
- All Implemented Interfaces:
MessageRecipient
,Serializable
public class CommentIdMessageRecipient extends AbstractFacebookType implements MessageRecipient
A visitors comment on a Page post to reply to.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentIdMessageRecipient(String commentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentId()
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
CommentIdMessageRecipient
public CommentIdMessageRecipient(String commentId)
-
-
Method Detail
-
getCommentId
public String getCommentId()
-
-