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

List of all members.

Classes

interface  TypeValue

Public Member Functions

int describeContents ()
JsonNode toJsonNode ()
 Type (String type)
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String type

Static Public Attributes

static final
Parcelable.Creator< Type
CREATOR
static final String TYPE = "type"

Protected Member Functions

 Type (Parcel parcel)

Detailed Description

An unknown item does not have any additional information.

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 250 of file NotificationsModel.java.


Constructor & Destructor Documentation

An unknown item does not have any additional information.

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

Definition at line 262 of file NotificationsModel.java.

Construct via parcel.

Definition at line 286 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 305 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 267 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 279 of file NotificationsModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 293 of file NotificationsModel.java.

Definition at line 253 of file NotificationsModel.java.

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