Class to represent the Paging of a paged response.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.1.0

Hierarchy

  • Paging

Constructors

Properties

pagingData: PagingData

The paging data.

Methods

  • Gets the object after the one in the response.

    Returns

    the object after the one in the response.

    Returns undefined | string

  • Gets the object before the one in the response.

    Returns

    the object before the one in the response.

    Returns undefined | string

  • Gets the next page of the response.

    Returns

    the next page of the response.

    Returns undefined | string

  • Gets the previous page of the response.

    Returns

    the previous page of the response.

    Returns undefined | string

Generated using TypeDoc