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

List of all members.

Classes

interface  Type

Public Member Functions

int describeContents ()
 IdType (Integer id, String type)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer id
final String type

Static Public Attributes

static final
Parcelable.Creator< IdType
CREATOR
static final String ID = "id"
static final String TYPE = "type"

Protected Member Functions

 IdType (Parcel parcel)

Detailed Description

An item known to the database has an identification.

Note: Seems this class isn't used yet in the API.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 332 of file NotificationsModel.java.


Constructor & Destructor Documentation

An item known to the database has an identification.

Parameters:
id
typeOne of: unknown, movie, episode, musicvideo, song, picture, channel. See constants at NotificationsModel.IdType.Type.

Definition at line 347 of file NotificationsModel.java.

Construct via parcel.

Definition at line 374 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 394 of file NotificationsModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 353 of file NotificationsModel.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 366 of file NotificationsModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 382 of file NotificationsModel.java.

Definition at line 335 of file NotificationsModel.java.

Definition at line 339 of file NotificationsModel.java.

Definition at line 336 of file NotificationsModel.java.

Definition at line 340 of file NotificationsModel.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