Button DLC SDK for Android v4.3.1
Package Index
|
Class Index
com.usebutton.sdk
com.usebutton.sdk.context
com.usebutton.sdk.models
com.usebutton.sdk.util
Classes
Event
Identifiers
Item
Journey
Location
MusicArtist
Annotations
Identifiers.IdentifierName
Enums
Journey.Type
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
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
()