org.springframework.social.facebook.web
Class RealTimeUpdate
java.lang.Object
org.springframework.social.facebook.web.RealTimeUpdate
public class RealTimeUpdate
- extends Object
Represents a real-time update from Facebook.
Note that per Facebook's Real-Time Update API, only essential information on what changed is given; no actual changed data is provided.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealTimeUpdate
public RealTimeUpdate()
getObject
public String getObject()
- The object type that changed (e.g., "user", "page", etc).
getEntries
public List<RealTimeUpdate.Entry> getEntries()
- Entries that changed. Multiple change entries for multiple objects may be given in a single update.