Public Member Functions | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyPlayedSongs Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyPlayedSongs:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getName ()
 GetRecentlyPlayedSongs (ListModel.Limits limits, ListModel.Sort sort, String...properties)
 GetRecentlyPlayedSongs (String...properties)
 GetRecentlyPlayedSongs (ListModel.Limits limits, String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "AudioLibrary.GetRecentlyPlayedSongs"
static final
Parcelable.Creator
< GetRecentlyPlayedSongs
CREATOR
static final String RESULT = "songs"

Protected Member Functions

 GetRecentlyPlayedSongs (Parcel parcel)
ArrayList< AudioModel.SongDetail > parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve recently played songs.

This class represents the API method AudioLibrary.GetRecentlyPlayedSongs

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 2488 of file AudioLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 2500 of file AudioLibrary.java.

org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyPlayedSongs.GetRecentlyPlayedSongs ( ListModel.Limits  limits,
ListModel.Sort  sort,
String...  properties 
) [inline]

Retrieve recently played songs.

Parameters:
limits
sort
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, thumbnail, file, albumid, lastplayed, disc, genreid, artistid, displayartist, albumartistid. See constants at AudioModel.SongFields.

Definition at line 2525 of file AudioLibrary.java.

Retrieve recently played songs.

Parameters:
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, thumbnail, file, albumid, lastplayed, disc, genreid, artistid, displayartist, albumartistid. See constants at AudioModel.SongFields.

Definition at line 2536 of file AudioLibrary.java.

org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyPlayedSongs.GetRecentlyPlayedSongs ( ListModel.Limits  limits,
String...  properties 
) [inline]

Retrieve recently played songs.

Parameters:
limits
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, thumbnail, file, albumid, lastplayed, disc, genreid, artistid, displayartist, albumartistid. See constants at AudioModel.SongFields.

Definition at line 2546 of file AudioLibrary.java.


Member Function Documentation

Definition at line 2568 of file AudioLibrary.java.

ArrayList<AudioModel.SongDetail> org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyPlayedSongs.parseMany ( JsonNode  node) [inline, protected]

Definition at line 2553 of file AudioLibrary.java.

Definition at line 2573 of file AudioLibrary.java.

Definition at line 2492 of file AudioLibrary.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyPlayedSongs.API_TYPE = "AudioLibrary.GetRecentlyPlayedSongs" [static]

Definition at line 2489 of file AudioLibrary.java.

Initial value:
 new Parcelable.Creator<GetRecentlyPlayedSongs>() {
                        @Override
                        public GetRecentlyPlayedSongs createFromParcel(Parcel parcel) {
                                return new GetRecentlyPlayedSongs(parcel);
                        }
                        @Override
                        public GetRecentlyPlayedSongs[] newArray(int n) {
                                return new GetRecentlyPlayedSongs[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Definition at line 2507 of file AudioLibrary.java.

Definition at line 2517 of file AudioLibrary.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:50