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

List of all members.

Public Member Functions

int describeContents ()
 OptionsPath (String path)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String path

Static Public Attributes

static final
Parcelable.Creator
< OptionsPath
CREATOR
static final String PATH = "path"

Protected Member Functions

 OptionsPath (Parcel parcel)

Detailed Description

Note: This class is used as parameter only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 175 of file VideoLibrary.java.


Constructor & Destructor Documentation

Parameters:
path

Definition at line 186 of file VideoLibrary.java.

Construct via parcel.

Definition at line 210 of file VideoLibrary.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 229 of file VideoLibrary.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 191 of file VideoLibrary.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Definition at line 203 of file VideoLibrary.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 217 of file VideoLibrary.java.

Definition at line 178 of file VideoLibrary.java.

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