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

List of all members.

Classes

interface  Type

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "VideoLibrary.GetGenres"
static final
Parcelable.Creator< GetGenres
CREATOR
static final String RESULT = "genres"

Protected Member Functions

 GetGenres (Parcel parcel)
ArrayList
< LibraryModel.GenreDetail > 
parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve all genres.

This class represents the API method VideoLibrary.GetGenres

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

Definition at line 1999 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 2011 of file VideoLibrary.java.

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

Retrieve all genres.

Parameters:
typeOne of: movie, tvshow, musicvideo. See constants at VideoLibrary.GetGenres.Type.
limits
sort
propertiesOne or more of: title, thumbnail. See constants at LibraryModel.GenreFields.

Definition at line 2037 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetGenres.GetGenres ( String  type,
String...  properties 
) [inline]

Retrieve all genres.

Parameters:
typeOne of: movie, tvshow, musicvideo. See constants at VideoLibrary.GetGenres.Type.
propertiesOne or more of: title, thumbnail. See constants at LibraryModel.GenreFields.

Definition at line 2050 of file VideoLibrary.java.

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

Retrieve all genres.

Parameters:
typeOne of: movie, tvshow, musicvideo. See constants at VideoLibrary.GetGenres.Type.
limits
propertiesOne or more of: title, thumbnail. See constants at LibraryModel.GenreFields.

Definition at line 2062 of file VideoLibrary.java.


Member Function Documentation

Definition at line 2085 of file VideoLibrary.java.

ArrayList<LibraryModel.GenreDetail> org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetGenres.parseMany ( JsonNode  node) [inline, protected]

Definition at line 2070 of file VideoLibrary.java.

Definition at line 2090 of file VideoLibrary.java.

Definition at line 2003 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 2000 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 2018 of file VideoLibrary.java.

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