types/album.ql
| Function | Description |
|---|---|
| native fun getId() on album | Gets the ID of an album. |
| native fun getUrl() on album | Gets the URL of an album. |
| native fun getName() on album | Gets the name of an album. |
| native fun getArtist() on album | Gets the primary Artist of the album. |
| native fun getAllArtists() on album | Gets all Artist s of the album. |