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

List of all members.

Public Member Functions

String getName ()
 GetProperties (String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "PVR.GetProperties"
static final
Parcelable.Creator
< GetProperties
CREATOR

Protected Member Functions

 GetProperties (Parcel parcel)
PVRModel.PropertyValue parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the values of the given properties.

This class represents the API method PVR.GetProperties

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

Definition at line 443 of file PVR.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 455 of file PVR.java.

Retrieves the values of the given properties.

Parameters:
propertiesOne or more of: available, recording, scanning. See constants at PVRModel.PropertyName.

Definition at line 477 of file PVR.java.


Member Function Documentation

Definition at line 488 of file PVR.java.

PVRModel.PropertyValue org.xbmc.android.jsonrpc.api.call.PVR.GetProperties.parseOne ( JsonNode  node) [inline, protected]

Definition at line 483 of file PVR.java.

Definition at line 493 of file PVR.java.

Definition at line 447 of file PVR.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.PVR.GetProperties.API_TYPE = "PVR.GetProperties" [static]

Definition at line 444 of file PVR.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 462 of file PVR.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