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

List of all members.

Classes

class  Channel

Public Member Functions

 GetChannelGroupDetails (PVRModel.ChannelGroupId channelgroupid, Channel channels)
 GetChannelGroupDetails (PVRModel.ChannelGroupId channelgroupid)
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "PVR.GetChannelGroupDetails"
static final
Parcelable.Creator
< GetChannelGroupDetails
CREATOR
static final String RESULT = "channelgroupdetails"

Protected Member Functions

 GetChannelGroupDetails (Parcel parcel)
PVRModel.ChannelGroupExtendedDetail parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the details of a specific channel group.

This class represents the API method PVR.GetChannelGroupDetails

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

Definition at line 112 of file PVR.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 124 of file PVR.java.

org.xbmc.android.jsonrpc.api.call.PVR.GetChannelGroupDetails.GetChannelGroupDetails ( PVRModel.ChannelGroupId  channelgroupid,
Channel  channels 
) [inline]

Retrieves the details of a specific channel group.

Parameters:
channelgroupid
channels

Definition at line 148 of file PVR.java.

Retrieves the details of a specific channel group.

Parameters:
channelgroupid

Definition at line 158 of file PVR.java.


Member Function Documentation

Definition at line 169 of file PVR.java.

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

Definition at line 164 of file PVR.java.

Definition at line 174 of file PVR.java.

Definition at line 116 of file PVR.java.


Member Data Documentation

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

Definition at line 113 of file PVR.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 131 of file PVR.java.

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

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