public class

Artists

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

Class Overview

Artists wrapper model.

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

Summary

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

Fields

protected List<? extends Artist> artists

Public Constructors

public Artists ()

Public Methods

public List<? extends Artist> getArtists ()

Gets artists.

Returns
  • the artists

public static String getPath (String playlistToken)

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

Parameters
playlistToken the token of the playlist to query for the artist.
Returns
  • the path of the artists of this playlist