|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.social.facebook.web.RealTimeUpdate.Entry
public static class RealTimeUpdate.Entry
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 |
---|
public RealTimeUpdate.Entry()
Method Detail |
---|
public long getId()
public long getTime()
public List<String> getChangedFields()
UpdateHandler
implementations may use this as a clue to know what data to fetch to see the details of the change.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |