BTNMusicArtist Class Reference

Inherits from BTNBaseEntity : BTNModelObject
Declared in BTNMusicArtist.h

Overview

All fields are optional and should be populated only if known.

+ artistWithName:

Returns an instance with a given name.

+ (instancetype)artistWithName:(NSString *)name

Parameters

name

The artist’s name.

Discussion

Returns an instance with a given name.

Declared In

BTNMusicArtist.h

– setGenre:

Sets the genre of the artist.

- (void)setGenre:(NSString *)genre

Discussion

Sets the genre of the artist.

Declared In

BTNMusicArtist.h