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