|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Notification | |
|---|---|
| facebook4j.api | |
| facebook4j.json | |
| Uses of Notification in facebook4j.api |
|---|
| Methods in facebook4j.api that return types with arguments of type Notification | |
|---|---|
ResponseList<Notification> |
NotificationMethods.getNotifications()
Returns the notifications for the current user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(boolean includeRead)
Returns the notifications for the current user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(Reading reading)
Returns the notifications for the current user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(Reading reading,
boolean includeRead)
Returns the notifications for the current user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(String userId)
Returns the notifications for a user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(String userId,
boolean includeRead)
Returns the notifications for a user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(String userId,
Reading reading)
Returns the notifications for a user. |
ResponseList<Notification> |
NotificationMethods.getNotifications(String userId,
Reading reading,
boolean includeRead)
Returns the notifications for a user. |
| Uses of Notification in facebook4j.json |
|---|
| Methods in facebook4j.json that return Notification | |
|---|---|
static Notification |
DataObjectFactory.createNotification(String rawJSON)
Constructs a Notification object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||