public class Notifications
extends java.lang.Object
| Constructor and Description |
|---|
Notifications(java.net.URI prev,
java.net.URI self,
java.net.URI next,
boolean truncated,
int offset,
int limit,
java.util.List<Notification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
java.net.URI |
getNext() |
java.util.List<Notification> |
getNotifications() |
int |
getOffset() |
java.net.URI |
getPrev() |
java.net.URI |
getSelf() |
boolean |
isTruncated() |
public Notifications(java.net.URI prev,
java.net.URI self,
java.net.URI next,
boolean truncated,
int offset,
int limit,
java.util.List<Notification> notifications)
public java.net.URI getNext()
public java.net.URI getPrev()
public java.net.URI getSelf()
public boolean isTruncated()
public int getOffset()
public int getLimit()
public java.util.List<Notification> getNotifications()