Class CursorPaging<T>

    • Field Detail

      • 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.

      • items

        public List<T> items

        The requested data.

      • 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 Detail

      • CursorPaging

        public CursorPaging()