Public Member Functions | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.Playlist.GetProperties Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.Playlist.GetProperties:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getName ()
 GetProperties (Integer playlistid, String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Playlist.GetProperties"
static final
Parcelable.Creator
< GetProperties
CREATOR

Protected Member Functions

 GetProperties (Parcel parcel)
PlaylistModel.PropertyValue parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the values of the given properties.

This class represents the API method Playlist.GetProperties

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 469 of file Playlist.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 481 of file Playlist.java.

org.xbmc.android.jsonrpc.api.call.Playlist.GetProperties.GetProperties ( Integer  playlistid,
String...  properties 
) [inline]

Retrieves the values of the given properties.

Parameters:
playlistid
propertiesOne or more of: type, size. See constants at PlaylistModel.PropertyName.

Definition at line 504 of file Playlist.java.


Member Function Documentation

Definition at line 516 of file Playlist.java.

PlaylistModel.PropertyValue org.xbmc.android.jsonrpc.api.call.Playlist.GetProperties.parseOne ( JsonNode  node) [inline, protected]

Definition at line 511 of file Playlist.java.

Definition at line 521 of file Playlist.java.

Definition at line 473 of file Playlist.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Playlist.GetProperties.API_TYPE = "Playlist.GetProperties" [static]

Definition at line 470 of file Playlist.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 488 of file Playlist.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:50