public class

MusicArtist

extends BaseEntity
java.lang.Object
   ↳ BaseEntity
     ↳ com.usebutton.sdk.context.MusicArtist

Summary

Public Constructors
MusicArtist(String name)
Public Methods
void setGenre(String genre)
Set the genre representing this artist, for example "rock".
Protected Methods
String getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MusicArtist (String name)

Public Methods

public void setGenre (String genre)

Set the genre representing this artist, for example "rock".

Protected Methods

protected String getType ()