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