MusicArtistEntity


class MusicArtistEntity : Entity


An object representing a music artist.

Summary

Nested types

Builder class for MusicArtistEntity.

Public functions

Optional<String!>!

Returns the description of the audio entity, if available

Optional<String!>!

Returns the id of the entity.

Optional<Long!>!

Returns the last engagement time in milliseconds.

String!

Returns the name of the entity.

Optional<Uri!>!

Returns the play back uri of the music artist, if available

(Mutable)List<Image!>!

Returns the poster image of the entity.

Public properties

Uri!

Public functions

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the audio entity, if available

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the entity.

getLastEngagementTimeMillis

fun getLastEngagementTimeMillis(): Optional<Long!>!

Returns the last engagement time in milliseconds.

getName

fun getName(): String!

Returns the name of the entity.

getPlayBackUri

fun getPlayBackUri(): Optional<Uri!>!

Returns the play back uri of the music artist, if available

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster image of the entity.

Public properties

infoPageUri

val infoPageUriUri!