new module:model/JsonApiLinksPaging(theData, obj)
Constructs a new JsonApiLinksPaging.
provides the links used for paging
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JsonApiLinksPaging | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a JsonApiLinksPaging from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
- Source:
(inner) first :module:model/JsonApiLink
Type:
- Source:
(inner) last :module:model/JsonApiLink
Type:
- Source:
(inner) next :module:model/JsonApiLink
Type:
- Source:
(inner) prev :module:model/JsonApiLink
Type:
- Source: