Uses of Class
se.michaelthelin.spotify.model_objects.specification.Cursor
Packages that use Cursor
- 
Uses of Cursor in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return CursorModifier and TypeMethodDescriptionCursor.Builder.build()Cursor.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) Cursor[]PagingCursorbased.getCursors()Get the cursors used to find the next set of items.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type CursorModifier and TypeMethodDescriptionPagingCursorbased.Builder.setCursors(Cursor... cursors) The cursor setter.