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

List of all members.

Classes

class  OptionsActorthumbsImagesOverwrite
class  OptionsPath

Public Member Functions

 Export (OptionsPath options)
 Export (OptionsActorthumbsImagesOverwrite options)
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Exports all items from the video library.

This class represents the API method VideoLibrary.Export

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

Definition at line 108 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 120 of file VideoLibrary.java.

Exports all items from the video library.

Parameters:
options

Definition at line 142 of file VideoLibrary.java.

Exports all items from the video library.

Parameters:
options

Definition at line 151 of file VideoLibrary.java.


Member Function Documentation

Definition at line 162 of file VideoLibrary.java.

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

Definition at line 157 of file VideoLibrary.java.

Definition at line 167 of file VideoLibrary.java.

Definition at line 112 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 109 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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