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

List of all members.

Classes

class  FileType
class  IdTitleChanneltypeType
class  IdType
class  TitleAlbumArtistType
class  TitleAlbumTrackArtistType
class  TitleEpisodeSeasonTypeShowtitle
class  TitleYearType
class  Type

Public Member Functions

int describeContents ()
 Item (FileType fileType)
 Item (IdTitleChanneltypeType idTitleChanneltypeType)
 Item (IdType idType)
 Item (TitleAlbumArtistType titleAlbumArtistType)
 Item (TitleAlbumTrackArtistType titleAlbumTrackArtistType)
 Item (TitleEpisodeSeasonTypeShowtitle titleEpisodeSeasonTypeShowtitle)
 Item (TitleYearType titleYearType)
 Item (Type type)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final FileType fileType
final IdTitleChanneltypeType idTitleChanneltypeType
final IdType idType
final TitleAlbumArtistType titleAlbumArtistType
final TitleAlbumTrackArtistType titleAlbumTrackArtistType
final
TitleEpisodeSeasonTypeShowtitle 
titleEpisodeSeasonTypeShowtitle
final TitleYearType titleYearType
final Type type

Static Public Attributes

static final String API_TYPE = "Notifications.Item"
static final
Parcelable.Creator< Item
CREATOR

Protected Member Functions

 Item (Parcel parcel)

Detailed Description

API Name: Notifications.Item

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


Constructor & Destructor Documentation

Parameters:
fileType

Definition at line 56 of file NotificationsModel.java.

Parameters:
idTitleChanneltypeType

Definition at line 70 of file NotificationsModel.java.

Parameters:
idType

Definition at line 84 of file NotificationsModel.java.

Parameters:
titleAlbumArtistType

Definition at line 98 of file NotificationsModel.java.

Parameters:
titleAlbumTrackArtistType

Definition at line 112 of file NotificationsModel.java.

Parameters:
titleEpisodeSeasonTypeShowtitle

Definition at line 126 of file NotificationsModel.java.

Parameters:
titleYearType

Definition at line 140 of file NotificationsModel.java.

Parameters:
type

Definition at line 154 of file NotificationsModel.java.

Construct via parcel.

Definition at line 214 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 240 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 166 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 200 of file NotificationsModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.NotificationsModel.Item.API_TYPE = "Notifications.Item" [static]

Definition at line 41 of file NotificationsModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 228 of file NotificationsModel.java.

Definition at line 44 of file NotificationsModel.java.

Definition at line 45 of file NotificationsModel.java.

Definition at line 46 of file NotificationsModel.java.

Definition at line 47 of file NotificationsModel.java.

Definition at line 48 of file NotificationsModel.java.

Definition at line 49 of file NotificationsModel.java.

Definition at line 50 of file NotificationsModel.java.

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