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

List of all members.

Public Member Functions

String getName ()
 GetSeasons (Integer tvshowid, ListModel.Limits limits, ListModel.Sort sort, String...properties)
 GetSeasons (Integer tvshowid, String...properties)
 GetSeasons (Integer tvshowid, ListModel.Limits limits, String...properties)
 GetSeasons (Integer tvshowid, ListModel.Sort sort, String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "VideoLibrary.GetSeasons"
static final
Parcelable.Creator< GetSeasons
CREATOR
static final String RESULT = "seasons"

Protected Member Functions

 GetSeasons (Parcel parcel)
ArrayList
< VideoModel.SeasonDetail > 
parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve all tv seasons.

This class represents the API method VideoLibrary.GetSeasons

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

Definition at line 4857 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 4869 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetSeasons.GetSeasons ( Integer  tvshowid,
ListModel.Limits  limits,
ListModel.Sort  sort,
String...  properties 
) [inline]

Retrieve all tv seasons.

Parameters:
tvshowid
limits
sort
propertiesOne or more of: season, showtitle, playcount, episode, fanart, thumbnail, tvshowid, watchedepisodes, art. See constants at VideoModel.SeasonFields.

Definition at line 4895 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetSeasons.GetSeasons ( Integer  tvshowid,
String...  properties 
) [inline]

Retrieve all tv seasons.

Parameters:
tvshowid
propertiesOne or more of: season, showtitle, playcount, episode, fanart, thumbnail, tvshowid, watchedepisodes, art. See constants at VideoModel.SeasonFields.

Definition at line 4908 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetSeasons.GetSeasons ( Integer  tvshowid,
ListModel.Limits  limits,
String...  properties 
) [inline]

Retrieve all tv seasons.

Parameters:
tvshowid
limits
propertiesOne or more of: season, showtitle, playcount, episode, fanart, thumbnail, tvshowid, watchedepisodes, art. See constants at VideoModel.SeasonFields.

Definition at line 4920 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetSeasons.GetSeasons ( Integer  tvshowid,
ListModel.Sort  sort,
String...  properties 
) [inline]

Retrieve all tv seasons.

Parameters:
tvshowid
sort
propertiesOne or more of: season, showtitle, playcount, episode, fanart, thumbnail, tvshowid, watchedepisodes, art. See constants at VideoModel.SeasonFields.

Definition at line 4933 of file VideoLibrary.java.


Member Function Documentation

Definition at line 4956 of file VideoLibrary.java.

ArrayList<VideoModel.SeasonDetail> org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetSeasons.parseMany ( JsonNode  node) [inline, protected]

Definition at line 4941 of file VideoLibrary.java.

Definition at line 4961 of file VideoLibrary.java.

Definition at line 4861 of file VideoLibrary.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetSeasons.API_TYPE = "VideoLibrary.GetSeasons" [static]

Definition at line 4858 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 4876 of file VideoLibrary.java.

Definition at line 4886 of file VideoLibrary.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