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

List of all members.

Public Member Functions

String getName ()
 GetTVShowDetails (Integer tvshowid, String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "VideoLibrary.GetTVShowDetails"
static final
Parcelable.Creator
< GetTVShowDetails
CREATOR
static final String RESULT = "tvshowdetails"

Protected Member Functions

 GetTVShowDetails (Parcel parcel)
VideoModel.TVShowDetail parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve details about a specific tv show.

This class represents the API method VideoLibrary.GetTVShowDetails

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

Definition at line 4973 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 4985 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetTVShowDetails.GetTVShowDetails ( Integer  tvshowid,
String...  properties 
) [inline]

Retrieve details about a specific tv show.

Parameters:
tvshowid
propertiesOne or more of: title, genre, year, rating, plot, studio, mpaa, cast, playcount, episode, imdbnumber, premiered, votes, lastplayed, fanart, thumbnail, file, originaltitle, sorttitle, episodeguide, season, watchedepisodes, dateadded, tag, art. See constants at VideoModel.TVShowFields.

Definition at line 5009 of file VideoLibrary.java.


Member Function Documentation

Definition at line 5021 of file VideoLibrary.java.

VideoModel.TVShowDetail org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetTVShowDetails.parseOne ( JsonNode  node) [inline, protected]

Definition at line 5016 of file VideoLibrary.java.

Definition at line 5026 of file VideoLibrary.java.

Definition at line 4977 of file VideoLibrary.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetTVShowDetails.API_TYPE = "VideoLibrary.GetTVShowDetails" [static]

Definition at line 4974 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 4992 of file VideoLibrary.java.

Definition at line 5002 of file VideoLibrary.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