Uses of Class
se.michaelthelin.spotify.model_objects.specification.ResumePoint
Packages that use ResumePoint
-
Uses of ResumePoint in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ResumePointModifier 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.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ResumePointModifier 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.