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

List of all members.

Public Member Functions

String getName ()
 SetTVShowDetails (Integer tvshowid, String title, Integer playcount, String[] studio, String plot, String[] genre, Double rating, String mpaa, String imdbnumber, String premiered, String votes, String lastplayed, String originaltitle, String sorttitle, String episodeguide, String thumbnail, String fanart, String[] tag, MediaModel.Artwork art)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "VideoLibrary.SetTVShowDetails"
static final
Parcelable.Creator
< SetTVShowDetails
CREATOR

Protected Member Functions

String parseOne (JsonNode node)
boolean returnsList ()
 SetTVShowDetails (Parcel parcel)

Detailed Description

Update the given tvshow with the given details.

This class represents the API method VideoLibrary.SetTVShowDetails

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

Definition at line 6419 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 6431 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.SetTVShowDetails.SetTVShowDetails ( Integer  tvshowid,
String  title,
Integer  playcount,
String[]  studio,
String  plot,
String[]  genre,
Double  rating,
String  mpaa,
String  imdbnumber,
String  premiered,
String  votes,
String  lastplayed,
String  originaltitle,
String  sorttitle,
String  episodeguide,
String  thumbnail,
String  fanart,
String[]  tag,
MediaModel.Artwork  art 
) [inline]

Update the given tvshow with the given details.

Parameters:
tvshowid
title
playcount
studio
plot
genre
rating
mpaa
imdbnumber
premiered
votes
lastplayed
originaltitle
sorttitle
episodeguide
thumbnail
fanart
tag
art

Definition at line 6471 of file VideoLibrary.java.


Member Function Documentation

Definition at line 6500 of file VideoLibrary.java.

String org.xbmc.android.jsonrpc.api.call.VideoLibrary.SetTVShowDetails.parseOne ( JsonNode  node) [inline, protected]

Definition at line 6495 of file VideoLibrary.java.

Definition at line 6505 of file VideoLibrary.java.

Definition at line 6423 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 6420 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 6438 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