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

List of all members.

Public Member Functions

String getName ()
 RemoveMusicVideo (Integer musicvideoid)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Removes the given music video from the library.

This class represents the API method VideoLibrary.RemoveMusicVideo

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

Definition at line 5921 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 5933 of file VideoLibrary.java.

Removes the given music video from the library.

Parameters:
musicvideoid

Definition at line 5955 of file VideoLibrary.java.


Member Function Documentation

Definition at line 5966 of file VideoLibrary.java.

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

Definition at line 5961 of file VideoLibrary.java.

Definition at line 5971 of file VideoLibrary.java.

Definition at line 5925 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 5922 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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