Uses of Class
se.michaelthelin.spotify.model_objects.specification.ResumePoint
-
Uses of ResumePoint in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionResumePoint.Builder.build()
ResumePoint.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Episode.getResumePoint()
Get the user’s most recent position in the episode.EpisodeSimplified.getResumePoint()
Get the user’s most recent position in the episode.Modifier and TypeMethodDescriptionEpisode.Builder.setResumePoint
(ResumePoint resumePoint) Set the user's most recent resume point for the episode to be built.EpisodeSimplified.Builder.setResumePoint
(ResumePoint resumePoint) Set the user's most recent resume point for the episode to be built.