java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject
se.michaelthelin.spotify.model_objects.specification.ResumePoint
All Implemented Interfaces:
Serializable, IModelObject

public class ResumePoint extends AbstractModelObject
Retrieve information about Resume Point objects by building instances from this class.
See Also:
  • Method Details

    • getFullyPlayed

      public Boolean getFullyPlayed()
      Check whether the episode has been fully played by the user.
      Returns:
      If true, the episode has been fully played by the user.
    • getResumePositionMs

      public Integer getResumePositionMs()
      Get the user’s most recent position in the episode in milliseconds.
      Returns:
      The user’s most recent position in the episode in milliseconds.
    • toString

      public String toString()
      Description copied from class: AbstractModelObject
      Returns a String representation of this model object in the style:

      ModelObject(attr1=value1, attr2=value2, ...)

      Specified by:
      toString in class AbstractModelObject
    • builder

      public ResumePoint.Builder builder()
      Description copied from interface: IModelObject
      Create a builder for building an instance of a model object.
      The type of the builder and its methods depend on its corresponding implementation.
      Returns:
      A builder object.