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

List of all members.

Public Member Functions

 GetChannelDetails (Integer channelid, String...properties)
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "PVR.GetChannelDetails"
static final
Parcelable.Creator
< GetChannelDetails
CREATOR
static final String RESULT = "channeldetails"

Protected Member Functions

 GetChannelDetails (Parcel parcel)
PVRModel.ChannelDetail parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the details of a specific channel.

This class represents the API method PVR.GetChannelDetails

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

Definition at line 47 of file PVR.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 59 of file PVR.java.

org.xbmc.android.jsonrpc.api.call.PVR.GetChannelDetails.GetChannelDetails ( Integer  channelid,
String...  properties 
) [inline]

Retrieves the details of a specific channel.

Parameters:
channelid
propertiesOne or more of: thumbnail, channeltype, hidden, locked, channel, lastplayed. See constants at PVRModel.ChannelFields.

Definition at line 83 of file PVR.java.


Member Function Documentation

Definition at line 95 of file PVR.java.

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

Definition at line 90 of file PVR.java.

Definition at line 100 of file PVR.java.

Definition at line 51 of file PVR.java.


Member Data Documentation

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

Definition at line 48 of file PVR.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 66 of file PVR.java.

final String org.xbmc.android.jsonrpc.api.call.PVR.GetChannelDetails.RESULT = "channeldetails" [static]

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