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

List of all members.

Classes

class  And
class  Or

Public Member Functions

int describeContents ()
JsonNode toJsonNode ()
 TVShowFilter (And and)
 TVShowFilter (TVShowFilterRule filterRuleTVShows)
 TVShowFilter (Or or)
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final And and
final TVShowFilterRule filterRuleTVShows
final Or or

Static Public Attributes

static final String API_TYPE = "List.Filter.TVShows"
static final
Parcelable.Creator
< TVShowFilter
CREATOR

Protected Member Functions

 TVShowFilter (Parcel parcel)

Detailed Description

API Name: List.Filter.TVShows

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

Definition at line 2406 of file ListModel.java.


Constructor & Destructor Documentation

Parameters:
and

Definition at line 2417 of file ListModel.java.

Parameters:
filterRuleTVShows

Definition at line 2426 of file ListModel.java.

Parameters:
or

Definition at line 2435 of file ListModel.java.

Construct via parcel.

Definition at line 2470 of file ListModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 2491 of file ListModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 2442 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.

Implements android.os.Parcelable.

Definition at line 2461 of file ListModel.java.


Member Data Documentation

Definition at line 2410 of file ListModel.java.

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

Definition at line 2407 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 2479 of file ListModel.java.

Definition at line 2411 of file ListModel.java.

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