facebook4j
Interface Notification
- All Superinterfaces:
- FacebookResponse
- All Known Implementing Classes:
- NotificationJSONImpl
public interface Notification
- extends FacebookResponse
- Author:
- Ryuji Yamashita - roundrop at gmail.com
getId
java.lang.String getId()
getFrom
IdNameEntity getFrom()
getTo
IdNameEntity getTo()
getCreatedTime
java.util.Date getCreatedTime()
getUpdatedTime
java.util.Date getUpdatedTime()
getTitle
java.lang.String getTitle()
getLink
java.net.URL getLink()
getApplication
Application getApplication()
unread
java.lang.Boolean unread()
getTargetObject
Notification.TargetObject getTargetObject()