| java.lang.Object | |||
| ↳ | java.util.Observable | ||
| ↳ | fm.audiobox.core.models.Model | ||
| ↳ | fm.audiobox.core.models.Notifications | ||
Returns a paginated collection of user's Notifications.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Notifications() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<Notification> |
getNotifications()
Gets notifications on this page (see
getPage()). | ||||||||||
| long |
getPage()
Gets the umber of the page.
| ||||||||||
| static String |
getPath()
Gets the generic remote resource collection path.
| ||||||||||
| long |
getTotal()
Gets total notification numbers.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
fm.audiobox.core.models.Model
| |||||||||||
From class
java.util.Observable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets notifications on this page (see getPage()).
Gets the umber of the page. Default, non-changeable limit is 30 notifications per page.
Gets the generic remote resource collection path.
Gets total notification numbers.