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

List of all members.

Classes

interface  Field

Public Member Functions

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

Public Attributes

final String field

Static Public Attributes

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

Protected Member Functions

 ArtistFilterRule (Parcel parcel)

Detailed Description

API Name: List.Filter.Rule.Artists

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

Definition at line 1544 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.ArtistFilterRule.ArtistFilterRule ( 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: artist, genre, moods, styles, instruments, biography, born, bandformed, disbanded, died, playlist, virtualfolder. See constants at ListModel.ArtistFilterRule.Field.

Definition at line 1558 of file ListModel.java.

Construct via parcel.

Definition at line 1584 of file ListModel.java.


Member Function Documentation

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

Definition at line 1604 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 1564 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 1576 of file ListModel.java.


Member Data Documentation

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

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

Definition at line 1545 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

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

Definition at line 1592 of file ListModel.java.

Definition at line 1548 of file ListModel.java.

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