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

List of all members.

Classes

interface  Field

Public Member Functions

int describeContents ()
 MovieFilterRule (String operator, Value value, String field)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String field

Static Public Attributes

static final String API_TYPE = "List.Filter.Rule.Movies"
static final
Parcelable.Creator
< MovieFilterRule
CREATOR
static final String FIELD = "field"

Protected Member Functions

 MovieFilterRule (Parcel parcel)

Detailed Description

API Name: List.Filter.Rule.Movies

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

Definition at line 1747 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.MovieFilterRule.MovieFilterRule ( String  operator,
Value  value,
String  field 
) [inline]
Parameters:
operatorOne of: contains, doesnotcontain, is, isnot, startswith, endswith, greaterthan, lessthan, after, before, inthelast, notinthelast, true, false, between. See constants at ListModel.FilterRule.Operator.
value
fieldOne of: title, plot, plotoutline, tagline, votes, rating, time, writers, playcount, lastplayed, inprogress, genre, country, year, director, actor, mpaarating, top250, studio, hastrailer, filename, path, set, tag, dateadded, videoresolution, audiochannels, videocodec, audiocodec, audiolanguage, subtitlelanguage, videoaspect, playlist, virtualfolder. See constants at ListModel.MovieFilterRule.Field.

Definition at line 1761 of file ListModel.java.

Construct via parcel.

Definition at line 1787 of file ListModel.java.


Member Function Documentation

Reimplemented from org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.

Definition at line 1807 of file ListModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Reimplemented from org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.

Definition at line 1767 of file ListModel.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.

Reimplemented from org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.

Definition at line 1779 of file ListModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.ListModel.MovieFilterRule.API_TYPE = "List.Filter.Rule.Movies" [static]

Reimplemented from org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.

Definition at line 1748 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Reimplemented from org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.

Definition at line 1795 of file ListModel.java.

Definition at line 1751 of file ListModel.java.

Definition at line 1754 of file ListModel.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