Uses of Class
se.michaelthelin.spotify.model_objects.specification.ResumePoint
Packages that use ResumePoint
Package
Description
-
Uses of ResumePoint in se.michaelthelin.spotify.model_objects.interfaces
Methods in se.michaelthelin.spotify.model_objects.interfaces that return ResumePointModifier and TypeMethodDescriptionIEpisode.getResumePoint()Get the user's most recent position in the episode. -
Uses of ResumePoint in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type ResumePoint in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingResumePointinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return ResumePointModifier and TypeMethodDescriptionResumePoint.Builder.build()Chapter.getResumePoint()Get the user's most recent position in the chapter.ChapterSimplified.getResumePoint()Get the user's most recent position in the chapter.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 TypeMethodDescriptionChapter.Builder.setResumePoint(ResumePoint resumePoint) ChapterSimplified.Builder.setResumePoint(ResumePoint resumePoint) Episode.Builder.setResumePoint(ResumePoint resumePoint) EpisodeSimplified.Builder.setResumePoint(ResumePoint resumePoint)