Class ResumePoint.Builder
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.ResumePoint.Builder
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
ResumePoint
Builder class for building
ResumePoint instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.setFullyPlayed(Boolean fullyPlayed) setResumePositionMs(Integer resumePositionMs)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFullyPlayed
-
setResumePositionMs
-
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.
-