All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.jsone_studios.wrapper.spotify.models.CursorPager Maven / Gradle / Ivy

The newest version!
package de.jsone_studios.wrapper.spotify.models;

import java.util.List;

/**
 * Cursor-based paging object model
 *
 * @param  expected object that is paged
 */
public class CursorPager
{
    public String href;
    public List items;
    public int limit;
    public String next;
    public Cursor cursors;
    public int total;

    public CursorPager()
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy