Class SavedTrack

    • Method Summary

      Modifier and Type Method Description
      SavedTrack.Builder builder()
      Create a builder for building an instance of a model object.
      java.util.Date getAddedAt()
      Get the date, when the track has been saved.
      Track getTrack()
      Get information about the track from a saved track object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAddedAt

        public java.util.Date getAddedAt()
        Get the date, when the track has been saved.
        Returns:
        The date and time the track was saved.
      • getTrack

        public Track getTrack()
        Get information about the track from a saved track object.
        Returns:
        Information about the track.
      • builder

        public SavedTrack.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.