Class Paging.Builder<T>
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.Paging.Builder<T>
- Type Parameters:
T- The type of the objects contained in a paging object.
- All Implemented Interfaces:
IModelObject.Builder
Builder class for building
Paging instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.setPrevious(String previous)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setHref
-
setItems
-
setLimit
-
setNext
-
setOffset
-
setPrevious
-
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.
-