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

List of all members.

Public Member Functions

 GetChannels (PVRModel.ChannelGroupId channelgroupid, ListModel.Limits limits, String...properties)
 GetChannels (PVRModel.ChannelGroupId channelgroupid, String...properties)
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "PVR.GetChannels"
static final
Parcelable.Creator
< GetChannels
CREATOR
static final String RESULT = "channels"

Protected Member Functions

 GetChannels (Parcel parcel)
ArrayList< PVRModel.ChannelDetail > parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the channel list.

This class represents the API method PVR.GetChannels

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

Definition at line 355 of file PVR.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 367 of file PVR.java.

org.xbmc.android.jsonrpc.api.call.PVR.GetChannels.GetChannels ( PVRModel.ChannelGroupId  channelgroupid,
ListModel.Limits  limits,
String...  properties 
) [inline]

Retrieves the channel list.

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

Definition at line 392 of file PVR.java.

org.xbmc.android.jsonrpc.api.call.PVR.GetChannels.GetChannels ( PVRModel.ChannelGroupId  channelgroupid,
String...  properties 
) [inline]

Retrieves the channel list.

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

Definition at line 404 of file PVR.java.


Member Function Documentation

Definition at line 426 of file PVR.java.

ArrayList<PVRModel.ChannelDetail> org.xbmc.android.jsonrpc.api.call.PVR.GetChannels.parseMany ( JsonNode  node) [inline, protected]

Definition at line 411 of file PVR.java.

Definition at line 431 of file PVR.java.

Definition at line 359 of file PVR.java.


Member Data Documentation

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

Definition at line 356 of file PVR.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 374 of file PVR.java.

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