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

List of all members.

Public Member Functions

int describeContents ()
 FilterArtist (String artist)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String artist

Static Public Attributes

static final String ARTIST = "artist"
static final
Parcelable.Creator
< FilterArtist
CREATOR

Protected Member Functions

 FilterArtist (Parcel parcel)

Detailed Description

Note: This class is used as parameter only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 861 of file AudioLibrary.java.


Constructor & Destructor Documentation

Parameters:
artist

Definition at line 872 of file AudioLibrary.java.

Construct via parcel.

Definition at line 896 of file AudioLibrary.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 915 of file AudioLibrary.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 877 of file AudioLibrary.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Definition at line 889 of file AudioLibrary.java.


Member Data Documentation

Definition at line 864 of file AudioLibrary.java.

Definition at line 867 of file AudioLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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