# MusicArtist

## Summary

### Public Constructors

| | |
| --- | --- |
| | [MusicArtist](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/context/MusicArtist.html#MusicArtist(java.lang.String))( [String](https://d.android.com/reference/java/lang/String.html) name) |

### Public Methods

| void | [putIdentifier](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/context/MusicArtist.html#putIdentifier(java.lang.String,%20java.lang.String))( [String](https://d.android.com/reference/java/lang/String.html) name, [String](https://d.android.com/reference/java/lang/String.html) value) |
| void | [setGenre](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/context/MusicArtist.html#setGenre(java.lang.String))( [String](https://d.android.com/reference/java/lang/String.html) genre)  
Set the genre representing this artist, for example "rock".

### Inherited Methods

| | |
| --- | --- |
| [Object](https://d.android.com/reference/java/lang/Object.html) | clone() |
| boolean | equals( [Object](https://d.android.com/reference/java/lang/Object.html) arg0) |
| void | finalize() |
| final
 | [Class](https://d.android.com/reference/java/lang/Class.html) <?> | getClass() |
| int | hashCode() |
| final | void | notify() |
| final | void | notifyAll() |
| [String](https://d.android.com/reference/java/lang/String.html) | toString() |
| final | void | wait(long arg0, int arg1) |
| final | void | wait(long arg0) |
| final | void | wait() |
