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

List of all members.

Classes

interface  Field

Public Member Functions

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

Public Attributes

final String field

Static Public Attributes

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

Protected Member Functions

 TVShowFilterRule (Parcel parcel)

Detailed Description

API Name: List.Filter.Rule.TVShows

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

Definition at line 2061 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.TVShowFilterRule.TVShowFilterRule ( 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, status, votes, rating, year, genre, director, actor, numepisodes, numwatched, playcount, path, studio, mpaarating, dateadded, lastplayed, inprogress, tag, playlist, virtualfolder. See constants at ListModel.TVShowFilterRule.Field.

Definition at line 2075 of file ListModel.java.

Construct via parcel.

Definition at line 2101 of file ListModel.java.


Member Function Documentation

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

Definition at line 2121 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 2081 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 2093 of file ListModel.java.


Member Data Documentation

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

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

Definition at line 2062 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

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

Definition at line 2109 of file ListModel.java.

Definition at line 2065 of file ListModel.java.

Definition at line 2068 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:51