Package com.tagtraum.ubermusic.amazon
Class BrowseNodesES
- java.lang.Object
-
- com.tagtraum.ubermusic.amazon.BrowseNodesES
-
- All Implemented Interfaces:
BrowseNodes
public final class BrowseNodesES extends Object implements BrowseNodes
BrowseNodes ES.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BrowseNode[]
getGenres()
Returns an array of genreBrowseNode
s.static BrowseNodes
getInstance()
BrowseNode
getMusic()
Returns the MusicBrowseNode
.BrowseNode
getNewReleaseNode()
Returns aBrowseNode
that can be used to look up new releases.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.tagtraum.ubermusic.amazon.BrowseNodes
getBrowseNodes
-
-
-
-
Method Detail
-
getMusic
public BrowseNode getMusic()
Description copied from interface:BrowseNodes
Returns the MusicBrowseNode
.- Specified by:
getMusic
in interfaceBrowseNodes
- Returns:
- music browsenode
-
getNewReleaseNode
public BrowseNode getNewReleaseNode()
Description copied from interface:BrowseNodes
Returns aBrowseNode
that can be used to look up new releases.- Specified by:
getNewReleaseNode
in interfaceBrowseNodes
- Returns:
- browse node
-
getGenres
public BrowseNode[] getGenres()
Description copied from interface:BrowseNodes
Returns an array of genreBrowseNode
s.- Specified by:
getGenres
in interfaceBrowseNodes
- Returns:
- genre browsenodes
-
getInstance
public static BrowseNodes getInstance()
- Returns:
- instanceof the node
-
-