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

List of all members.

Public Member Functions

String getName ()
 RemoveEpisode (Integer episodeid)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Removes the given episode from the library.

This class represents the API method VideoLibrary.RemoveEpisode

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

Definition at line 5797 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 5809 of file VideoLibrary.java.

Removes the given episode from the library.

Parameters:
episodeid

Definition at line 5831 of file VideoLibrary.java.


Member Function Documentation

Definition at line 5842 of file VideoLibrary.java.

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

Definition at line 5837 of file VideoLibrary.java.

Definition at line 5847 of file VideoLibrary.java.

Definition at line 5801 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 5798 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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