Class SavedAlbum

    • Method Summary

      Modifier and Type Method Description
      SavedAlbum.Builder builder()
      Create a builder for building an instance of a model object.
      java.util.Date getAddedAt()
      Get the date, when the album has been saved.
      Album getAlbum()
      Get information about the album from a saved album 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 album has been saved.
        Returns:
        The date and time the album was saved.
      • getAlbum

        public Album getAlbum()
        Get information about the album from a saved album object.
        Returns:
        Information about the album.
      • builder

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