facebook4j
Interface Notification

All Superinterfaces:
FacebookResponse

public interface Notification
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Notification.TargetObject
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 Application getApplication()
           
 Date getCreatedTime()
           
 IdNameEntity getFrom()
           
 String getId()
           
 URL getLink()
           
 Notification.TargetObject getTargetObject()
           
 String getTitle()
           
 IdNameEntity getTo()
           
 Date getUpdatedTime()
           
 Boolean unread()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

IdNameEntity getFrom()

getTo

IdNameEntity getTo()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

getTitle

String getTitle()

getLink

URL getLink()

getApplication

Application getApplication()

unread

Boolean unread()

getTargetObject

Notification.TargetObject getTargetObject()


Copyright © 2019. All rights reserved.