public final class NotificationsQuery
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NotificationsQuery.Filter |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LIMIT |
Modifier and Type | Method and Description |
---|---|
NotificationsQuery |
ofAllTypes() |
NotificationsQuery |
ofTypes(int... types) |
static NotificationsQuery |
read() |
static NotificationsQuery |
readAndUnread() |
static NotificationsQuery |
unread() |
NotificationsQuery |
withFilter(NotificationsQuery.Filter filter,
java.lang.String notificationId)
Load older or newer notifications.
|
NotificationsQuery |
withLimit(int limit) |
public static final int DEFAULT_LIMIT
public static NotificationsQuery readAndUnread()
public static NotificationsQuery read()
public static NotificationsQuery unread()
public NotificationsQuery withLimit(int limit)
public NotificationsQuery withFilter(NotificationsQuery.Filter filter, java.lang.String notificationId)
filter
- Filtering mode.notificationId
- Filtering notification.public NotificationsQuery ofAllTypes()
public NotificationsQuery ofTypes(int... types)
(c) Copyright GetSocial BV, 2018. All Rights Reserved.