java.lang.Object | ||
↳ | com.google.firebase.appindexing.builders.IndexableBuilder<com.google.firebase.appindexing.builders.MusicGroupBuilder> | |
↳ | com.google.firebase.appindexing.builders.MusicGroupBuilder |
Builder to construct an Indexable
for a music group.
For reference, see: http://schema.org/MusicGroup.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the music albums performed by the music group.
| |||||||||||
Sets the genre of the music group.
| |||||||||||
Sets the music recordings performed by the music group.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Sets the music albums performed by the music group.
Parameters | |
---|---|
musicAlbums |
MusicAlbumBuilder :
The music albums performed by the music group.
|
Returns | |
---|---|
MusicGroupBuilder |
Sets the genre of the music group.
Parameters | |
---|---|
genre |
String :
The genre of the music group.
|
Returns | |
---|---|
MusicGroupBuilder |
Sets the music recordings performed by the music group.
Parameters | |
---|---|
tracks |
MusicRecordingBuilder :
The tracks performed by the music group.
|
Returns | |
---|---|
MusicGroupBuilder |