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

List of all members.

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "VideoLibrary.GetMovieSets"
static final
Parcelable.Creator
< GetMovieSets
CREATOR
static final String RESULT = "sets"

Protected Member Functions

 GetMovieSets (Parcel parcel)
ArrayList
< VideoModel.MovieSetDetail > 
parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve all movie sets.

This class represents the API method VideoLibrary.GetMovieSets

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

Definition at line 2376 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 2388 of file VideoLibrary.java.

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

Retrieve all movie sets.

Parameters:
limits
sort
propertiesOne or more of: title, playcount, fanart, thumbnail, art. See constants at VideoModel.MovieSetFields.

Definition at line 2413 of file VideoLibrary.java.

Retrieve all movie sets.

Parameters:
propertiesOne or more of: title, playcount, fanart, thumbnail, art. See constants at VideoModel.MovieSetFields.

Definition at line 2424 of file VideoLibrary.java.

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

Retrieve all movie sets.

Parameters:
limits
propertiesOne or more of: title, playcount, fanart, thumbnail, art. See constants at VideoModel.MovieSetFields.

Definition at line 2434 of file VideoLibrary.java.


Member Function Documentation

Definition at line 2456 of file VideoLibrary.java.

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

Definition at line 2441 of file VideoLibrary.java.

Definition at line 2461 of file VideoLibrary.java.

Definition at line 2380 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 2377 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 2395 of file VideoLibrary.java.

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