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

List of all members.

Classes

interface  Type

Public Member Functions

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

Public Attributes

final String file
final String type

Static Public Attributes

static final
Parcelable.Creator< FileType
CREATOR
static final String FILE = "file"
static final String TYPE = "type"

Protected Member Functions

 FileType (Parcel parcel)

Detailed Description

A picture has a file path.

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


Constructor & Destructor Documentation

A picture has a file path.

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

Definition at line 855 of file NotificationsModel.java.

Construct via parcel.

Definition at line 882 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 902 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 861 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 874 of file NotificationsModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 890 of file NotificationsModel.java.

Definition at line 843 of file NotificationsModel.java.

Definition at line 847 of file NotificationsModel.java.

Definition at line 844 of file NotificationsModel.java.

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