Uses of Class
se.michaelthelin.spotify.model_objects.specification.ResumePoint
-
Packages that use ResumePoint Package Description se.michaelthelin.spotify.model_objects.specification -
-
Uses of ResumePoint in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ResumePoint Modifier and Type Method Description ResumePointResumePoint.Builder. build()ResumePointResumePoint.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)ResumePointEpisode. getResumePoint()Get the user’s most recent position in the episode.ResumePointEpisodeSimplified. getResumePoint()Get the user’s most recent position in the episode.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ResumePoint Modifier and Type Method Description Episode.BuilderEpisode.Builder. setResumePoint(ResumePoint resumePoint)Set the user's most recent resume point for the episode to be built.EpisodeSimplified.BuilderEpisodeSimplified.Builder. setResumePoint(ResumePoint resumePoint)Set the user's most recent resume point for the episode to be built.
-