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

List of all members.

Public Member Functions

String getName ()
 SetVolume (Integer volume)
 SetVolume (String volume)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Application.SetVolume"
static final
Parcelable.Creator< SetVolume
CREATOR

Protected Member Functions

Integer parseOne (JsonNode node)
boolean returnsList ()
 SetVolume (Parcel parcel)

Detailed Description

Set the current volume.

This class represents the API method Application.SetVolume

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

Definition at line 223 of file Application.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 235 of file Application.java.

Set the current volume.

Parameters:
volume

Definition at line 257 of file Application.java.

Set the current volume.

Parameters:
volumeOne of: increment, decrement. See constants at GlobalModel.IncrementDecrement.

Definition at line 266 of file Application.java.


Member Function Documentation

Definition at line 277 of file Application.java.

Integer org.xbmc.android.jsonrpc.api.call.Application.SetVolume.parseOne ( JsonNode  node) [inline, protected]

Definition at line 272 of file Application.java.

Definition at line 282 of file Application.java.

Definition at line 227 of file Application.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Application.SetVolume.API_TYPE = "Application.SetVolume" [static]

Definition at line 224 of file Application.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 242 of file Application.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