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

List of all members.

Classes

class  VersionResult

Public Member Functions

String getName ()
 Version ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "JSONRPC.Version"
static final
Parcelable.Creator< Version
CREATOR

Protected Member Functions

VersionResult parseOne (JsonNode node)
boolean returnsList ()
 Version (Parcel parcel)

Detailed Description

Retrieve the JSON-RPC protocol version.

This class represents the API method JSONRPC.Version

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

Definition at line 423 of file JSONRPC.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 435 of file JSONRPC.java.

Retrieve the JSON-RPC protocol version.

Definition at line 456 of file JSONRPC.java.


Member Function Documentation

Definition at line 466 of file JSONRPC.java.

Definition at line 461 of file JSONRPC.java.

Definition at line 471 of file JSONRPC.java.

Definition at line 427 of file JSONRPC.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.JSONRPC.Version.API_TYPE = "JSONRPC.Version" [static]

Definition at line 424 of file JSONRPC.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 442 of file JSONRPC.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