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

List of all members.

Classes

class  OptionsImagesOverwrite
class  OptionsPath

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "AudioLibrary.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 audio library.

This class represents the API method AudioLibrary.Export

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

Definition at line 104 of file AudioLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 116 of file AudioLibrary.java.

Exports all items from the audio library.

Parameters:
options

Definition at line 138 of file AudioLibrary.java.

Exports all items from the audio library.

Parameters:
options

Definition at line 147 of file AudioLibrary.java.


Member Function Documentation

Definition at line 158 of file AudioLibrary.java.

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

Definition at line 153 of file AudioLibrary.java.

Definition at line 163 of file AudioLibrary.java.

Definition at line 108 of file AudioLibrary.java.


Member Data Documentation

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

Definition at line 105 of file AudioLibrary.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 123 of file AudioLibrary.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