A B C D E F G H I J K L N O P Q S T V

L

LeanAccount - Class in com.leanengine
 
LeanAccount(Long, String, String, String, Map<String, Object>) - Constructor for class com.leanengine.LeanAccount
 
LeanEngine - Class in com.leanengine
The main LeanEngine context class, containing application-wide data.
LeanEngine() - Constructor for class com.leanengine.LeanEngine
 
LeanEntity - Class in com.leanengine
LeanEntity is a basic data unit that can be stored on the server.
LeanError - Class in com.leanengine
Main error class containing all error codes.
LeanError.Type - Enum in com.leanengine
 
LeanException - Exception in com.leanengine
Exception wrapping the LeanError.
LeanQuery - Class in com.leanengine
Class to perform data queries against server datastore.
LeanQuery(String) - Constructor for class com.leanengine.LeanQuery
Constructor to initialize query.
LeanQuery.FilterOperator - Enum in com.leanengine
FilterOperator specifies what type of operation you want to apply to your filter.
LeanQuery.SortDirection - Enum in com.leanengine
SortDirection controls the order of a sort.
LeanText - Class in com.leanengine
Internal wrapper class for String, used to mark string values that need to be treated by server as long unindexed text values.
limit(int) - Method in class com.leanengine.LeanQuery
The size of result set returned by this query's fetch methods.
LoginDialog - Class in com.leanengine
A subclass of Dialog for performing login procedure against various authentication providers.
LoginDialog(Context, String, LoginListener) - Constructor for class com.leanengine.LoginDialog
Constructs a LoginDialog.
LoginListener - Interface in com.leanengine
A listener interface used during authentication process.
logout() - Static method in class com.leanengine.LeanAccount
Logs user out of server.
logoutInBackground(NetworkCallback<Boolean>) - Static method in class com.leanengine.LeanAccount
Logs user out of server.

A B C D E F G H I J K L N O P Q S T V