org.springframework.social.facebook.web
Class RealTimeUpdate.Entry

java.lang.Object
  extended by org.springframework.social.facebook.web.RealTimeUpdate.Entry
Enclosing class:
RealTimeUpdate

public static class RealTimeUpdate.Entry
extends Object

Represents a single change entry.


Constructor Summary
RealTimeUpdate.Entry()
           
 
Method Summary
 List<String> getChangedFields()
          A list of the fields that changed on the object.
 long getId()
          The ID of the object that changed (e.g., if the object is a "user", then this is the user's Facebook ID).
 long getTime()
          The time of the change in seconds since Jan 1, 1970.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealTimeUpdate.Entry

public RealTimeUpdate.Entry()
Method Detail

getId

public long getId()
The ID of the object that changed (e.g., if the object is a "user", then this is the user's Facebook ID).


getTime

public long getTime()
The time of the change in seconds since Jan 1, 1970.


getChangedFields

public List<String> getChangedFields()
A list of the fields that changed on the object. UpdateHandler implementations may use this as a clue to know what data to fetch to see the details of the change.