Package com.restfb.types.webhook.base
Class From
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.webhook.base.From
-
- All Implemented Interfaces:
Serializable
public class From extends AbstractFacebookType
The From object of the Webhhok Value. Formerly this was sender_name and sender_id- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
void
setId(String id)
void
setName(String name)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-