public class

Albums

extends Model
java.lang.Object
   ↳ java.util.Observable
     ↳ fm.audiobox.core.models.Model
       ↳ fm.audiobox.core.models.Albums

Class Overview

Albums wrapper model.

This is a simple wrapper model to handle album-grouped media files.

Summary

Fields
protected List<? extends Album> albums
Public Constructors
Albums()
Public Methods
List<? extends Album> getAlbums()
Gets albums.
static String getPath(String playlistToken)
Use this method to get the unique path of the album.
[Expand]
Inherited Methods
From class fm.audiobox.core.models.Model
From class java.util.Observable
From class java.lang.Object

Fields

protected List<? extends Album> albums

Public Constructors

public Albums ()

Public Methods

public List<? extends Album> getAlbums ()

Gets albums.

Returns
  • the albums

public static String getPath (String playlistToken)

Use this method to get the unique path of the album.

Parameters
playlistToken the token of the playlist to query for the album.
Returns
  • the path of the albums of this playlist