Class SavedShow.Builder
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.SavedShow.Builder
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
SavedShow
Builder class for building
SavedShow instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.setAddedAt(Date addedAt) setShow(ShowSimplified show)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setAddedAt
-
setShow
-
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.
-