Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.model.ListModel.Limits Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.ListModel.Limits:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
 Limits (Integer end, Integer start)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer end
final Integer start

Static Public Attributes

static final String API_TYPE = "List.Limits"
static final
Parcelable.Creator< Limits
CREATOR
static final String END = "end"
static final String START = "start"

Protected Member Functions

 Limits (Parcel parcel)

Detailed Description

Limits are applied after getting the directory content thus retrieval is not faster when they are applied.

API Name: List.Limits

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

Definition at line 3894 of file ListModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ListModel.Limits.Limits ( Integer  end,
Integer  start 
) [inline]

Limits are applied after getting the directory content thus retrieval is not faster when they are applied.

Parameters:
end
start

Definition at line 3910 of file ListModel.java.

Construct via parcel.

Definition at line 3937 of file ListModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 3957 of file ListModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 3916 of file ListModel.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 3929 of file ListModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.ListModel.Limits.API_TYPE = "List.Limits" [static]

Definition at line 3895 of file ListModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 3945 of file ListModel.java.

Definition at line 3898 of file ListModel.java.

Definition at line 3902 of file ListModel.java.

Definition at line 3899 of file ListModel.java.

Definition at line 3903 of file ListModel.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