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

List of all members.

Public Member Functions

String getName ()
 RemoveTVShow (Integer tvshowid)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Removes the given tv show from the library.

This class represents the API method VideoLibrary.RemoveTVShow

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

Definition at line 5983 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 5995 of file VideoLibrary.java.

Removes the given tv show from the library.

Parameters:
tvshowid

Definition at line 6017 of file VideoLibrary.java.


Member Function Documentation

Definition at line 6028 of file VideoLibrary.java.

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

Definition at line 6023 of file VideoLibrary.java.

Definition at line 6033 of file VideoLibrary.java.

Definition at line 5987 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 5984 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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