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

List of all members.

Public Member Functions

String getName ()
 SetAlbumDetails (Integer albumid, String title, String[] artist, String description, String[] genre, String[] theme, String[] mood, String[] style, String type, String albumlabel, Integer rating, Integer year)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "AudioLibrary.SetAlbumDetails"
static final
Parcelable.Creator
< SetAlbumDetails
CREATOR

Protected Member Functions

String parseOne (JsonNode node)
boolean returnsList ()
 SetAlbumDetails (Parcel parcel)

Detailed Description

Update the given album with the given details.

This class represents the API method AudioLibrary.SetAlbumDetails

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

Definition at line 3471 of file AudioLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 3483 of file AudioLibrary.java.

org.xbmc.android.jsonrpc.api.call.AudioLibrary.SetAlbumDetails.SetAlbumDetails ( Integer  albumid,
String  title,
String[]  artist,
String  description,
String[]  genre,
String[]  theme,
String[]  mood,
String[]  style,
String  type,
String  albumlabel,
Integer  rating,
Integer  year 
) [inline]

Update the given album with the given details.

Parameters:
albumid
title
artist
description
genre
theme
mood
style
type
albumlabel
rating
year

Definition at line 3516 of file AudioLibrary.java.


Member Function Documentation

Definition at line 3538 of file AudioLibrary.java.

String org.xbmc.android.jsonrpc.api.call.AudioLibrary.SetAlbumDetails.parseOne ( JsonNode  node) [inline, protected]

Definition at line 3533 of file AudioLibrary.java.

Definition at line 3543 of file AudioLibrary.java.

Definition at line 3475 of file AudioLibrary.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.AudioLibrary.SetAlbumDetails.API_TYPE = "AudioLibrary.SetAlbumDetails" [static]

Definition at line 3472 of file AudioLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 3490 of file AudioLibrary.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