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

List of all members.

Classes

interface  Property

Public Member Functions

int describeContents ()
 Movie (ListModel.Limits limits, String properties, ListModel.Sort sort)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final ListModel.Limits limits
final String properties
final ListModel.Sort sort

Static Public Attributes

static final
Parcelable.Creator< Movie
CREATOR
static final String LIMITS = "limits"
static final String PROPERTIES = "properties"
static final String SORT = "sort"

Protected Member Functions

 Movie (Parcel parcel)

Detailed Description

Note: This class is used as parameter only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 2253 of file VideoLibrary.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetMovieSetDetails.Movie.Movie ( ListModel.Limits  limits,
String  properties,
ListModel.Sort  sort 
) [inline]
Parameters:
limits
propertiesOne or more of: title, genre, year, rating, director, trailer, tagline, plot, plotoutline, originaltitle, lastplayed, playcount, writer, studio, mpaa, cast, country, imdbnumber, runtime, set, showlink, streamdetails, top250, votes, fanart, thumbnail, file, sorttitle, resume, setid, dateadded, tag, art. See constants at VideoLibrary.Movie.Property.
sort

Definition at line 2270 of file VideoLibrary.java.

Construct via parcel.

Definition at line 2300 of file VideoLibrary.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 2321 of file VideoLibrary.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 2277 of file VideoLibrary.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Definition at line 2291 of file VideoLibrary.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 2309 of file VideoLibrary.java.

Definition at line 2256 of file VideoLibrary.java.

Definition at line 2261 of file VideoLibrary.java.

Definition at line 2257 of file VideoLibrary.java.

Definition at line 2262 of file VideoLibrary.java.

Definition at line 2258 of file VideoLibrary.java.

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