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

List of all members.

Public Member Functions

String getName ()
 RemoveMovie (Integer movieid)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Removes the given movie from the library.

This class represents the API method VideoLibrary.RemoveMovie

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

Definition at line 5859 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 5871 of file VideoLibrary.java.

Removes the given movie from the library.

Parameters:
movieid

Definition at line 5893 of file VideoLibrary.java.


Member Function Documentation

Definition at line 5904 of file VideoLibrary.java.

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

Definition at line 5899 of file VideoLibrary.java.

Definition at line 5909 of file VideoLibrary.java.

Definition at line 5863 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 5860 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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