Class PagingCursorbased.Builder<T>
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.PagingCursorbased.Builder<T>
- Type Parameters:
T- The type of the objects contained in a paging object.
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
PagingCursorbased<T>
Builder class for building
PagingCursorbased instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.setCursors(Cursor... cursors)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setHref
-
setItems
-
setLimit
-
setNext
-
setCursors
-
setTotal
-
build
Description copied from interface:IModelObject.BuilderBuild a model object with the information set in the builder object.
The type of the model object and its methods depend on its corresponding implementation.- Returns:
- A model object.
-