Package de.sonallux.spotify.api.models
Class CursorPaging<T>
java.lang.Object
de.sonallux.spotify.api.models.CursorPaging<T>
CursorPagingObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe cursors used to find the next set of items.A link to the Web API endpoint returning the full result of the request.The requested data.intThe maximum number of items in the response (as set in the query or by default).URL to the next page of items.intThe total number of items available to return. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
The requested data.
-
cursors
The cursors used to find the next set of items.
-
href
A link to the Web API endpoint returning the full result of the request.
-
limit
public int limitThe maximum number of items in the response (as set in the query or by default).
-
next
URL to the next page of items. (
nullif none) -
total
public int totalThe total number of items available to return.
-
-
Constructor Details
-
CursorPaging
public CursorPaging()
-