Package de.sonallux.spotify.api.models
Class ResumePoint
java.lang.Object
de.sonallux.spotify.api.models.ResumePoint
ResumePointObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether or not the episode has been fully played by the user.intThe user's most recent position in the episode in milliseconds. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fullyPlayed
public boolean fullyPlayedWhether or not the episode has been fully played by the user.
-
resumePositionMs
public int resumePositionMsThe user's most recent position in the episode in milliseconds.
-
-
Constructor Details
-
ResumePoint
public ResumePoint()
-