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

List of all members.

Classes

interface  Field

Public Member Functions

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

Protected Member Functions

 MusicVideoFilterRule (Parcel parcel)

Detailed Description

API Name: List.Filter.Rule.MusicVideos

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

Definition at line 1861 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.MusicVideoFilterRule.MusicVideoFilterRule ( 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, genre, album, year, artist, filename, path, playcount, lastplayed, time, director, studio, plot, tag, dateadded, videoresolution, audiochannels, videocodec, audiocodec, audiolanguage, subtitlelanguage, videoaspect, playlist, virtualfolder. See constants at ListModel.MusicVideoFilterRule.Field.

Definition at line 1875 of file ListModel.java.

Construct via parcel.

Definition at line 1901 of file ListModel.java.


Member Function Documentation

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

Definition at line 1921 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 1881 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 1893 of file ListModel.java.


Member Data Documentation

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

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

Definition at line 1862 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

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

Definition at line 1909 of file ListModel.java.

Definition at line 1865 of file ListModel.java.

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