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

List of all members.

Classes

class  PrepareDownloadResult

Public Member Functions

String getName ()
 PrepareDownload (String path)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Files.PrepareDownload"
static final
Parcelable.Creator
< PrepareDownload
CREATOR

Protected Member Functions

PrepareDownloadResult parseOne (JsonNode node)
 PrepareDownload (Parcel parcel)
boolean returnsList ()

Detailed Description

Provides a way to download a given file (e.g. providing an URL to the real file location).

This class represents the API method Files.PrepareDownload

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

Definition at line 382 of file Files.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 394 of file Files.java.

Provides a way to download a given file (e.g. providing an URL to the real file location).

Parameters:
path

Definition at line 416 of file Files.java.


Member Function Documentation

Definition at line 427 of file Files.java.

Definition at line 422 of file Files.java.

Definition at line 432 of file Files.java.

Definition at line 386 of file Files.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Files.PrepareDownload.API_TYPE = "Files.PrepareDownload" [static]

Definition at line 383 of file Files.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 401 of file Files.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