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

List of all members.

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "Playlist.GetItems"
static final
Parcelable.Creator< GetItems
CREATOR
static final String RESULT = "items"

Protected Member Functions

 GetItems (Parcel parcel)
ArrayList< ListModel.AllItems > parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Get all items from playlist.

This class represents the API method Playlist.GetItems

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

Definition at line 173 of file Playlist.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 185 of file Playlist.java.

org.xbmc.android.jsonrpc.api.call.Playlist.GetItems.GetItems ( Integer  playlistid,
ListModel.Limits  limits,
ListModel.Sort  sort,
String...  properties 
) [inline]

Get all items from playlist.

Parameters:
playlistid
limits
sort
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, director, trailer, tagline, plot, plotoutline, originaltitle, lastplayed, writer, studio, mpaa, cast, country, imdbnumber, premiered, productioncode, runtime, set, showlink, streamdetails, top250, votes, firstaired, season, episode, showtitle, thumbnail, file, resume, artistid, albumid, tvshowid, setid, watchedepisodes, disc, tag, art, genreid, displayartist, albumartistid, description, theme, mood, style, albumlabel, sorttitle, episodeguide, uniqueid, dateadded, channel, channeltype, hidden, locked, channelnumber, starttime, endtime. See constants at ListModel.AllFields.

Definition at line 211 of file Playlist.java.

org.xbmc.android.jsonrpc.api.call.Playlist.GetItems.GetItems ( Integer  playlistid,
String...  properties 
) [inline]

Get all items from playlist.

Parameters:
playlistid
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, director, trailer, tagline, plot, plotoutline, originaltitle, lastplayed, writer, studio, mpaa, cast, country, imdbnumber, premiered, productioncode, runtime, set, showlink, streamdetails, top250, votes, firstaired, season, episode, showtitle, thumbnail, file, resume, artistid, albumid, tvshowid, setid, watchedepisodes, disc, tag, art, genreid, displayartist, albumartistid, description, theme, mood, style, albumlabel, sorttitle, episodeguide, uniqueid, dateadded, channel, channeltype, hidden, locked, channelnumber, starttime, endtime. See constants at ListModel.AllFields.

Definition at line 224 of file Playlist.java.

org.xbmc.android.jsonrpc.api.call.Playlist.GetItems.GetItems ( Integer  playlistid,
ListModel.Limits  limits,
String...  properties 
) [inline]

Get all items from playlist.

Parameters:
playlistid
limits
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, director, trailer, tagline, plot, plotoutline, originaltitle, lastplayed, writer, studio, mpaa, cast, country, imdbnumber, premiered, productioncode, runtime, set, showlink, streamdetails, top250, votes, firstaired, season, episode, showtitle, thumbnail, file, resume, artistid, albumid, tvshowid, setid, watchedepisodes, disc, tag, art, genreid, displayartist, albumartistid, description, theme, mood, style, albumlabel, sorttitle, episodeguide, uniqueid, dateadded, channel, channeltype, hidden, locked, channelnumber, starttime, endtime. See constants at ListModel.AllFields.

Definition at line 236 of file Playlist.java.

org.xbmc.android.jsonrpc.api.call.Playlist.GetItems.GetItems ( Integer  playlistid,
ListModel.Sort  sort,
String...  properties 
) [inline]

Get all items from playlist.

Parameters:
playlistid
sort
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, director, trailer, tagline, plot, plotoutline, originaltitle, lastplayed, writer, studio, mpaa, cast, country, imdbnumber, premiered, productioncode, runtime, set, showlink, streamdetails, top250, votes, firstaired, season, episode, showtitle, thumbnail, file, resume, artistid, albumid, tvshowid, setid, watchedepisodes, disc, tag, art, genreid, displayartist, albumartistid, description, theme, mood, style, albumlabel, sorttitle, episodeguide, uniqueid, dateadded, channel, channeltype, hidden, locked, channelnumber, starttime, endtime. See constants at ListModel.AllFields.

Definition at line 249 of file Playlist.java.


Member Function Documentation

Definition at line 272 of file Playlist.java.

ArrayList<ListModel.AllItems> org.xbmc.android.jsonrpc.api.call.Playlist.GetItems.parseMany ( JsonNode  node) [inline, protected]

Definition at line 257 of file Playlist.java.

Definition at line 277 of file Playlist.java.

Definition at line 177 of file Playlist.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Playlist.GetItems.API_TYPE = "Playlist.GetItems" [static]

Definition at line 174 of file Playlist.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 192 of file Playlist.java.

Definition at line 202 of file Playlist.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