album.ql

types/album.ql
Contents of the file.

Function Overview

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.

Functions

native fun getId() on album link

Gets the ID of an album.

Returns string

The ID of the album

native fun getUrl() on album link

Gets the URL of an album.

Returns string

The URL of the album

native fun getName() on album link

Gets the name of an album.

Returns string

The name of the album

native fun getArtist() on album link

Gets the primary Artist of the album.

Returns Artist

The artist of the album

native fun getAllArtists() on album link

Gets all Artist s of the album.

Returns list

A list of all artists of the album