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

List of all members.

Public Member Functions

 GetChannelGroups (String channeltype, ListModel.Limits limits)
 GetChannelGroups (String channeltype)
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "PVR.GetChannelGroups"
static final
Parcelable.Creator
< GetChannelGroups
CREATOR
static final String RESULT = "channelgroups"

Protected Member Functions

 GetChannelGroups (Parcel parcel)
ArrayList
< PVRModel.ChannelGroupDetail > 
parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the channel groups for the specified type.

This class represents the API method PVR.GetChannelGroups

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

Definition at line 271 of file PVR.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 283 of file PVR.java.

org.xbmc.android.jsonrpc.api.call.PVR.GetChannelGroups.GetChannelGroups ( String  channeltype,
ListModel.Limits  limits 
) [inline]

Retrieves the channel groups for the specified type.

Parameters:
channeltypeOne of: tv, radio. See constants at PVRModel.ChannelType.
limits

Definition at line 307 of file PVR.java.

Retrieves the channel groups for the specified type.

Parameters:
channeltypeOne of: tv, radio. See constants at PVRModel.ChannelType.

Definition at line 317 of file PVR.java.


Member Function Documentation

Definition at line 338 of file PVR.java.

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

Definition at line 323 of file PVR.java.

Definition at line 343 of file PVR.java.

Definition at line 275 of file PVR.java.


Member Data Documentation

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

Definition at line 272 of file PVR.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 290 of file PVR.java.

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

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