java.lang.Object | ||
↳ | com.google.firebase.appindexing.builders.IndexableBuilder<com.google.firebase.appindexing.builders.MusicAlbumBuilder> | |
↳ | com.google.firebase.appindexing.builders.MusicAlbumBuilder |
Builder to construct an Indexable
for a music album.
For reference, see: http://schema.org/MusicAlbum.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the artist who performed this album.
| |||||||||||
Sets the number of tracks in this music album.
| |||||||||||
Sets the tracks in this music album.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Sets the artist who performed this album.
Parameters | |
---|---|
artist |
MusicGroupBuilder : The artist who performed the album.
|
Returns | |
---|---|
MusicAlbumBuilder |
Sets the number of tracks in this music album.
Parameters | |
---|---|
numTracks |
int : The number of tracks in this music album.
|
Returns | |
---|---|
MusicAlbumBuilder |
Sets the tracks in this music album.
Parameters | |
---|---|
tracks |
MusicRecordingBuilder : The tracks in this music album.
|
Returns | |
---|---|
MusicAlbumBuilder |