Notifications
Extends:
Request → PagedRequest → Notifications
Obtains a series of Notification objects
Constructor Summary
| Public Constructor | ||
| public |
Requires authorization. |
|
Inherited Summary
| From class Request | ||
| protected |
|
|
| public |
cancel() Cancels the request. |
|
| public |
Formats the request object and returns an object of Request<T>'s T. |
|
| public |
Performs the request |
|
| From class PagedRequest | ||
| public get |
If they are definetly more. |
|
| public get |
Gets the current page. |
|
| public set |
Sets the current page. |
|
| public |
The async iterator loads individual items. |
|
| public |
Gets a specific page. |
|
| public |
Runs for the next page (starts at zero). |
|
Public Constructors
public constructor() source
Requires authorization. Undefined behavior if not, what is likely going to happen is a 401 error but just don't call without auth.
