Builder to construct an Indexable
for a music group.
For reference, see: //schema.org/MusicGroup.
Public Method Summary
MusicGroupBuilder | |
MusicGroupBuilder | |
MusicGroupBuilder |
Inherited Method Summary
Public Methods
public MusicGroupBuilder setAlbum (MusicAlbumBuilder... musicAlbums)
Sets the music albums performed by the music group.
Parameters
musicAlbums | The music albums performed by the music group. |
---|
public MusicGroupBuilder setGenre (String genre)
Sets the genre of the music group.
Parameters
genre | The genre of the music group. |
---|
public MusicGroupBuilder setTrack (MusicRecordingBuilder... tracks)
Sets the music recordings performed by the music group.
Parameters
tracks | The tracks performed by the music group. |
---|