MusicArtistEntity


public final class MusicArtistEntity extends Entity


An object representing a music artist.

Summary

Nested types

public final class MusicArtistEntity.Builder

Builder class for MusicArtistEntity.

Public fields

final Uri

Public methods

Optional<String>

Returns the description of the audio entity, if available

Optional<String>

Returns the id of the entity.

Uri

Returns the info page uri of the music artist.

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

List<Image>

Returns the poster image of the entity.

Public fields

infoPageUri

public final Uri infoPageUri

Public methods

getDescription

public Optional<StringgetDescription()

Returns the description of the audio entity, if available

getEntityId

public Optional<StringgetEntityId()

Returns the id of the entity.

getInfoPageUri

public Uri getInfoPageUri()

Returns the info page uri of the music artist.

getLastEngagementTimeMillis

public Optional<LonggetLastEngagementTimeMillis()

Returns the last engagement time in milliseconds.

getName

public String getName()

Returns the name of the entity.

getPlayBackUri

public Optional<UrigetPlayBackUri()

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

getPosterImages

public List<ImagegetPosterImages()

Returns the poster image of the entity.