Class Cursor

java.lang.Object
de.sonallux.spotify.api.models.Cursor

public class Cursor extends Object
CursorObject
  • Field Details

    • after

      public String after

      The cursor to use as key to find the next page of items.

    • before

      public String before

      The cursor to use as key to find the previous page of items.

  • Constructor Details

    • Cursor

      public Cursor()