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

List of all members.

Classes

interface  Method
interface  Order

Public Member Functions

int describeContents ()
 Sort (Boolean ignorearticle, String method, String order)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Boolean ignorearticle
final String method
final String order

Static Public Attributes

static final String API_TYPE = "List.Sort"
static final
Parcelable.Creator< Sort
CREATOR
static final String IGNOREARTICLE = "ignorearticle"
static final String METHOD = "method"
static final String ORDER = "order"

Protected Member Functions

 Sort (Parcel parcel)

Detailed Description

API Name: List.Sort

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

Definition at line 4075 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.Sort.Sort ( Boolean  ignorearticle,
String  method,
String  order 
) [inline]
Parameters:
ignorearticle
methodOne of: none, label, date, size, file, path, drivetype, title, track, time, artist, album, albumtype, genre, country, year, rating, votes, top250, programcount, playlist, episode, season, totalepisodes, watchedepisodes, tvshowstatus, tvshowtitle, sorttitle, productioncode, mpaa, studio, dateadded, lastplayed, playcount, listeners, bitrate, random. See constants at ListModel.Sort.Method.
orderOne of: ascending, descending. See constants at ListModel.Sort.Order.

Definition at line 4093 of file ListModel.java.

Construct via parcel.

Definition at line 4123 of file ListModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 4144 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 4100 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 4114 of file ListModel.java.


Member Data Documentation

Definition at line 4076 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 4132 of file ListModel.java.

final String org.xbmc.android.jsonrpc.api.model.ListModel.Sort.IGNOREARTICLE = "ignorearticle" [static]

Definition at line 4079 of file ListModel.java.

Definition at line 4084 of file ListModel.java.

Definition at line 4080 of file ListModel.java.

Definition at line 4085 of file ListModel.java.

Definition at line 4081 of file ListModel.java.

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