|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.echonest.api.v4.Params
com.echonest.api.v4.PlaylistParams
com.echonest.api.v4.DynamicPlaylistParams
public class DynamicPlaylistParams
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.echonest.api.v4.PlaylistParams |
|---|
PlaylistParams.PlaylistSort, PlaylistParams.PlaylistType |
| Constructor Summary | |
|---|---|
DynamicPlaylistParams()
|
|
| Method Summary | |
|---|---|
void |
banArtist()
Bands the current artist |
void |
banSong()
Bans the current song |
void |
banTerm(java.lang.String term)
Bans the given term from appearing on the session |
void |
requireTerm(java.lang.String term)
Requires a term to be present in the session |
void |
setChainXSPF(boolean chain)
|
void |
setRating(int rating)
|
void |
setResults(int results)
Set the maximum number of songs to return in the playlist |
void |
setSteerDescription(java.lang.String term,
float boost)
Sets the boost for a particular term |
void |
steerDanceability(float boost)
Steer by dancability. |
void |
steerEnergy(float boost)
Steer by energy. |
void |
steerHotttnesss(float boost)
Steer by hotttnesss. |
void |
steerLoudness(float boost)
Steer by loudness. |
void |
steerTempo(float boost)
Steer by tempo. |
| Methods inherited from class com.echonest.api.v4.Params |
|---|
add, add, add, add, add, add, getMap, set, set, set, set, size, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicPlaylistParams()
| Method Detail |
|---|
public void setRating(int rating)
public void setChainXSPF(boolean chain)
public void setResults(int results)
PlaylistParams
setResults in class PlaylistParamsresults - the results
public void setSteerDescription(java.lang.String term,
float boost)
term - the term to boostboost - the boostpublic void banTerm(java.lang.String term)
term - the term to banpublic void requireTerm(java.lang.String term)
term - the term of interestpublic void steerTempo(float boost)
boost - public void steerLoudness(float boost)
boost - public void steerDanceability(float boost)
boost - public void steerEnergy(float boost)
boost - public void steerHotttnesss(float boost)
boost - public void banSong()
public void banArtist()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||