Class: SortOptions

SortOptions()

A type representing the sorting options available for listing-style endpoints.

Constructor

new SortOptions()

Source:

Methods

isSet() → {boolean}

Returns whether or not any sort options have been set.
Source:
Returns:
Whether or not any sort options have been set.
Type
boolean

toQueryString() → {string}

Convets this SortOptions instance into a query string.
Source:
Returns:
The query-string representation.
Type
string