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