Class PageLinksInternal

Contains pagination links for the collection.

Hierarchy

  • PageLinks

Constructors

Properties

Constructors

Properties

first?: string

Link to retrieve information in the first page of the collection.

last?: string

Link to the retrieve information in the last page of the collection.

next?: string

Link to retrieve information in the next page of the collection.

prev?: string

Link to retrieve information in the previous page of the collection.

self?: string

Link to retrieve information in the current page of the collection.