Class Cursor
- java.lang.Object
-
- com.wrapper.spotify.model_objects.AbstractModelObject
-
- com.wrapper.spotify.model_objects.specification.Cursor
-
- All Implemented Interfaces:
IModelObject
public class Cursor extends AbstractModelObject
Retrieve information about Cursor objects by building instances from this class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCursor.BuilderBuilder class for buildingCursorinstances.static classCursor.JsonUtilJsonUtil class for buildingCursorinstances.-
Nested classes/interfaces inherited from interface com.wrapper.spotify.model_objects.IModelObject
IModelObject.IJsonUtil<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cursor.Builderbuilder()Create a builder for building an instance of a model object.StringgetAfter()Get the key of thisCursorto find the next set of items in a cursor-based paging object.
-
-
-
Method Detail
-
getAfter
public String getAfter()
Get the key of thisCursorto find the next set of items in a cursor-based paging object.- Returns:
- The cursor to use as key to find the next page of items.
- See Also:
PagingCursorbased
-
builder
public Cursor.Builder builder()
Description copied from interface:IModelObjectCreate a builder for building an instance of a model object.
The type of the builder and its methods depend on its corresponding implementation.- Returns:
- A builder object.
-
-