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

List of all members.

Classes

interface  Field

Public Member Functions

int describeContents ()
 EpisodeFilterRule (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.Episodes"
static final
Parcelable.Creator
< EpisodeFilterRule
CREATOR
static final String FIELD = "field"

Protected Member Functions

 EpisodeFilterRule (Parcel parcel)

Detailed Description

API Name: List.Filter.Rule.Episodes

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

Definition at line 1636 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.EpisodeFilterRule.EpisodeFilterRule ( 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, tvshow, plot, votes, rating, time, writers, airdate, playcount, lastplayed, inprogress, genre, year, director, actor, episode, season, filename, path, studio, mpaarating, dateadded, videoresolution, audiochannels, videocodec, audiocodec, audiolanguage, subtitlelanguage, videoaspect, playlist, virtualfolder. See constants at ListModel.EpisodeFilterRule.Field.

Definition at line 1650 of file ListModel.java.

Construct via parcel.

Definition at line 1676 of file ListModel.java.


Member Function Documentation

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

Definition at line 1696 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 1656 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 1668 of file ListModel.java.


Member Data Documentation

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

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

Definition at line 1637 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

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

Definition at line 1684 of file ListModel.java.

Definition at line 1640 of file ListModel.java.

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