Class CursorPaging<T>

java.lang.Object
de.sonallux.spotify.api.models.CursorPaging<T>

public class CursorPaging<T> extends Object
CursorPagingObject
  • Field Details

    • items

      public List<T> items

      The requested data.

    • cursors

      public Cursor cursors

      The cursors used to find the next set of items.

    • href

      public String href

      A link to the Web API endpoint returning the full result of the request.

    • limit

      public int limit

      The maximum number of items in the response (as set in the query or by default).

    • next

      public String next

      URL to the next page of items. ( null if none)

    • total

      public int total

      The total number of items available to return.

  • Constructor Details

    • CursorPaging

      public CursorPaging()