Uses of Class
com.wrapper.spotify.model_objects.specification.Cursor
-
Packages that use Cursor Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of Cursor in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Cursor Modifier and Type Method Description CursorCursor.Builder. build()CursorCursor.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)Cursor[]PagingCursorbased. getCursors()Get the cursors used to find the next set of items.Methods in com.wrapper.spotify.model_objects.specification with parameters of type Cursor Modifier and Type Method Description PagingCursorbased.Builder<T>PagingCursorbased.Builder. setCursors(Cursor... cursors)The cursor setter.
-