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