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

List of all members.

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "Input.Right"
static final
Parcelable.Creator< Right
CREATOR

Protected Member Functions

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

Detailed Description

Navigate right in GUI.

This class represents the API method Input.Right

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

Definition at line 459 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 471 of file Input.java.

Navigate right in GUI.

Definition at line 492 of file Input.java.


Member Function Documentation

Definition at line 502 of file Input.java.

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

Definition at line 497 of file Input.java.

Definition at line 507 of file Input.java.

void org.xbmc.android.jsonrpc.api.call.Input.Right.writeToParcel ( Parcel  parcel,
int  flags 
) [inline]

Definition at line 463 of file Input.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Input.Right.API_TYPE = "Input.Right" [static]

Definition at line 460 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 478 of file Input.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