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

List of all members.

Public Member Functions

String getName ()
 SetArtistDetails (Integer artistid, String artist, String[] instrument, String[] style, String[] mood, String born, String formed, String description, String[] genre, String died, String disbanded, String...yearsactive)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Update the given artist with the given details.

This class represents the API method AudioLibrary.SetArtistDetails

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

Definition at line 3555 of file AudioLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 3567 of file AudioLibrary.java.

org.xbmc.android.jsonrpc.api.call.AudioLibrary.SetArtistDetails.SetArtistDetails ( Integer  artistid,
String  artist,
String[]  instrument,
String[]  style,
String[]  mood,
String  born,
String  formed,
String  description,
String[]  genre,
String  died,
String  disbanded,
String...  yearsactive 
) [inline]

Update the given artist with the given details.

Parameters:
artistid
artist
instrument
style
mood
born
formed
description
genre
died
disbanded
yearsactive

Definition at line 3600 of file AudioLibrary.java.


Member Function Documentation

Definition at line 3622 of file AudioLibrary.java.

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

Definition at line 3617 of file AudioLibrary.java.

Definition at line 3627 of file AudioLibrary.java.

Definition at line 3559 of file AudioLibrary.java.


Member Data Documentation

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

Definition at line 3556 of file AudioLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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