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

List of all members.

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "System.Suspend"
static final
Parcelable.Creator< Suspend
CREATOR

Protected Member Functions

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

Detailed Description

Suspends the system running XBMC.

This class represents the API method System.Suspend

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

Definition at line 340 of file System.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 352 of file System.java.

Suspends the system running XBMC.

Definition at line 373 of file System.java.


Member Function Documentation

Definition at line 383 of file System.java.

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

Definition at line 378 of file System.java.

Definition at line 388 of file System.java.

Definition at line 344 of file System.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.System.Suspend.API_TYPE = "System.Suspend" [static]

Definition at line 341 of file System.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 359 of file System.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