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