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

List of all members.

Public Member Functions

String getName ()
 SetEpisodeDetails (Integer episodeid, String title, Integer playcount, Integer runtime, String[] director, String plot, Double rating, String votes, String lastplayed, String[] writer, String firstaired, String productioncode, Integer season, Integer episode, String originaltitle, String thumbnail, String fanart, MediaModel.Artwork art, VideoModel.Resume resume)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Update the given episode with the given details.

This class represents the API method VideoLibrary.SetEpisodeDetails

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

Definition at line 6107 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 6119 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.SetEpisodeDetails.SetEpisodeDetails ( Integer  episodeid,
String  title,
Integer  playcount,
Integer  runtime,
String[]  director,
String  plot,
Double  rating,
String  votes,
String  lastplayed,
String[]  writer,
String  firstaired,
String  productioncode,
Integer  season,
Integer  episode,
String  originaltitle,
String  thumbnail,
String  fanart,
MediaModel.Artwork  art,
VideoModel.Resume  resume 
) [inline]

Update the given episode with the given details.

Parameters:
episodeid
title
playcount
runtimeRuntime in seconds.
director
plot
rating
votes
lastplayed
writer
firstaired
productioncode
season
episode
originaltitle
thumbnail
fanart
art
resume

Definition at line 6159 of file VideoLibrary.java.


Member Function Documentation

Definition at line 6188 of file VideoLibrary.java.

Definition at line 6183 of file VideoLibrary.java.

Definition at line 6193 of file VideoLibrary.java.

Definition at line 6111 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 6108 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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