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

List of all members.

Public Member Functions

String getName ()
 GetRecentlyAddedAlbums (ListModel.Limits limits, ListModel.Sort sort, String...properties)
 GetRecentlyAddedAlbums (String...properties)
 GetRecentlyAddedAlbums (ListModel.Limits limits, String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "AudioLibrary.GetRecentlyAddedAlbums"
static final
Parcelable.Creator
< GetRecentlyAddedAlbums
CREATOR
static final String RESULT = "albums"

Protected Member Functions

 GetRecentlyAddedAlbums (Parcel parcel)
ArrayList< AudioModel.AlbumDetail > parseMany (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve recently added albums.

This class represents the API method AudioLibrary.GetRecentlyAddedAlbums

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

Definition at line 2147 of file AudioLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 2159 of file AudioLibrary.java.

org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyAddedAlbums.GetRecentlyAddedAlbums ( ListModel.Limits  limits,
ListModel.Sort  sort,
String...  properties 
) [inline]

Retrieve recently added albums.

Parameters:
limits
sort
propertiesOne or more of: title, description, artist, genre, theme, mood, style, type, albumlabel, rating, year, musicbrainzalbumid, musicbrainzalbumartistid, fanart, thumbnail, playcount, genreid, artistid, displayartist. See constants at AudioModel.AlbumFields.

Definition at line 2184 of file AudioLibrary.java.

Retrieve recently added albums.

Parameters:
propertiesOne or more of: title, description, artist, genre, theme, mood, style, type, albumlabel, rating, year, musicbrainzalbumid, musicbrainzalbumartistid, fanart, thumbnail, playcount, genreid, artistid, displayartist. See constants at AudioModel.AlbumFields.

Definition at line 2195 of file AudioLibrary.java.

org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyAddedAlbums.GetRecentlyAddedAlbums ( ListModel.Limits  limits,
String...  properties 
) [inline]

Retrieve recently added albums.

Parameters:
limits
propertiesOne or more of: title, description, artist, genre, theme, mood, style, type, albumlabel, rating, year, musicbrainzalbumid, musicbrainzalbumartistid, fanart, thumbnail, playcount, genreid, artistid, displayartist. See constants at AudioModel.AlbumFields.

Definition at line 2205 of file AudioLibrary.java.


Member Function Documentation

Definition at line 2227 of file AudioLibrary.java.

ArrayList<AudioModel.AlbumDetail> org.xbmc.android.jsonrpc.api.call.AudioLibrary.GetRecentlyAddedAlbums.parseMany ( JsonNode  node) [inline, protected]

Definition at line 2212 of file AudioLibrary.java.

Definition at line 2232 of file AudioLibrary.java.

Definition at line 2151 of file AudioLibrary.java.


Member Data Documentation

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

Definition at line 2148 of file AudioLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 2166 of file AudioLibrary.java.

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