Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortOperations() - Method in class cn.leancloud.LCObject
-
abort all modify operations.
- accept(Map<String, Object>) - Method in class cn.leancloud.LCFriendshipRequest
-
accept friend request by current user.
- acceptFriendshipRequest(LCFriendshipRequest, Map<String, Object>) - Method in class cn.leancloud.LCUser
-
accept a friendship.
- acceptFriendshipRequest(LCUser, LCFriendshipRequest, JSONObject) - Method in class cn.leancloud.core.StorageClient
- acceptFriendshipRequest(LCUser, LCFriendshipRequest, Map<String, Object>) - Method in class cn.leancloud.LCUser
-
accept a friendship.
- ACCOUNT_ALREADY_LINKED - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an an account being linked is already linked to another user.
- acl - Variable in class cn.leancloud.LCObject
- add(int, Object) - Method in class cn.leancloud.gson.GsonArray
- add(Object) - Method in class cn.leancloud.gson.GsonArray
- add(String, Object) - Method in class cn.leancloud.LCObject
-
Add attribute.
- add(String, Object) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- add(T) - Method in class cn.leancloud.LCRelation
-
Adds an object to this relation.
- addAll(int, Collection<? extends Object>) - Method in class cn.leancloud.gson.GsonArray
- addAll(String, Collection<?>) - Method in class cn.leancloud.LCObject
-
Add collection attribute.
- addAll(String, Collection<?>) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- addAll(Collection<? extends Object>) - Method in class cn.leancloud.gson.GsonArray
- addAll(Collection<T>) - Method in class cn.leancloud.LCRelation
-
Adds many objects to this relation.
- addAllUnique(String, Collection<?>) - Method in class cn.leancloud.LCObject
-
Add unique collection attribute.
- addAllUnique(String, Collection<?>) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- addAndItems(QueryConditions) - Method in class cn.leancloud.query.QueryConditions
- addAscendingOrder(String) - Method in class cn.leancloud.LCQuery
-
Also sorts the results in ascending order by the given key.
- addAscendingOrder(String) - Method in class cn.leancloud.query.QueryConditions
- addAscendingOrder(String) - Method in class cn.leancloud.search.LCSearchQuery
-
Also sorts the results in ascending order by the given key.
- addDescendingOrder(String) - Method in class cn.leancloud.LCQuery
-
Also sorts the results in descending order by the given key.
- addDescendingOrder(String) - Method in class cn.leancloud.query.QueryConditions
- addDescendingOrder(String) - Method in class cn.leancloud.search.LCSearchQuery
-
Also sorts the results in descending order by the given key.
- addMetaData(String, Object) - Method in class cn.leancloud.LCFile
-
Add new meta data.
- addNewOperation(ObjectFieldOperation) - Method in class cn.leancloud.LCObject
- addOrItems(QueryOperation) - Method in class cn.leancloud.query.QueryConditions
- addUnique(String, Object) - Method in class cn.leancloud.LCObject
-
Add unique attribute.
- addUnique(String, Object) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- addWhereItem(QueryOperation) - Method in class cn.leancloud.query.QueryConditions
- addWhereItem(String, String, Object) - Method in class cn.leancloud.LCQuery
- addWhereItem(String, String, Object) - Method in class cn.leancloud.query.QueryConditions
- afterDelete - Enum constant in enum class cn.leancloud.LCObject.Hook
- afterSave - Enum constant in enum class cn.leancloud.LCObject.Hook
- afterUpdate - Enum constant in enum class cn.leancloud.LCObject.Hook
- ALL - Enum constant in enum class cn.leancloud.LCLogger.Level
- alwaysUseSubUserClass(Class<? extends LCUser>) - Static method in class cn.leancloud.LCUser
-
通过设置此方法,所有关联对象中的 AVUser 对象都会被强转成注册的 AVUser 子类对象
- and(List<LCQuery<T>>) - Static method in class cn.leancloud.LCQuery
-
Constructs a query that is the and of the given queries.
- AND_OP - Static variable in class cn.leancloud.query.QueryOperation
- API - Enum constant in enum class cn.leancloud.core.LeanService
- AppConfiguration - Class in cn.leancloud.core
- AppConfiguration() - Constructor for class cn.leancloud.core.AppConfiguration
- AppConfiguration.SchedulerCreator - Interface in cn.leancloud.core
- applyFriendshipInBackground(LCUser, LCUser, Map<String, Object>) - Method in class cn.leancloud.LCUser
-
apply new friendship to someone.
- applyFriendshipInBackground(LCUser, Map<String, Object>) - Method in class cn.leancloud.LCUser
-
apply new friendship to someone.
- applyFriendshipRequest(LCUser, JSONObject) - Method in class cn.leancloud.core.StorageClient
- AppRouter - Class in cn.leancloud.core
-
app router 请求 https://app-router.com/2/route?appId=EDR0rD8otnmzF7zNGgLasHzi-MdYXbMMI
- AppRouter() - Constructor for class cn.leancloud.core.AppRouter
- ArchivedRequests - Class in cn.leancloud
- Ascending - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardOrder
- assembleJsonParam() - Method in class cn.leancloud.LCQuery
- assembleJsonParam() - Method in class cn.leancloud.query.QueryConditions
- assembleParameters() - Method in class cn.leancloud.LCQuery
-
Assemble query parameters.
- assembleParameters() - Method in class cn.leancloud.LCStatusQuery
-
assemble query parameters.
- assembleParameters() - Method in class cn.leancloud.query.QueryConditions
- associateWithAuthData(Map<String, Object>, String) - Method in class cn.leancloud.LCUser
-
associate with third party data.
- associateWithAuthData(Map<String, Object>, String, String, String, boolean) - Method in class cn.leancloud.LCUser
-
associate with third party data.
- ATTR_BLOCK_USER - Static variable in class cn.leancloud.LCBlockRelation
- ATTR_EMAIL - Static variable in class cn.leancloud.LCUser
- ATTR_FOLLOWEE - Static variable in class cn.leancloud.LCFriendship
- ATTR_FOLLOWER - Static variable in class cn.leancloud.LCFriendship
- ATTR_FRIEND - Static variable in class cn.leancloud.LCFriendshipRequest
- ATTR_FRIEND_STATUS - Static variable in class cn.leancloud.LCFriendship
- ATTR_IMAGE - Static variable in class cn.leancloud.LCStatus
- ATTR_INBOX_TYPE - Static variable in class cn.leancloud.LCStatus
- ATTR_MESSAGE - Static variable in class cn.leancloud.LCStatus
- ATTR_MESSAGE_ID - Static variable in class cn.leancloud.LCStatus
- ATTR_MOBILEPHONE - Static variable in class cn.leancloud.LCUser
- ATTR_OWNER - Static variable in class cn.leancloud.LCStatus
- ATTR_SESSION_TOKEN - Static variable in class cn.leancloud.LCUser
- ATTR_SOURCE - Static variable in class cn.leancloud.LCStatus
- ATTR_STATUS - Static variable in class cn.leancloud.LCFriendshipRequest
- ATTR_USER - Static variable in class cn.leancloud.LCFriendship
- ATTR_USER - Static variable in class cn.leancloud.LCFriendshipRequest
- ATTR_USERNAME - Static variable in class cn.leancloud.LCUser
- AVSEARCH_APP_URL - Static variable in class cn.leancloud.search.LCSearchQuery
- AVSEARCH_DEEP_LINK - Static variable in class cn.leancloud.search.LCSearchQuery
- AVSEARCH_HIGHTLIGHT - Static variable in class cn.leancloud.search.LCSearchQuery
B
- BaseOperationAdapter - Class in cn.leancloud.gson
- BaseOperationAdapter() - Constructor for class cn.leancloud.gson.BaseOperationAdapter
- batchSave(LCUser, JSONObject) - Method in class cn.leancloud.core.StorageClient
- batchUpdate(LCUser, JSONObject) - Method in class cn.leancloud.core.StorageClient
- becomeWithSessionToken(String) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(synchronized)
- becomeWithSessionToken(String, boolean) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(synchronized)
- becomeWithSessionToken(String, boolean, Class<T>) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(synchronized)
- becomeWithSessionToken(String, Class<T>) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(synchronized)
- becomeWithSessionTokenInBackground(String) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(asynchronous)
- becomeWithSessionTokenInBackground(String, boolean) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(asynchronous)
- becomeWithSessionTokenInBackground(String, boolean, Class<T>) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(asynchronous)
- becomeWithSessionTokenInBackground(String, Class<T>) - Static method in class cn.leancloud.LCUser
-
instantiate AVUser object with sessionToken(asynchronous)
- beforeDelete - Enum constant in enum class cn.leancloud.LCObject.Hook
- beforeSave - Enum constant in enum class cn.leancloud.LCObject.Hook
- beforeUpdate - Enum constant in enum class cn.leancloud.LCObject.Hook
- Better - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardUpdateStrategy
- bitAnd(String, long) - Method in class cn.leancloud.LCObject
-
Modify integer attribute.
- bitOr(String, long) - Method in class cn.leancloud.LCObject
-
Modify integer attribute.
- bitXor(String, long) - Method in class cn.leancloud.LCObject
-
Modify integer attribute.
- blockFriend(LCUser, String) - Method in class cn.leancloud.core.StorageClient
- blockFriendInBackground(String) - Method in class cn.leancloud.LCUser
-
block somebody in background.
- buildCollectionObserver(FindCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for FindCallback
- buildCollectionObserver(StatusListCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for StatusListCallback
- buildDefaultEndpoint(String) - Method in class cn.leancloud.core.AppRouter
- Builder() - Constructor for class cn.leancloud.json.JSONArray.Builder
- Builder() - Constructor for class cn.leancloud.json.JSONObject.Builder
- buildSingleObserver(CloudQueryCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for CloudQueryCallback
- buildSingleObserver(CountCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for CountCallback
- buildSingleObserver(DeleteCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for DeleteCallback
- buildSingleObserver(FollowCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for FollowCallback
- buildSingleObserver(FollowersAndFolloweesCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for FollowersAndFolloweesCallback
- buildSingleObserver(FunctionCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for FunctionCallback
- buildSingleObserver(GetCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for GetCallback
- buildSingleObserver(GetDataCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for GetDataCallback
- buildSingleObserver(GetDataStreamCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for GetDataStreamCallback
- buildSingleObserver(LogInCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for LogInCallback
- buildSingleObserver(MobilePhoneVerifyCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for MobilePhoneVerifyCallback
- buildSingleObserver(RefreshCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for RefreshCallback
- buildSingleObserver(RequestEmailVerifyCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for RequestEmailVerifyCallback
- buildSingleObserver(RequestMobileCodeCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for RequestMobileCodeCallback
- buildSingleObserver(RequestPasswordResetCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for RequestPasswordResetCallback
- buildSingleObserver(SaveCallback<T>) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for SaveCallback
- buildSingleObserver(SendCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for SendCallback
- buildSingleObserver(SignUpCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for SignupCallback
- buildSingleObserver(StatusCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for StatusCallback
- buildSingleObserver(UpdatePasswordCallback) - Static method in class cn.leancloud.convertor.ObserverBuilder
-
build observer for UpdatePasswordCallback
C
- CACHE_ELSE_NETWORK - Enum constant in enum class cn.leancloud.LCQuery.CachePolicy
- CACHE_MISS - Static variable in exception class cn.leancloud.LCException
-
Error code indicating the result was not found in the cache.
- CACHE_MISSING_ERROR - Static variable in exception class cn.leancloud.LCException
- CACHE_ONLY - Enum constant in enum class cn.leancloud.LCQuery.CachePolicy
- CACHE_THEN_NETWORK - Enum constant in enum class cn.leancloud.LCQuery.CachePolicy
- callFunction(LCUser, String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- callFunctionInBackground(LCUser, String, Map<String, Object>) - Static method in class cn.leancloud.LCCloud
-
Call Cloud Function in Background.
- callFunctionInBackground(String, Map<String, Object>) - Static method in class cn.leancloud.LCCloud
-
Call Cloud Function in Background.
- callFunctionWithCacheInBackground(LCUser, String, Map<String, Object>, LCQuery.CachePolicy, long, Class<T>) - Static method in class cn.leancloud.LCCloud
-
call cloud funtion with cache policy.
- callFunctionWithCacheInBackground(String, Map<String, Object>, LCQuery.CachePolicy, long, Class<T>) - Static method in class cn.leancloud.LCCloud
-
call cloud funtion with cache policy.
- callFunctionWithCachePolicy(LCUser, String, Map<String, Object>, LCQuery.CachePolicy, long, Class<T>) - Method in class cn.leancloud.core.StorageClient
- callRPC(LCUser, String, Object) - Method in class cn.leancloud.core.StorageClient
- callRPCInBackground(LCUser, String, Object) - Static method in class cn.leancloud.LCCloud
-
Call Cloud RPC Function in Background.
- callRPCInBackground(String, Object) - Static method in class cn.leancloud.LCCloud
-
Call Cloud RPC Function in Background.
- callRPCWithCacheInBackground(LCUser, String, Map<String, Object>, LCQuery.CachePolicy, long, Class<T>) - Static method in class cn.leancloud.LCCloud
-
Call Cloud RPC Function with cache policy in Background.
- callRPCWithCacheInBackground(String, Map<String, Object>, LCQuery.CachePolicy, long, Class<T>) - Static method in class cn.leancloud.LCCloud
-
Call Cloud RPC Function with cache policy in Background.
- callRPCWithCachePolicy(LCUser, String, Map<String, Object>, LCQuery.CachePolicy, long, Class<T>) - Method in class cn.leancloud.core.StorageClient
- cast(LCObject, Class<T>) - Static method in class cn.leancloud.LCObject
- cast(LCUser, Class<T>) - Static method in class cn.leancloud.LCUser
-
通过这个方法可以将 AVUser 对象强转为其子类对象
- castToDate(Object) - Static method in class cn.leancloud.gson.GsonWrapper
- changeCurrentUser(LCUser, boolean) - Static method in class cn.leancloud.LCUser
-
change current user instance.
- changeDeviceType(String) - Static method in class cn.leancloud.LCInstallation
- changeRequestSignature(RequestSignature) - Static method in class cn.leancloud.core.RequestPaddingInterceptor
- checkAuthenticated(String) - Method in class cn.leancloud.core.StorageClient
- checkAuthenticatedInBackground() - Method in class cn.leancloud.LCUser
-
check authenticated status in background.
- checkClassName(String) - Static method in class cn.leancloud.Transformer
- checkMobilePhoneNumber(String) - Static method in class cn.leancloud.sms.LCSMS
- checkPrimitiveArray(GenericArrayType) - Static method in class cn.leancloud.json.TypeReference
- CIRCLE_REFERENCE - Static variable in exception class cn.leancloud.LCException
- CLASS_NAME - Static variable in class cn.leancloud.LCBlockRelation
- CLASS_NAME - Static variable in class cn.leancloud.LCFile
- CLASS_NAME - Static variable in class cn.leancloud.LCFriendship
- CLASS_NAME - Static variable in class cn.leancloud.LCFriendshipRequest
- CLASS_NAME - Static variable in class cn.leancloud.LCInstallation
- CLASS_NAME - Static variable in class cn.leancloud.LCRole
- CLASS_NAME - Static variable in class cn.leancloud.LCStatus
- CLASS_NAME - Static variable in class cn.leancloud.LCUser
- className - Variable in class cn.leancloud.LCObject
- clear() - Method in class cn.leancloud.gson.GsonArray
- clear() - Method in class cn.leancloud.gson.GsonObject
- clearAllCachedResults() - Static method in class cn.leancloud.LCQuery
-
Clears the cached result for all queries.
- clearCachedResult() - Method in class cn.leancloud.LCQuery
-
Removes the previously cached result for this query, forcing the next find() to hit the network.
- clearEndpoints() - Method in class cn.leancloud.core.AppRouter
- clearExpiration() - Method in class cn.leancloud.LCPush
-
Clears both expiration values, indicating that the notification should never expire.
- clearMetaData() - Method in class cn.leancloud.LCFile
-
Cleanup meta data.
- clearPathPrefix() - Method in class cn.leancloud.LCFile
-
clear folder path.
- clearServerURLs() - Static method in class cn.leancloud.core.LeanCloud
- clone() - Method in class cn.leancloud.gson.GsonArray
- clone() - Method in class cn.leancloud.gson.GsonObject
- clone() - Method in class cn.leancloud.LCQuery
-
Clone a new query object, which fully same to this.
- clone() - Method in class cn.leancloud.query.QueryConditions
- cloudQuery(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- CloudQueryCallback<T> - Class in cn.leancloud.callback
- CloudQueryCallback() - Constructor for class cn.leancloud.callback.CloudQueryCallback
- cn.leancloud - package cn.leancloud
- cn.leancloud.callback - package cn.leancloud.callback
- cn.leancloud.convertor - package cn.leancloud.convertor
- cn.leancloud.core - package cn.leancloud.core
- cn.leancloud.gson - package cn.leancloud.gson
- cn.leancloud.json - package cn.leancloud.json
- cn.leancloud.query - package cn.leancloud.query
- cn.leancloud.search - package cn.leancloud.search
- cn.leancloud.sms - package cn.leancloud.sms
- cn.leancloud.types - package cn.leancloud.types
- code - Variable in exception class cn.leancloud.LCException
- COMMAND_UNAVAILABLE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the feature you tried to access is only available internally for testing purposes.
- compileWhereOperationMap() - Method in class cn.leancloud.query.QueryConditions
- config(boolean, AppConfiguration.SchedulerCreator) - Static method in class cn.leancloud.core.AppConfiguration
- configCacheSettings(String, String, String, String, String, String, SystemSetting) - Static method in class cn.leancloud.core.AppConfiguration
-
config local cache setting.
- CONNECTION_FAILED - Static variable in exception class cn.leancloud.LCException
-
Error code indicating the connection to the AVOSCloud servers failed.
- contains(Object) - Method in class cn.leancloud.gson.GsonArray
- containsAll(Collection<? extends Object>) - Method in class cn.leancloud.gson.GsonArray
- containsKey(Object) - Method in class cn.leancloud.gson.GsonObject
- containsKey(String) - Method in class cn.leancloud.LCObject
-
Contain specified key.
- containsValue(Object) - Method in class cn.leancloud.gson.GsonObject
- ConverterFactory - Interface in cn.leancloud.json
- count() - Method in class cn.leancloud.LCQuery
-
Get result count in blocking mode.
- count(LCUser) - Method in class cn.leancloud.LCQuery
-
Get result count in blocking mode.
- CountCallback - Class in cn.leancloud.callback
- CountCallback() - Constructor for class cn.leancloud.callback.CountCallback
- countInBackground() - Method in class cn.leancloud.LCQuery
-
Get result count in async mode.
- countInBackground() - Method in class cn.leancloud.LCStatusQuery
-
get status count.
- countInBackground(LCUser) - Method in class cn.leancloud.LCQuery
-
Get result count in async mode.
- create() - Method in interface cn.leancloud.core.AppConfiguration.SchedulerCreator
- create(String, LCLeaderboard.LCLeaderboardOrder, LCLeaderboard.LCLeaderboardUpdateStrategy, LCLeaderboard.LCLeaderboardVersionChangeInterval) - Static method in class cn.leancloud.LCLeaderboard
-
create leaderboard with default member type(User).
- create(List<Object>) - Static method in class cn.leancloud.json.JSONArray.Builder
- create(Map<String, Object>) - Static method in class cn.leancloud.json.JSONObject.Builder
- createInstanceFromLocal(String) - Static method in class cn.leancloud.LCInstallation
- createJSONParser() - Method in class cn.leancloud.gson.GSONConverterFactory
- createJSONParser() - Method in interface cn.leancloud.json.ConverterFactory
- createLeaderboard(Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
-
create leaderboard.
- createObject(LCUser, String, JSONObject, boolean, JSONObject) - Method in class cn.leancloud.core.StorageClient
- createStatus(String, String) - Static method in class cn.leancloud.LCStatus
-
create a status instance.
- createStatusWithData(Map<String, Object>) - Static method in class cn.leancloud.LCStatus
-
create a status instance.
- createUserBySession(String, Class<T>) - Method in class cn.leancloud.core.StorageClient
- createWithMemberType(String, String, LCLeaderboard.LCLeaderboardOrder, LCLeaderboard.LCLeaderboardUpdateStrategy, LCLeaderboard.LCLeaderboardVersionChangeInterval) - Static method in class cn.leancloud.LCLeaderboard
-
create leaderboard with customized member type
- createWithoutData(Class<T>, String) - Static method in class cn.leancloud.LCObject
-
Create a new instance with particular class and objectId.
- createWithoutData(String) - Static method in class cn.leancloud.LCLeaderboard
-
create instance with leaderboard name
- createWithoutData(String, String) - Static method in class cn.leancloud.LCLeaderboard
-
create instance with leaderboard name and type.
- createWithoutData(String, String) - Static method in class cn.leancloud.LCObject
-
Create a new instance with particular classname and objectId.
- createWithSessionToken(Class<T>, String, String) - Static method in class cn.leancloud.LCUser
- createWithSessionToken(String, String) - Static method in class cn.leancloud.LCUser
- currentUser() - Static method in class cn.leancloud.LCUser
-
获取当前登录用户
D
- d(String) - Method in class cn.leancloud.LCLogger
- d(String, Throwable) - Method in class cn.leancloud.LCLogger
- DATA_EXTRA_SEARCH_KEY - Static variable in class cn.leancloud.search.LCSearchQuery
- Day - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
- DEBUG - Enum constant in enum class cn.leancloud.LCLogger.Level
- decline() - Method in class cn.leancloud.LCFriendshipRequest
-
decline friend request by current user.
- declineFriendshipRequest(LCFriendshipRequest) - Method in class cn.leancloud.LCUser
-
decline a friendship.
- declineFriendshipRequest(LCUser, LCFriendshipRequest) - Method in class cn.leancloud.core.StorageClient
- declineFriendshipRequest(LCUser, LCFriendshipRequest) - Method in class cn.leancloud.LCUser
-
decline a friendship.
- decrement(String) - Method in class cn.leancloud.LCObject
-
Decrement one attribute.
- decrement(String, Number) - Method in class cn.leancloud.LCObject
-
Decrement one attribute.
- DEFAULT_FORMAT - Static variable in class cn.leancloud.types.LCDate
- DEFAULT_NETWORK_TIMEOUT - Static variable in class cn.leancloud.core.AppConfiguration
- defaultLocale - Static variable in class cn.leancloud.gson.GsonWrapper
- defaultTimeZone - Static variable in class cn.leancloud.gson.GsonWrapper
- DEFFAULT_DATE_FORMAT - Static variable in class cn.leancloud.gson.GsonWrapper
- delete() - Method in class cn.leancloud.LCObject
-
Delete current object in blocking mode.
- delete(LCUser) - Method in class cn.leancloud.LCObject
-
Delete current object in blocking mode.
- deleteAll() - Method in class cn.leancloud.LCQuery
-
Delete all query result in blocking mode.
- deleteAll(LCUser) - Method in class cn.leancloud.LCQuery
-
Delete all query result in blocking mode.
- deleteAll(LCUser, Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Delete all objects in blocking mode.
- deleteAll(Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Delete all objects in blocking mode.
- deleteAllInBackground() - Method in class cn.leancloud.LCQuery
-
Delete all query result in async mode.
- deleteAllInBackground(LCUser) - Method in class cn.leancloud.LCQuery
-
Delete all query result in async mode.
- deleteAllInBackground(LCUser, Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Delete all objects in async mode.
- deleteAllInBackground(Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Delete all objects in async mode.
- DeleteCallback - Class in cn.leancloud.callback
- DeleteCallback() - Constructor for class cn.leancloud.callback.DeleteCallback
- deleteEventually() - Method in class cn.leancloud.LCObject
-
Delete current object eventually.
- deleteEventually(LCObject) - Method in class cn.leancloud.ArchivedRequests
- deleteEventually(LCUser) - Method in class cn.leancloud.LCObject
-
Delete current object eventually.
- deleteInBackground() - Method in class cn.leancloud.LCObject
-
Delete current object in async mode.
- deleteInBackground() - Method in class cn.leancloud.LCStatus
-
delete status
- deleteInBackground(LCStatus) - Static method in class cn.leancloud.LCStatus
-
delete status(class method)
- deleteInBackground(LCUser) - Method in class cn.leancloud.LCObject
-
Delete current object in async mode.
- deleteInBackground(LCUser, LCStatus) - Static method in class cn.leancloud.LCStatus
-
delete status(class method)
- deleteInboxStatus(LCUser, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- deleteObject(LCUser, String, String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- deleteStatus(LCUser, String) - Method in class cn.leancloud.core.StorageClient
- deleteWholeObject(LCUser, String, String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- Descending - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardOrder
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class cn.leancloud.gson.GsonUTCDateAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class cn.leancloud.gson.MapDeserializerDoubleAsIntFix
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class cn.leancloud.gson.NumberDeserializerDoubleAsIntFix
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class cn.leancloud.gson.ObjectDeserializer
- destroy() - Method in class cn.leancloud.LCLeaderboard
-
destroy current leaderboard.
- destroyLeaderboard(String) - Method in class cn.leancloud.core.StorageClient
-
destroy leaderboard
- disableAfterHook() - Method in class cn.leancloud.LCObject
-
disable afterXXX Hooks
- disableAutomaticUser() - Static method in class cn.leancloud.LCUser
- disableBeforeHook() - Method in class cn.leancloud.LCObject
-
disable beforeXXX Hooks
- dissociateWithAuthData(String) - Method in class cn.leancloud.LCUser
-
dissociate with third party data.
- distanceInKilometersTo(LCGeoPoint) - Method in class cn.leancloud.types.LCGeoPoint
-
Get distance bw this point and another point in kilometers.
- distanceInMilesTo(LCGeoPoint) - Method in class cn.leancloud.types.LCGeoPoint
-
Get distance between this point and another geopoint in miles.
- distanceInRadiansTo(LCGeoPoint) - Method in class cn.leancloud.types.LCGeoPoint
-
Get distance in radians between this point and another GeoPoint.
- done(byte[], LCException) - Method in class cn.leancloud.callback.GetDataCallback
- done(int, LCException) - Method in class cn.leancloud.callback.CountCallback
-
Override this function with the code you want to run after the count is complete.
- done(LCException) - Method in class cn.leancloud.callback.DeleteCallback
-
Override this function with the code you want to run after the delete is complete.
- done(LCException) - Method in class cn.leancloud.callback.MobilePhoneVerifyCallback
- done(LCException) - Method in class cn.leancloud.callback.RequestEmailVerifyCallback
-
Override this function with the code you want to run after the request is complete.
- done(LCException) - Method in class cn.leancloud.callback.RequestMobileCodeCallback
- done(LCException) - Method in class cn.leancloud.callback.RequestPasswordResetCallback
-
Override this function with the code you want to run after the request is complete.
- done(LCException) - Method in class cn.leancloud.callback.SaveCallback
-
Override this function with the code you want to run after the save is complete.
- done(LCException) - Method in class cn.leancloud.callback.SendCallback
- done(LCException) - Method in class cn.leancloud.callback.SignUpCallback
-
Override this function with the code you want to run after the signUp is complete.
- done(LCException) - Method in class cn.leancloud.callback.UpdatePasswordCallback
-
请用您需要在修改密码完成以后的逻辑重载本方法
- done(LCStatus, LCException) - Method in class cn.leancloud.callback.StatusCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(LCCloudQueryResult, LCException) - Method in class cn.leancloud.callback.CloudQueryCallback
- done(InputStream, LCException) - Method in class cn.leancloud.callback.GetDataStreamCallback
- done(Integer) - Method in class cn.leancloud.callback.ProgressCallback
- done(List<LCStatus>, LCException) - Method in class cn.leancloud.callback.StatusListCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(List<T>, LCException) - Method in class cn.leancloud.callback.FindCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(Map<String, List<T>>, LCException) - Method in class cn.leancloud.callback.FollowersAndFolloweesCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, LCException) - Method in class cn.leancloud.callback.FollowCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, LCException) - Method in class cn.leancloud.callback.FunctionCallback
-
Override this function with the code you want to run after the cloud function is complete.
- done(T, LCException) - Method in class cn.leancloud.callback.GetCallback
- done(T, LCException) - Method in class cn.leancloud.callback.GetFileCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, LCException) - Method in class cn.leancloud.callback.LogInCallback
-
Override this function with the code you want to run after the save is complete.
- done(T, LCException) - Method in class cn.leancloud.callback.RefreshCallback
-
Override this function with the code you want to run after the save is complete.
- DUPLICATE_VALUE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that a unique field was given a value that is already taken.
E
- e(String) - Method in class cn.leancloud.LCLogger
- e(String, Throwable) - Method in class cn.leancloud.LCLogger
- EastChina - Enum constant in enum class cn.leancloud.core.LeanCloud.REGION
- EMAIL_MISSING - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the email is missing, but must be specified.
- EMAIL_NOT_FOUND - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an user with the specified email was not found.
- EMAIL_TAKEN - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the email has already been taken.
- enableAutomaticUser() - Static method in class cn.leancloud.LCUser
- enablePrintAllHeaders4Debug(boolean) - Static method in class cn.leancloud.core.LeanCloud
- endpointClassName - Variable in class cn.leancloud.LCObject
- ENGINE - Enum constant in enum class cn.leancloud.core.LeanService
- entrySet() - Method in class cn.leancloud.gson.GsonObject
- EQUAL_OP - Static variable in class cn.leancloud.query.QueryOperation
- equals(Object) - Method in class cn.leancloud.gson.GsonArray
- equals(Object) - Method in class cn.leancloud.gson.GsonObject
- equals(Object) - Method in class cn.leancloud.json.ParameterizedTypeImpl
- equals(Object) - Method in class cn.leancloud.LCACL
- equals(Object) - Method in class cn.leancloud.LCFile
- equals(Object) - Method in class cn.leancloud.LCObject
- equals(Object) - Method in class cn.leancloud.LCStatus
- equals(Object) - Method in class cn.leancloud.query.QueryOperation
- ERROR - Enum constant in enum class cn.leancloud.LCLogger.Level
- ErrorInterceptor - Class in cn.leancloud.core
- ErrorInterceptor() - Constructor for class cn.leancloud.core.ErrorInterceptor
- EXCEEDED_QUOTA - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an application quota was exceeded.
- executeInBackground(LCUser, String) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(LCUser, String, Class<? extends LCObject>) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(LCUser, String, Class<T>, Object...) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(LCUser, String, Object...) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(String) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(String, Class<? extends LCObject>) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(String, Class<T>, Object...) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- executeInBackground(String, Object...) - Static method in class cn.leancloud.LCCloudQuery
-
execute cql query in background.
- extractCascadingObjects(Object) - Method in class cn.leancloud.LCObject
- extractUnsavedFiles(Object) - Method in class cn.leancloud.LCObject
F
- FACEBOOK - Enum constant in enum class cn.leancloud.LCUser.SNS_PLATFORM
- fetch() - Method in class cn.leancloud.LCObject
-
Fetch current object in blocking mode.
- fetch() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- fetch(LCUser, String) - Method in class cn.leancloud.LCObject
-
Fetch current object in blocking mode.
- fetch(String) - Method in class cn.leancloud.LCObject
-
Fetch current object in blocking mode.
- fetch(String) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- fetchByName(String) - Static method in class cn.leancloud.LCLeaderboard
-
fetch leaderboard with name
- fetchFile(LCUser, String) - Method in class cn.leancloud.core.StorageClient
- fetchIfNeeded() - Method in class cn.leancloud.LCObject
-
Fetch current object in blocking mode.
- fetchIfNeeded() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- fetchIfNeededInBackground() - Method in class cn.leancloud.LCObject
-
Fetch current object if needed in async mode.
- fetchIfNeededInBackground() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- fetchIfNeededInBackground(LCUser, String) - Method in class cn.leancloud.LCObject
-
Fetch current object if needed in async mode.
- fetchIfNeededInBackground(String) - Method in class cn.leancloud.LCObject
-
Fetch current object if needed in async mode.
- fetchInBackground() - Method in class cn.leancloud.LCObject
-
Fetch current object in async mode.
- fetchInBackground() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- fetchInBackground(LCUser, String) - Method in class cn.leancloud.LCObject
-
Fetch current object in async mode.
- fetchInBackground(String) - Method in class cn.leancloud.LCObject
-
Fetch current object in async mode.
- fetchInBackground(String) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- fetchLeaderboard(String) - Method in class cn.leancloud.core.StorageClient
-
fetch leaderboard with name.
- fetchObject(LCUser, String, String, String) - Method in class cn.leancloud.core.StorageClient
- fetchRTMConnectionServer(String, String, String, int, boolean) - Method in class cn.leancloud.core.AppRouter
- fetchServerHostsInBackground(String) - Method in class cn.leancloud.core.AppRouter
- fetchStatus(LCUser, String) - Method in class cn.leancloud.core.StorageClient
- FILE_DELETE_ERROR - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that deleting a file failed.
- FILE_DOWNLOAD_INCONSISTENT_FAILURE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating the file checkSum value is not equals to original file
- FILE_UPLOAD_FAILURE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating there is error whiling uploading AVFile.
- fileCallback(LCUser, JSONObject) - Method in class cn.leancloud.core.StorageClient
- FileUploadTokenAdapter - Class in cn.leancloud.gson
-
Deprecated.
- FileUploadTokenAdapter() - Constructor for class cn.leancloud.gson.FileUploadTokenAdapter
-
Deprecated.
- find() - Method in class cn.leancloud.LCQuery
-
Execute query in blocking mode.
- FindCallback<T> - Class in cn.leancloud.callback
- FindCallback() - Constructor for class cn.leancloud.callback.FindCallback
- findInBackground() - Method in class cn.leancloud.LCQuery
-
Execute query in async mode.
- findInBackground() - Method in class cn.leancloud.search.LCSearchQuery
-
execute query in background.
- findInBackground(int) - Method in class cn.leancloud.LCStatusQuery
- findInBackground(LCUser) - Method in class cn.leancloud.LCQuery
-
Execute query in async mode.
- findInBackground(LCUser) - Method in class cn.leancloud.search.LCSearchQuery
-
execute query in background.
- findInBackground(LCUser, int) - Method in class cn.leancloud.LCQuery
- findInBackground(LCUser, int) - Method in class cn.leancloud.LCStatusQuery
- fluentAdd(int, Object) - Method in class cn.leancloud.gson.GsonArray
- fluentAdd(int, Object) - Method in class cn.leancloud.json.JSONArray
- fluentAdd(Object) - Method in class cn.leancloud.gson.GsonArray
- fluentAdd(Object) - Method in class cn.leancloud.json.JSONArray
- fluentAddAll(int, Collection<? extends Object>) - Method in class cn.leancloud.gson.GsonArray
- fluentAddAll(int, Collection<? extends Object>) - Method in class cn.leancloud.json.JSONArray
- fluentAddAll(Collection<? extends Object>) - Method in class cn.leancloud.gson.GsonArray
- fluentAddAll(Collection<? extends Object>) - Method in class cn.leancloud.json.JSONArray
- fluentClear() - Method in class cn.leancloud.gson.GsonArray
- fluentClear() - Method in class cn.leancloud.gson.GsonObject
- fluentClear() - Method in class cn.leancloud.json.JSONArray
- fluentClear() - Method in class cn.leancloud.json.JSONObject
- fluentPut(String, Object) - Method in class cn.leancloud.gson.GsonObject
- fluentPut(String, Object) - Method in class cn.leancloud.json.JSONObject
- fluentPutAll(Map<? extends String, ? extends Object>) - Method in class cn.leancloud.gson.GsonObject
- fluentPutAll(Map<? extends String, ? extends Object>) - Method in class cn.leancloud.json.JSONObject
- fluentRemove(int) - Method in class cn.leancloud.gson.GsonArray
- fluentRemove(int) - Method in class cn.leancloud.json.JSONArray
- fluentRemove(Object) - Method in class cn.leancloud.gson.GsonArray
- fluentRemove(Object) - Method in class cn.leancloud.json.JSONArray
- fluentRemoveAll(Collection<?>) - Method in class cn.leancloud.gson.GsonArray
- fluentRemoveAll(Collection<?>) - Method in class cn.leancloud.json.JSONArray
- fluentRetainAll(Collection<?>) - Method in class cn.leancloud.gson.GsonArray
- fluentRetainAll(Collection<?>) - Method in class cn.leancloud.json.JSONArray
- fluentSet(int, Object) - Method in class cn.leancloud.gson.GsonArray
- fluentSet(int, Object) - Method in class cn.leancloud.json.JSONArray
- FollowCallback<T> - Class in cn.leancloud.callback
- FollowCallback() - Constructor for class cn.leancloud.callback.FollowCallback
- FOLLOWEE_TAG - Static variable in class cn.leancloud.LCUser
- followeeQuery() - Method in class cn.leancloud.LCUser
-
get followee query.
- followeeQuery(String, Class<T>) - Static method in class cn.leancloud.LCUser
-
get followee query.
- FOLLOWER_TAG - Static variable in class cn.leancloud.LCUser
- followerQuery() - Method in class cn.leancloud.LCUser
-
get follower query.
- followerQuery(String, Class<T>) - Static method in class cn.leancloud.LCUser
-
get follower query.
- FollowersAndFolloweesCallback<T> - Class in cn.leancloud.callback
- FollowersAndFolloweesCallback() - Constructor for class cn.leancloud.callback.FollowersAndFolloweesCallback
- followInBackground(LCUser, String) - Method in class cn.leancloud.LCUser
-
follow somebody in background.
- followInBackground(LCUser, String, Map<String, Object>) - Method in class cn.leancloud.LCUser
-
follow somebody in background.
- followInBackground(String) - Method in class cn.leancloud.LCUser
-
follow somebody in background.
- followInBackground(String, Map<String, Object>) - Method in class cn.leancloud.LCUser
-
follow somebody in background.
- followUser(LCUser, String, String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- freezeEndpoint(LeanService, String) - Method in class cn.leancloud.core.AppRouter
- friendshipBlockQuery() - Method in class cn.leancloud.LCUser
-
get block query.
- friendshipBlockQuery(Class<T>) - Static method in class cn.leancloud.LCUser
-
get block query.
- friendshipQuery(boolean) - Method in class cn.leancloud.LCUser
-
get friendship query of current user.
- friendshipRequestQuery(int, boolean, boolean) - Method in class cn.leancloud.LCUser
-
get query for AVFriendshipRequest.
- fromJSONString(String) - Static method in class cn.leancloud.query.LCQueryResult
- FunctionCallback<T> - Class in cn.leancloud.callback
- FunctionCallback() - Constructor for class cn.leancloud.callback.FunctionCallback
G
- GeneralFieldMappingObjectAdapter<T> - Class in cn.leancloud.gson
-
Deprecated.
- GeneralFieldMappingObjectAdapter(Class, Map<String, Type>, FieldNamingPolicy) - Constructor for class cn.leancloud.gson.GeneralFieldMappingObjectAdapter
-
Deprecated.
- GeneralRequestSignature - Class in cn.leancloud.core
- GeneralRequestSignature() - Constructor for class cn.leancloud.core.GeneralRequestSignature
- GeneralSimpleObjectAdapter<T> - Class in cn.leancloud.gson
- GeneralSimpleObjectAdapter(Class) - Constructor for class cn.leancloud.gson.GeneralSimpleObjectAdapter
- generateACLFromServerData() - Method in class cn.leancloud.LCObject
- generateCascadingSaveObjects() - Method in class cn.leancloud.LCObject
- generateChangedParam() - Method in class cn.leancloud.LCObject
-
save/update with server.
- generateRetrofitConverterFactory() - Method in class cn.leancloud.gson.GSONConverterFactory
- generateRetrofitConverterFactory() - Method in interface cn.leancloud.json.ConverterFactory
- generateSign() - Method in class cn.leancloud.core.GeneralRequestSignature
- generateSign() - Method in interface cn.leancloud.core.RequestSignature
- GenericObjectCallback - Class in cn.leancloud.callback
- GenericObjectCallback() - Constructor for class cn.leancloud.callback.GenericObjectCallback
- get(int) - Method in class cn.leancloud.gson.GsonArray
- get(Object) - Method in class cn.leancloud.gson.GsonObject
- get(String) - Method in class cn.leancloud.LCFile
-
Get file attribute.
- get(String) - Method in class cn.leancloud.LCObject
-
Get value of specified key.
- get(String) - Method in class cn.leancloud.LCQuery
-
Get Object with specified objectId in blocking mode.
- get(String) - Method in class cn.leancloud.LCStatus
-
get customized key value.
- getACL() - Method in class cn.leancloud.LCObject
-
get ACL
- getACL() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- getActualTypeArguments() - Method in class cn.leancloud.json.ParameterizedTypeImpl
- getAdapter(Class<T>) - Static method in class cn.leancloud.gson.GsonWrapper
- getAnalyticsCacheDir() - Static method in class cn.leancloud.core.AppConfiguration
- getApplicationId() - Static method in class cn.leancloud.core.LeanCloud
- getApplicationKey() - Static method in class cn.leancloud.core.LeanCloud
- getApplicationPackageName() - Static method in class cn.leancloud.core.AppConfiguration
- getAppRegion(String) - Static method in class cn.leancloud.core.AppRouter
- getArchiveContent(LCObject, boolean) - Static method in class cn.leancloud.ArchivedRequests
- getAroundInGroupResults(List<String>, String, int, List<String>, List<String>) - Method in class cn.leancloud.LCLeaderboard
-
get leaderboard results around target id within specified group.
- getAroundResults(String, int, int, List<String>, List<String>) - Method in class cn.leancloud.LCLeaderboard
-
get leaderboard results around target id(user, object or entity).
- getBigDecimal(int) - Method in class cn.leancloud.gson.GsonArray
- getBigDecimal(int) - Method in class cn.leancloud.json.JSONArray
- getBigDecimal(String) - Method in class cn.leancloud.gson.GsonObject
- getBigDecimal(String) - Method in class cn.leancloud.json.JSONObject
- getBigInteger(int) - Method in class cn.leancloud.gson.GsonArray
- getBigInteger(int) - Method in class cn.leancloud.json.JSONArray
- getBigInteger(String) - Method in class cn.leancloud.gson.GsonObject
- getBigInteger(String) - Method in class cn.leancloud.json.JSONObject
- getBoolean(int) - Method in class cn.leancloud.gson.GsonArray
- getBoolean(int) - Method in class cn.leancloud.json.JSONArray
- getBoolean(String) - Method in class cn.leancloud.gson.GsonObject
- getBoolean(String) - Method in class cn.leancloud.json.JSONObject
- getBoolean(String) - Method in class cn.leancloud.LCObject
-
Get boolean value of specified key.
- getBooleanValue(int) - Method in class cn.leancloud.gson.GsonArray
- getBooleanValue(int) - Method in class cn.leancloud.json.JSONArray
- getBooleanValue(String) - Method in class cn.leancloud.gson.GsonObject
- getBooleanValue(String) - Method in class cn.leancloud.json.JSONObject
- getBucket() - Method in class cn.leancloud.LCFile
-
Get file bucket.
- getByte(int) - Method in class cn.leancloud.gson.GsonArray
- getByte(int) - Method in class cn.leancloud.json.JSONArray
- getByte(String) - Method in class cn.leancloud.gson.GsonObject
- getByte(String) - Method in class cn.leancloud.json.JSONObject
- getBytes(String) - Method in class cn.leancloud.gson.GsonObject
- getBytes(String) - Method in class cn.leancloud.json.JSONObject
- getBytes(String) - Method in class cn.leancloud.LCObject
-
Get bytes value of specified key.
- getByteValue(int) - Method in class cn.leancloud.gson.GsonArray
- getByteValue(int) - Method in class cn.leancloud.json.JSONArray
- getByteValue(String) - Method in class cn.leancloud.gson.GsonObject
- getByteValue(String) - Method in class cn.leancloud.json.JSONObject
- getCachePolicy() - Method in class cn.leancloud.LCQuery
-
Accessor for the caching policy.
- GetCallback<T> - Class in cn.leancloud.callback
- GetCallback() - Constructor for class cn.leancloud.callback.GetCallback
- getCaptchaToken() - Method in class cn.leancloud.sms.LCCaptchaDigest
- getCaptchaUrl() - Method in class cn.leancloud.sms.LCCaptchaDigest
- getChannelSet() - Method in class cn.leancloud.LCPush
-
Return channel set.
- getClassName() - Method in class cn.leancloud.LCObject
-
Get class name.
- getClassName() - Method in class cn.leancloud.LCQuery
-
Get class name
- getClassName() - Method in class cn.leancloud.query.LCQueryResult
- getClassName() - Method in class cn.leancloud.search.LCSearchQuery
-
获取查询的className,默认为null,即包括所有启用了应用内搜索的class
- getCode() - Method in exception class cn.leancloud.LCException
-
Access the code for this error.
- getCommandCacheDir() - Static method in class cn.leancloud.core.AppConfiguration
- getCount() - Method in class cn.leancloud.LCLeaderboardResult
-
get result count
- getCount() - Method in class cn.leancloud.query.LCCloudQueryResult
- getCount() - Method in class cn.leancloud.query.LCQueryResult
- getCreatedAt() - Method in class cn.leancloud.LCLeaderboard
-
get create timestamp
- getCreatedAt() - Method in class cn.leancloud.LCObject
-
Get createdAt date.
- getCreatedAtString() - Method in class cn.leancloud.LCObject
-
Get createdAt string.
- getCurrentInstallation() - Static method in class cn.leancloud.LCInstallation
- getCurrentUser() - Method in class cn.leancloud.core.StorageClient
- getCurrentUser() - Static method in class cn.leancloud.LCUser
-
get current user, null if non-login.
- getCurrentUser(Class<T>) - Static method in class cn.leancloud.LCUser
-
get current user, null if non-login.
- getData() - Method in class cn.leancloud.LCFile
-
Get data in blocking mode.
- GetDataCallback - Class in cn.leancloud.callback
- GetDataCallback() - Constructor for class cn.leancloud.callback.GetDataCallback
- getDataInBackground() - Method in class cn.leancloud.LCFile
-
Get data in async mode.
- getDataStream() - Method in class cn.leancloud.LCFile
-
Get data stream in blocking mode.
- GetDataStreamCallback - Class in cn.leancloud.callback
- GetDataStreamCallback() - Constructor for class cn.leancloud.callback.GetDataStreamCallback
- getDataStreamInBackground() - Method in class cn.leancloud.LCFile
-
Get data stream in async mode.
- getDate() - Method in class cn.leancloud.types.LCDate
- getDate(int) - Method in class cn.leancloud.gson.GsonArray
- getDate(int) - Method in class cn.leancloud.json.JSONArray
- getDate(String) - Method in class cn.leancloud.gson.GsonObject
- getDate(String) - Method in class cn.leancloud.json.JSONObject
- getDate(String) - Method in class cn.leancloud.LCObject
-
Get Date value of specified key.
- getDefaultACL() - Static method in class cn.leancloud.core.AppConfiguration
- getDefaultScheduler() - Static method in class cn.leancloud.core.AppConfiguration
- getDefaultSetting() - Static method in class cn.leancloud.core.AppConfiguration
- getDocumentDir() - Static method in class cn.leancloud.core.AppConfiguration
- getDouble(int) - Method in class cn.leancloud.gson.GsonArray
- getDouble(int) - Method in class cn.leancloud.json.JSONArray
- getDouble(String) - Method in class cn.leancloud.gson.GsonObject
- getDouble(String) - Method in class cn.leancloud.json.JSONObject
- getDouble(String) - Method in class cn.leancloud.LCObject
-
Get double value of specified key.
- getDoubleValue(int) - Method in class cn.leancloud.gson.GsonArray
- getDoubleValue(int) - Method in class cn.leancloud.json.JSONArray
- getDoubleValue(String) - Method in class cn.leancloud.gson.GsonObject
- getDoubleValue(String) - Method in class cn.leancloud.json.JSONObject
- getEmail() - Method in class cn.leancloud.LCUser
-
get user email.
- getEndpoint(String, LeanService) - Method in class cn.leancloud.core.AppRouter
- getEntity() - Method in class cn.leancloud.LCStatistic
-
get target entity id(only valid for leaderboard which member type is _Entity)
- getEntityId() - Method in class cn.leancloud.LCRanking
- getEntityStatistics(String, List<String>) - Method in class cn.leancloud.core.StorageClient
- getExpirationTime() - Method in class cn.leancloud.LCPush
-
Get expiration time.
- getExpirationTimeInterval() - Method in class cn.leancloud.LCPush
-
Get expiration time interval.
- getFields() - Method in class cn.leancloud.search.LCSearchQuery
- getFileCacheDir() - Static method in class cn.leancloud.core.AppConfiguration
- GetFileCallback<T> - Class in cn.leancloud.callback
- GetFileCallback() - Constructor for class cn.leancloud.callback.GetFileCallback
- getFirst() - Method in class cn.leancloud.LCQuery
-
Get first result in blocking mode.
- getFirst(LCUser) - Method in class cn.leancloud.LCQuery
-
Get first result in blocking mode.
- getFirstInBackground() - Method in class cn.leancloud.LCQuery
-
Get first result in async mode.
- getFirstInBackground(LCUser) - Method in class cn.leancloud.LCQuery
-
Get first result in async mode.
- getFloat(int) - Method in class cn.leancloud.gson.GsonArray
- getFloat(int) - Method in class cn.leancloud.json.JSONArray
- getFloat(String) - Method in class cn.leancloud.gson.GsonObject
- getFloat(String) - Method in class cn.leancloud.json.JSONObject
- getFloatValue(int) - Method in class cn.leancloud.gson.GsonArray
- getFloatValue(int) - Method in class cn.leancloud.json.JSONArray
- getFloatValue(String) - Method in class cn.leancloud.gson.GsonObject
- getFloatValue(String) - Method in class cn.leancloud.json.JSONObject
- getFlowControl() - Method in class cn.leancloud.LCPush
-
Get push flow control value.
- getFollowee() - Method in class cn.leancloud.LCFriendship
- getFollower() - Method in class cn.leancloud.LCFriendship
- getFollowersAndFollowees(LCUser, String) - Method in class cn.leancloud.core.StorageClient
- getFollowersAndFolloweesInBackground(FollowersAndFolloweesCallback) - Method in class cn.leancloud.LCUser
-
get follower and followee in background.
- getFollowersAndFolloweesInBackground(LCUser, FollowersAndFolloweesCallback) - Method in class cn.leancloud.LCUser
-
get follower and followee in background.
- getFriend() - Method in class cn.leancloud.LCFriendshipRequest
- getGlobalNetworkingDetector() - Static method in class cn.leancloud.core.AppConfiguration
- getGlobalOkHttpClient() - Static method in class cn.leancloud.core.PaasClient
- getGroupResults(List<String>, int, int, List<String>, List<String>) - Method in class cn.leancloud.LCLeaderboard
-
get group user's ranking.
- getGroupStatistics(String, String, List<String>) - Method in class cn.leancloud.core.StorageClient
- getGsonInstance() - Static method in class cn.leancloud.gson.GsonWrapper
- getHeight() - Method in class cn.leancloud.sms.LCCaptchaOption
- getHightLights() - Method in class cn.leancloud.search.LCSearchQuery
-
获取当前设定的语法高亮
- getHits() - Method in class cn.leancloud.search.LCSearchQuery
- getHookKey() - Static method in class cn.leancloud.core.LeanCloud
- getImageUrl() - Method in class cn.leancloud.LCStatus
-
get image url attribute.
- getImportantFileDir() - Static method in class cn.leancloud.core.AppConfiguration
- getInBackground(LCUser, String) - Method in class cn.leancloud.LCQuery
-
Get Object with specified objectId in async mode.
- getInBackground(String) - Method in class cn.leancloud.LCQuery
-
Get Object with specified objectId in async mode.
- getInboxCount(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- getInboxType() - Method in class cn.leancloud.LCStatus
-
到达收件箱类型, 默认是`default`,私信是`private`, 可以自定义任何类型
- getInclude() - Method in class cn.leancloud.query.QueryConditions
- getInnerMap() - Method in class cn.leancloud.gson.GsonObject
- getInnerMap() - Method in class cn.leancloud.json.JSONObject
- getInstallationId() - Method in class cn.leancloud.LCInstallation
- getInstance() - Static method in class cn.leancloud.ArchivedRequests
- getInstance() - Static method in class cn.leancloud.core.AppRouter
- getINSTANCE() - Static method in class cn.leancloud.types.LCNull
- getInt(String) - Method in class cn.leancloud.LCObject
-
Get int value of specified key.
- getInteger(int) - Method in class cn.leancloud.gson.GsonArray
- getInteger(int) - Method in class cn.leancloud.json.JSONArray
- getInteger(String) - Method in class cn.leancloud.gson.GsonObject
- getInteger(String) - Method in class cn.leancloud.json.JSONObject
- getIntValue(int) - Method in class cn.leancloud.gson.GsonArray
- getIntValue(int) - Method in class cn.leancloud.json.JSONArray
- getIntValue(String) - Method in class cn.leancloud.gson.GsonObject
- getIntValue(String) - Method in class cn.leancloud.json.JSONObject
- getIso() - Method in class cn.leancloud.types.LCDate
- getJSONArray(int) - Method in class cn.leancloud.gson.GsonArray
- getJSONArray(int) - Method in class cn.leancloud.json.JSONArray
- getJSONArray(String) - Method in class cn.leancloud.gson.GsonObject
- getJSONArray(String) - Method in class cn.leancloud.json.JSONObject
- getJSONArray(String) - Method in class cn.leancloud.LCObject
-
Get jsonarray value of specified key.
- getJSONObject(int) - Method in class cn.leancloud.gson.GsonArray
- getJSONObject(int) - Method in class cn.leancloud.json.JSONArray
- getJSONObject(String) - Method in class cn.leancloud.gson.GsonObject
- getJSONObject(String) - Method in class cn.leancloud.json.JSONObject
- getJSONObject(String) - Method in class cn.leancloud.LCObject
-
Get jsonobject value of specified key.
- getJsonParser() - Static method in class cn.leancloud.core.AppConfiguration
- getKey() - Method in class cn.leancloud.LCFile
-
Get file key.
- getKey() - Method in class cn.leancloud.LCRelation
- getKey() - Method in class cn.leancloud.query.QueryOperation
- getLatitude() - Method in class cn.leancloud.types.LCGeoPoint
- getLCFile(String) - Method in class cn.leancloud.LCObject
-
Get AVFile value of specified key.
- getLCGeoPoint(String) - Method in class cn.leancloud.LCObject
-
Get AVGeoPoint value of specified key.
- getLCObject(String) - Method in class cn.leancloud.LCObject
-
Get AVObject value of specified key.
- getLeaderboardAroundInGroupResults(String, String, List<String>, String, int, List<String>, List<String>, List<String>, int) - Method in class cn.leancloud.core.StorageClient
- getLeaderboardAroundResults(String, String, String, int, int, List<String>, List<String>, List<String>, int) - Method in class cn.leancloud.core.StorageClient
- getLeaderboardGroupResults(String, String, List<String>, int, int, List<String>, List<String>, List<String>, int) - Method in class cn.leancloud.core.StorageClient
- getLeaderboardResults(String, String, int, int, List<String>, List<String>, List<String>, int, boolean) - Method in class cn.leancloud.core.StorageClient
- getLimit() - Method in class cn.leancloud.LCQuery
-
Accessor for the limit.
- getLimit() - Method in class cn.leancloud.query.QueryConditions
- getLimit() - Method in class cn.leancloud.search.LCSearchQuery
-
获得搜索结果的单页大小限制
- getList(String) - Method in class cn.leancloud.LCObject
-
Get list value of specified key.
- getLogAdapter() - Static method in class cn.leancloud.core.AppConfiguration
- getLogLevel() - Static method in class cn.leancloud.core.LeanCloud
- getLong(int) - Method in class cn.leancloud.gson.GsonArray
- getLong(int) - Method in class cn.leancloud.json.JSONArray
- getLong(String) - Method in class cn.leancloud.gson.GsonObject
- getLong(String) - Method in class cn.leancloud.json.JSONObject
- getLong(String) - Method in class cn.leancloud.LCObject
-
Get long value of specified key.
- getLongitude() - Method in class cn.leancloud.types.LCGeoPoint
- getLongValue(int) - Method in class cn.leancloud.gson.GsonArray
- getLongValue(int) - Method in class cn.leancloud.json.JSONArray
- getLongValue(String) - Method in class cn.leancloud.gson.GsonObject
- getLongValue(String) - Method in class cn.leancloud.json.JSONObject
- getMaxCacheAge() - Method in class cn.leancloud.LCQuery
-
Gets the maximum age of cached data that will be considered in this query.
- getMaxId() - Method in class cn.leancloud.LCStatusQuery
-
get current max messageId.
- getMemberStatistics(String, String) - Static method in class cn.leancloud.LCLeaderboard
-
get member statistics.
- getMemberStatistics(String, String, List<String>) - Static method in class cn.leancloud.LCLeaderboard
-
get member statistics
- getMessage() - Method in class cn.leancloud.LCStatus
-
get message text
- getMessageId() - Method in class cn.leancloud.LCStatus
-
此状态在用户 Inbox 中的 ID 注意: 仅用于分片查询,不具有唯一性
- getMetaData() - Method in class cn.leancloud.LCFile
-
Get file meta data.
- getMetaData(String) - Method in class cn.leancloud.LCFile
-
Get file meta data.
- getMimeType() - Method in class cn.leancloud.LCFile
-
Get file mime type.
- getMobilePhoneNumber() - Method in class cn.leancloud.LCUser
-
get user mobilephone.
- getName() - Method in class cn.leancloud.LCFile
-
Get file name.
- getName() - Method in class cn.leancloud.LCRole
- getName() - Method in class cn.leancloud.LCStatistic
-
get name
- getName() - Method in enum class cn.leancloud.LCUser.SNS_PLATFORM
- getNetworkTimeout() - Static method in class cn.leancloud.core.AppConfiguration
- getNetworkTimeout() - Static method in class cn.leancloud.core.LeanCloud
-
Deprecated.
- getNextResetAt() - Method in class cn.leancloud.LCLeaderboard
-
get next reset timestamp
- getNotification() - Method in class cn.leancloud.LCPush
-
Return the instance of _Notification。
- getNumber(String) - Method in class cn.leancloud.LCObject
-
Get numeric value of specified key.
- getObject() - Method in class cn.leancloud.LCRanking
- getObject() - Method in class cn.leancloud.LCStatistic
-
get target object(only valid for leaderboard which member type is LCObjct)
- getObject(int, Class<T>) - Method in class cn.leancloud.gson.GsonArray
- getObject(int, Class<T>) - Method in class cn.leancloud.json.JSONArray
- getObject(int, Type) - Method in class cn.leancloud.gson.GsonArray
- getObject(int, Type) - Method in class cn.leancloud.json.JSONArray
- getObject(String, TypeReference) - Method in class cn.leancloud.gson.GsonObject
- getObject(String, TypeReference) - Method in class cn.leancloud.json.JSONObject
- getObject(String, Class<T>) - Method in class cn.leancloud.gson.GsonObject
- getObject(String, Class<T>) - Method in class cn.leancloud.json.JSONObject
- getObject(String, Type) - Method in class cn.leancloud.gson.GsonObject
-
get object value with specified key.
- getObject(String, Type) - Method in class cn.leancloud.json.JSONObject
- getObjectId() - Method in class cn.leancloud.LCObject
-
Get objectId.
- getObjectStatistics(String, List<String>) - Method in class cn.leancloud.core.StorageClient
- getOp() - Method in class cn.leancloud.query.QueryOperation
- getOptionMap() - Method in class cn.leancloud.sms.LCSMSOption
- getOrder() - Method in class cn.leancloud.LCLeaderboard
-
get leaderboard order
- getOrder() - Method in class cn.leancloud.LCQuery
-
Get order string.
- getOrder() - Method in class cn.leancloud.query.QueryConditions
- getOwnerType() - Method in class cn.leancloud.json.ParameterizedTypeImpl
- getPageSize() - Method in class cn.leancloud.LCStatusQuery
-
get pagination size.
- getParameters() - Method in class cn.leancloud.query.QueryConditions
- getParent() - Method in class cn.leancloud.LCRelation
- getPassword() - Method in class cn.leancloud.LCUser
-
get user password.
- getPermissionsById() - Method in class cn.leancloud.LCACL
-
get permissions by id.
- getPersistenceKeyZone(String, boolean) - Method in class cn.leancloud.core.AppRouter
- getPolicy() - Method in class cn.leancloud.LCQuery
-
Get cache policy.
- getProvider() - Method in class cn.leancloud.LCFile
-
Get file provider.
- getPublicReadAccess() - Method in class cn.leancloud.LCACL
-
Get whether the public is allowed to read this object.
- getPublicWriteAccess() - Method in class cn.leancloud.LCACL
-
Set whether the public is allowed to write this object.
- getPushClient() - Static method in class cn.leancloud.core.PaasClient
- getPushData() - Method in class cn.leancloud.LCPush
-
Get push data.
- getPushDate() - Method in class cn.leancloud.LCPush
-
Get push date.
- getPushQuery() - Method in class cn.leancloud.LCPush
-
Return push query instance.
- getPushTarget() - Method in class cn.leancloud.LCPush
-
Get push target.
- getQuery() - Static method in class cn.leancloud.LCInstallation
- getQuery() - Method in class cn.leancloud.LCRelation
-
Gets a query that can be used to query the objects in this relation.
- getQuery() - Static method in class cn.leancloud.LCRole
- getQuery() - Static method in class cn.leancloud.LCUser
-
Get User Query
- getQuery(Class<T>) - Static method in class cn.leancloud.LCObject
-
Get query for class.
- getQuery(Class<T>) - Static method in class cn.leancloud.LCQuery
-
Create a AVQuery with special sub-class.
- getQuery(Class<T>) - Method in class cn.leancloud.LCRelation
-
Gets a query that can be used to query the subclass objects in this relation.
- getQuery(String) - Static method in class cn.leancloud.LCQuery
-
Constructs a query.
- getQueryResultCacheDir() - Static method in class cn.leancloud.core.AppConfiguration
- getQueryString() - Method in class cn.leancloud.search.LCSearchQuery
- getRank() - Method in class cn.leancloud.LCRanking
- getRawObject() - Method in class cn.leancloud.gson.GsonArray
- getRawObject() - Method in class cn.leancloud.gson.GsonObject
- getRawType() - Method in class cn.leancloud.json.ParameterizedTypeImpl
- getReadAccess(LCUser) - Method in class cn.leancloud.LCACL
-
Get whether the given user is *explicitly* allowed to read this object.
- getReadAccess(String) - Method in class cn.leancloud.LCACL
-
Get whether the given user id is *explicitly* allowed to read this object.
- getRegion() - Static method in class cn.leancloud.core.LeanCloud
- getRelation(String) - Method in class cn.leancloud.LCObject
-
Get AVRelation value of specified key.
- getRequestMethod() - Method in class cn.leancloud.LCObject
-
Get request method.
- getRequestParam() - Method in class cn.leancloud.sms.LCCaptchaOption
- getRequestRawEndpoint() - Method in class cn.leancloud.LCObject
-
Get request endpoint.
- getResults() - Method in class cn.leancloud.LCLeaderboardResult
-
result list getter
- getResults() - Method in class cn.leancloud.LCStatisticResult
-
getter
- getResults() - Method in class cn.leancloud.query.LCCloudQueryResult
- getResults() - Method in class cn.leancloud.query.LCQueryResult
- getResults(int, int, List<String>, List<String>) - Method in class cn.leancloud.LCLeaderboard
-
get leaderboard results.
- getResults(int, int, List<String>, List<String>, boolean) - Method in class cn.leancloud.LCLeaderboard
-
get leaderboard results.
- getRetrofitConverterFactory() - Static method in class cn.leancloud.core.AppConfiguration
- getRoleReadAccess(String) - Method in class cn.leancloud.LCACL
-
Get whether the given role is *explicitly* allowed to read this object.
- getRoles() - Method in class cn.leancloud.LCRole
- getRolesInBackground() - Method in class cn.leancloud.LCUser
-
Get roles in background.
- getRoleWriteAccess(String) - Method in class cn.leancloud.LCACL
-
Get whether the given role is *explicitly* allowed to write this object.
- getSearchResult(LCUser, Map<String, String>) - Method in class cn.leancloud.search.LCSearchQuery
- getSelectedKeys() - Method in class cn.leancloud.query.QueryConditions
- getServerData() - Method in class cn.leancloud.LCObject
-
Get server data.
- getServerDateInBackground() - Static method in class cn.leancloud.core.LeanCloud
-
get current datetime from server.
- getServerTime() - Method in class cn.leancloud.core.StorageClient
- getSessionToken() - Method in class cn.leancloud.LCUser
-
get user session token.
- getShort(int) - Method in class cn.leancloud.gson.GsonArray
- getShort(int) - Method in class cn.leancloud.json.JSONArray
- getShort(String) - Method in class cn.leancloud.gson.GsonObject
- getShort(String) - Method in class cn.leancloud.json.JSONObject
- getShortValue(int) - Method in class cn.leancloud.gson.GsonArray
- getShortValue(int) - Method in class cn.leancloud.json.JSONArray
- getShortValue(String) - Method in class cn.leancloud.gson.GsonObject
- getShortValue(String) - Method in class cn.leancloud.json.JSONObject
- getSid() - Method in class cn.leancloud.search.LCSearchQuery
-
获取本次查询的id,注意,它不是返回结果中对象的objectId,而是表示本次AVSearchQuery查询的id
- getSimplifiedAppId() - Static method in class cn.leancloud.core.LeanCloud
- getSinceId() - Method in class cn.leancloud.LCStatusQuery
-
get current since messageId.
- getSize() - Method in class cn.leancloud.LCFile
-
Get file size.
- getSkip() - Method in class cn.leancloud.LCQuery
-
Accessor for the skip value.
- getSkip() - Method in class cn.leancloud.query.QueryConditions
- getSkip() - Method in class cn.leancloud.search.LCSearchQuery
-
返回当前返回集合的其实位置
- getSortBuilder() - Method in class cn.leancloud.search.LCSearchQuery
-
获取当前的AVSearchSortBuilder对象
- getSortFields() - Method in class cn.leancloud.search.LCSearchSortBuilder
- getSource() - Method in class cn.leancloud.LCStatus
-
获取 Status 的发送者
- getSourceUser() - Method in class cn.leancloud.LCFriendshipRequest
- getSqlDate(int) - Method in class cn.leancloud.gson.GsonArray
- getSqlDate(int) - Method in class cn.leancloud.json.JSONArray
- getSqlDate(String) - Method in class cn.leancloud.gson.GsonObject
- getSqlDate(String) - Method in class cn.leancloud.json.JSONObject
- getStatisticName() - Method in class cn.leancloud.LCLeaderboard
-
get statistic name
- getStatisticName() - Method in class cn.leancloud.LCStatistic
-
get name
- getStatistics() - Method in class cn.leancloud.LCRanking
- getStatisticValue() - Method in class cn.leancloud.LCRanking
- getStatisticValue() - Method in class cn.leancloud.LCStatistic
-
get value
- getStatusWithIdInBackground(LCUser, String) - Static method in class cn.leancloud.LCStatus
-
fetch status with specified objectId
- getStatusWithIdInBackground(String) - Static method in class cn.leancloud.LCStatus
-
fetch status with specified objectId
- getStorageClient() - Static method in class cn.leancloud.core.PaasClient
- getString(int) - Method in class cn.leancloud.gson.GsonArray
- getString(int) - Method in class cn.leancloud.json.JSONArray
- getString(String) - Method in class cn.leancloud.gson.GsonObject
- getString(String) - Method in class cn.leancloud.json.JSONObject
- getString(String) - Method in class cn.leancloud.LCObject
-
Get string value of specified key.
- getSubClassName(Class) - Static method in class cn.leancloud.Transformer
- getTargetClass() - Method in class cn.leancloud.LCRelation
- getThumbnailUrl(boolean, int, int) - Method in class cn.leancloud.LCFile
-
Returns a thumbnail image url using QiNiu endpoints.
- getThumbnailUrl(boolean, int, int, int, String) - Method in class cn.leancloud.LCFile
-
Returns a thumbnail image url using QiNiu endpoints.
- getTimestamp(int) - Method in class cn.leancloud.gson.GsonArray
- getTimestamp(int) - Method in class cn.leancloud.json.JSONArray
- getTimestamp(String) - Method in class cn.leancloud.gson.GsonObject
- getTimestamp(String) - Method in class cn.leancloud.json.JSONObject
- getTitleAttribute() - Method in class cn.leancloud.search.LCSearchQuery
-
获取当前指定的title 对应的Field
- getToken() - Method in class cn.leancloud.sms.LCCaptchaValidateResult
- getType() - Method in class cn.leancloud.json.TypeReference
- getType() - Method in class cn.leancloud.types.LCDate
- getUnsavedFiles() - Method in class cn.leancloud.LCObject
- getUpdatedAt() - Method in class cn.leancloud.LCObject
-
Get updatedAt date.
- getUpdatedAtString() - Method in class cn.leancloud.LCObject
-
Get updatedAt string.
- getUpdateStrategy() - Method in class cn.leancloud.LCLeaderboard
-
get leaderboard update strategy
- getUrl() - Method in class cn.leancloud.LCFile
-
Get file url.
- getUser() - Method in class cn.leancloud.LCBlockRelation
- getUser() - Method in class cn.leancloud.LCRanking
- getUser() - Method in class cn.leancloud.LCStatistic
-
get target user(only valid for leaderboard which member type is _User)
- getUserAgent() - Static method in class cn.leancloud.core.AppConfiguration
- getUsername() - Method in class cn.leancloud.LCUser
-
get user name.
- getUserQuery(Class<T>) - Static method in class cn.leancloud.LCUser
-
Get User Query
- getUsers() - Method in class cn.leancloud.LCRole
- getUserStatistics(LCUser) - Static method in class cn.leancloud.LCLeaderboard
-
get user's statistics
- getUserStatistics(LCUser, List<String>) - Static method in class cn.leancloud.LCLeaderboard
-
get user's statistics
- getUserStatistics(String, List<String>) - Method in class cn.leancloud.core.StorageClient
- getUuid() - Method in class cn.leancloud.LCObject
-
Get UUID.
- getValidateToken() - Method in class cn.leancloud.sms.LCCaptchaValidateResult
- getValue() - Method in class cn.leancloud.LCStatistic
-
get value
- getValue() - Method in class cn.leancloud.query.QueryOperation
- getVersion() - Method in class cn.leancloud.LCLeaderboard
-
get version
- getVersion() - Method in class cn.leancloud.LCStatistic
-
get version
- getVersionChangeInterval() - Method in class cn.leancloud.LCLeaderboard
-
get version change interval
- getWhere() - Method in class cn.leancloud.query.QueryConditions
- getWholeObject(LCUser, String, String, String) - Method in class cn.leancloud.core.StorageClient
- getWidth() - Method in class cn.leancloud.sms.LCCaptchaOption
- getWriteAccess(LCUser) - Method in class cn.leancloud.LCACL
-
Get whether the given user is *explicitly* allowed to write this object.
- getWriteAccess(String) - Method in class cn.leancloud.LCACL
-
Get whether the given user id is *explicitly* allowed to write this object.
- GsonArray - Class in cn.leancloud.gson
- GsonArray() - Constructor for class cn.leancloud.gson.GsonArray
- GsonArray(JsonArray) - Constructor for class cn.leancloud.gson.GsonArray
- GsonArray(List<Object>) - Constructor for class cn.leancloud.gson.GsonArray
- GSONConverterFactory - Class in cn.leancloud.gson
- GSONConverterFactory() - Constructor for class cn.leancloud.gson.GSONConverterFactory
- GsonObject - Class in cn.leancloud.gson
- GsonObject() - Constructor for class cn.leancloud.gson.GsonObject
- GsonObject(JsonObject) - Constructor for class cn.leancloud.gson.GsonObject
- GsonObject(Map<String, Object>) - Constructor for class cn.leancloud.gson.GsonObject
- GSONParser - Class in cn.leancloud.gson
- GSONParser() - Constructor for class cn.leancloud.gson.GSONParser
- GsonUTCDateAdapter - Class in cn.leancloud.gson
- GsonUTCDateAdapter() - Constructor for class cn.leancloud.gson.GsonUTCDateAdapter
- GsonWrapper - Class in cn.leancloud.gson
- GsonWrapper() - Constructor for class cn.leancloud.gson.GsonWrapper
H
- has(String) - Method in class cn.leancloud.LCObject
-
Contain specified key.
- hasCachedResult() - Method in class cn.leancloud.LCQuery
-
Has cached result or not.
- hasCachedResult(String, Map<String, String>, long) - Method in class cn.leancloud.core.StorageClient
- hasCircleReference(Map<LCObject, Boolean>) - Method in class cn.leancloud.LCObject
-
judge operations' value include circle reference or not.
- hasFrozenEndpoint() - Method in class cn.leancloud.core.AppRouter
- hashCode() - Method in class cn.leancloud.gson.GsonArray
- hashCode() - Method in class cn.leancloud.gson.GsonObject
- hashCode() - Method in class cn.leancloud.json.ParameterizedTypeImpl
- hashCode() - Method in class cn.leancloud.LCACL
- hashCode() - Method in class cn.leancloud.LCFile
- hashCode() - Method in class cn.leancloud.LCObject
- hashCode() - Method in class cn.leancloud.LCStatus
- hashCode() - Method in class cn.leancloud.query.QueryOperation
- HEADER_KEY_LC_APPID - Static variable in class cn.leancloud.core.RequestPaddingInterceptor
- HEADER_KEY_LC_APPKEY - Static variable in class cn.leancloud.core.RequestPaddingInterceptor
- HEADER_KEY_LC_HOOKKEY - Static variable in class cn.leancloud.core.RequestPaddingInterceptor
- HEADER_KEY_LC_SIGN - Static variable in class cn.leancloud.core.RequestPaddingInterceptor
- hits - Variable in class cn.leancloud.search.LCSearchResponse
I
- i(String) - Method in class cn.leancloud.LCLogger
- i(String, Throwable) - Method in class cn.leancloud.LCLogger
- IGNORE_CACHE - Enum constant in enum class cn.leancloud.LCQuery.CachePolicy
- ignoreHook(LCObject.Hook) - Method in class cn.leancloud.LCObject
-
ignore specified Hook
- INBOX - Enum constant in enum class cn.leancloud.LCStatusQuery.SourceType
- inboxQuery(LCUser, String) - Static method in class cn.leancloud.LCStatus
-
query statuses send to User owner and with inboxType default query direction: from NEW to OLD.
- include(String) - Method in class cn.leancloud.LCQuery
-
Include nested AVObjects for the provided key.
- include(String) - Method in class cn.leancloud.query.QueryConditions
- include(String) - Method in class cn.leancloud.search.LCSearchQuery
- includeACL(boolean) - Method in class cn.leancloud.LCQuery
-
set include ACL or not.
- includeACL(boolean) - Method in class cn.leancloud.query.QueryConditions
-
set include ACL or not.
- INCORRECT_TYPE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that a field was set to an inconsistent type.
- increment(String) - Method in class cn.leancloud.LCFile
-
Increment file attribute.
- increment(String) - Method in class cn.leancloud.LCObject
-
Increment one attribute.
- increment(String, Number) - Method in class cn.leancloud.LCFile
-
Increment file attribute.
- increment(String, Number) - Method in class cn.leancloud.LCObject
-
Increment one attribute.
- indexOf(Object) - Method in class cn.leancloud.gson.GsonArray
- INFO - Enum constant in enum class cn.leancloud.LCLogger.Level
- initialize(String, String) - Static method in class cn.leancloud.core.LeanCloud
- initialize(String, String, String) - Static method in class cn.leancloud.core.LeanCloud
- intercept(Interceptor.Chain) - Method in class cn.leancloud.core.ErrorInterceptor
- intercept(Interceptor.Chain) - Method in class cn.leancloud.core.LoggingInterceptor
- intercept(Interceptor.Chain) - Method in class cn.leancloud.core.RequestPaddingInterceptor
- INTERNAL_SERVER_ERROR - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that something has gone wrong with the server.
- INTERNAL_STATUS_ACCEPTED - Static variable in class cn.leancloud.LCFriendshipRequest
- INTERNAL_STATUS_DECLINED - Static variable in class cn.leancloud.LCFriendshipRequest
- internalChangeSessionToken(String) - Method in class cn.leancloud.LCUser
-
not use it!
- internalClassName() - Method in class cn.leancloud.LCObject
-
Get internal class name.
- internalDone(LCException) - Method in class cn.leancloud.callback.LCCallback
- internalDone(T, LCException) - Method in class cn.leancloud.callback.LCCallback
- internalDone0(byte[], LCException) - Method in class cn.leancloud.callback.GetDataCallback
- internalDone0(LCStatus, LCException) - Method in class cn.leancloud.callback.StatusCallback
- internalDone0(LCUser, LCException) - Method in class cn.leancloud.callback.SignUpCallback
- internalDone0(LCCloudQueryResult, LCException) - Method in class cn.leancloud.callback.CloudQueryCallback
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.DeleteCallback
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.MobilePhoneVerifyCallback
-
MobilePhoneVerifyCallback 用来验证用户的手机号码
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.RequestEmailVerifyCallback
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.RequestMobileCodeCallback
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.RequestPasswordResetCallback
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.SendCallback
- internalDone0(LCNull, LCException) - Method in class cn.leancloud.callback.UpdatePasswordCallback
- internalDone0(InputStream, LCException) - Method in class cn.leancloud.callback.GetDataStreamCallback
- internalDone0(Integer, LCException) - Method in class cn.leancloud.callback.CountCallback
-
internal done function.
- internalDone0(Integer, LCException) - Method in class cn.leancloud.callback.ProgressCallback
-
Override this function with your desired callback.
- internalDone0(List<LCStatus>, LCException) - Method in class cn.leancloud.callback.StatusListCallback
- internalDone0(List<T>, LCException) - Method in class cn.leancloud.callback.FindCallback
- internalDone0(Map<String, List<T>>, LCException) - Method in class cn.leancloud.callback.FollowersAndFolloweesCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.FollowCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.FunctionCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.GetCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.GetFileCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.LCCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.LogInCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.RefreshCallback
- internalDone0(T, LCException) - Method in class cn.leancloud.callback.SaveCallback
- internalGet(String) - Method in class cn.leancloud.LCObject
- internalId() - Method in class cn.leancloud.LCObject
- internalPut(String, Object) - Method in class cn.leancloud.LCObject
- intLevel() - Method in enum class cn.leancloud.LCLogger.Level
- INVALID_ACL - Static variable in exception class cn.leancloud.LCException
-
Error code indicating an invalid ACL was provided.
- INVALID_CHANNEL_NAME - Static variable in exception class cn.leancloud.LCException
-
Error code indicating an invalid channel name.
- INVALID_CLASS_NAME - Static variable in exception class cn.leancloud.LCException
-
Error code indicating a missing or invalid classname.
- INVALID_EMAIL_ADDRESS - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the email address was invalid.
- INVALID_FILE_NAME - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an invalid filename was used for AVFile.
- INVALID_FILE_URL - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the file address was invalid.
- INVALID_JSON - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that badly formed JSON was received upstream.
- INVALID_KEY_NAME - Static variable in exception class cn.leancloud.LCException
-
Error code indicating an invalid key name.
- INVALID_LINKED_SESSION - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an user with a linked (e.g.
- INVALID_MESSAGE_ID - Static variable in class cn.leancloud.LCStatus
- INVALID_NESTED_KEY - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an invalid key was used in a nested JSONObject.
- INVALID_PARAMETER - Static variable in exception class cn.leancloud.LCException
- INVALID_PHONE_NUMBER - Static variable in exception class cn.leancloud.LCException
-
用来标识手机号码格式错误的错误代码
- INVALID_POINTER - Static variable in exception class cn.leancloud.LCException
-
Error code indicating a malformed pointer.
- INVALID_QUERY - Static variable in exception class cn.leancloud.LCException
-
Error code indicating you tried to query with a datatype that doesn't support it, like exact matching an array or object.
- INVALID_ROLE_NAME - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that a role's name is invalid.
- INVALID_STATE - Static variable in exception class cn.leancloud.LCException
- INVALID_VERSION - Static variable in class cn.leancloud.LCLeaderboard
- iOSEnvironmentDev - Static variable in class cn.leancloud.LCPush
- iOSEnvironmentProd - Static variable in class cn.leancloud.LCPush
- isAnonymous() - Method in class cn.leancloud.LCUser
-
Whether is anonymous or not.
- isAsynchronized() - Static method in class cn.leancloud.core.AppConfiguration
- isAuthenticated() - Method in class cn.leancloud.LCUser
-
whether user is authenticated or not.
- isAutoMergeOperationDataWhenSave() - Static method in class cn.leancloud.core.AppConfiguration
- isDataAvailable() - Method in class cn.leancloud.LCObject
-
Flag to indicate data is available or not.
- isDebugEnable() - Static method in class cn.leancloud.core.LeanCloud
- isEmpty() - Method in class cn.leancloud.gson.GsonArray
- isEmpty() - Method in class cn.leancloud.gson.GsonObject
- isEnableAutomatic() - Static method in class cn.leancloud.LCUser
- isEnableCircularReferenceDetect() - Static method in class cn.leancloud.core.LeanCloud
- isEnabled(LCLogger.Level) - Method in class cn.leancloud.LCLogger
- isEnableLocalCache() - Static method in class cn.leancloud.core.AppConfiguration
- isFetchWhenSave() - Method in class cn.leancloud.LCObject
-
Flag to fetchWhenSave.
- isFetchWhenSave() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- isIncludeACL() - Method in class cn.leancloud.LCQuery
-
Flag to indicate need ACL returned in result.
- isIncludeACL() - Method in class cn.leancloud.query.QueryConditions
-
Flag to indicate need ACL returned in result.
- isIncognitoMode() - Static method in class cn.leancloud.core.AppConfiguration
- isLastModifyEnabled() - Static method in class cn.leancloud.core.AppConfiguration
- isLastModifyEnabled() - Static method in class cn.leancloud.core.LeanCloud
-
Deprecated.
- isMobilePhoneVerified() - Method in class cn.leancloud.LCUser
-
whether user's mobilephone is verified or not.
- isProductionMode() - Static method in class cn.leancloud.LCCloud
-
Whether current mode is production or not.
- isRequestStatisticNeed() - Method in class cn.leancloud.callback.GenericObjectCallback
- isRetryNeeded(int, Throwable) - Method in class cn.leancloud.callback.GenericObjectCallback
- isTrace() - Method in class cn.leancloud.query.QueryConditions
- isUseMasterKey() - Static method in class cn.leancloud.core.GeneralRequestSignature
- iterator() - Method in class cn.leancloud.gson.GsonArray
J
- JSON - Class in cn.leancloud.json
- JSON() - Constructor for class cn.leancloud.json.JSON
- JSONArray - Class in cn.leancloud.json
- JSONArray() - Constructor for class cn.leancloud.json.JSONArray
- JSONArray.Builder - Class in cn.leancloud.json
- JSONArrayAdapter - Class in cn.leancloud.gson
- JSONArrayAdapter() - Constructor for class cn.leancloud.gson.JSONArrayAdapter
- JSONObject - Class in cn.leancloud.json
- JSONObject() - Constructor for class cn.leancloud.json.JSONObject
- JSONObject.Builder - Class in cn.leancloud.json
- JSONObjectAdapter - Class in cn.leancloud.gson
- JSONObjectAdapter() - Constructor for class cn.leancloud.gson.JSONObjectAdapter
- JSONParser - Interface in cn.leancloud.json
K
- KEY_ACL - Static variable in class cn.leancloud.LCObject
- KEY_CLASSNAME - Static variable in class cn.leancloud.LCObject
- KEY_CREATED_AT - Static variable in class cn.leancloud.LCObject
- KEY_IGNORE_HOOKS - Static variable in class cn.leancloud.LCObject
- KEY_OBJECT_ID - Static variable in class cn.leancloud.LCObject
- KEY_SERVERDATA - Static variable in class cn.leancloud.gson.ObjectDeserializer
- KEY_UPDATED_AT - Static variable in class cn.leancloud.LCObject
- KEY_VERSION - Static variable in class cn.leancloud.gson.ObjectDeserializer
- keySet() - Method in class cn.leancloud.gson.GsonObject
L
- Last - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardUpdateStrategy
- lastIndexOf(Object) - Method in class cn.leancloud.gson.GsonArray
- LCACL - Class in cn.leancloud
- LCACL() - Constructor for class cn.leancloud.LCACL
- LCACL(JSONObject) - Constructor for class cn.leancloud.LCACL
- LCACL(LCACL) - Constructor for class cn.leancloud.LCACL
-
copy constructor
- LCACL(LCUser) - Constructor for class cn.leancloud.LCACL
-
constructor
- LCACL(HashMap) - Constructor for class cn.leancloud.LCACL
-
constructor
- LCACL.Permissions - Class in cn.leancloud
- LCBlockRelation - Class in cn.leancloud
- LCBlockRelation() - Constructor for class cn.leancloud.LCBlockRelation
- LCBlockRelation(LCObject) - Constructor for class cn.leancloud.LCBlockRelation
- LCCallback<T> - Class in cn.leancloud.callback
- LCCallback() - Constructor for class cn.leancloud.callback.LCCallback
- LCCaptcha - Class in cn.leancloud.sms
- LCCaptcha() - Constructor for class cn.leancloud.sms.LCCaptcha
- LCCaptchaDigest - Class in cn.leancloud.sms
- LCCaptchaDigest() - Constructor for class cn.leancloud.sms.LCCaptchaDigest
- LCCaptchaOption - Class in cn.leancloud.sms
- LCCaptchaOption() - Constructor for class cn.leancloud.sms.LCCaptchaOption
- LCCaptchaValidateResult - Class in cn.leancloud.sms
- LCCaptchaValidateResult() - Constructor for class cn.leancloud.sms.LCCaptchaValidateResult
- LCCloud - Class in cn.leancloud
- LCCloudQuery - Class in cn.leancloud
- LCCloudQueryResult - Class in cn.leancloud.query
-
CloudQuery的返回值 包含符合CloudQuery的一组对象 和 符合query的对象数(在指定了count查询的时候 比如:"select count(*) from _User")
- LCCloudQueryResult() - Constructor for class cn.leancloud.query.LCCloudQueryResult
- LCDate - Class in cn.leancloud.types
- LCDate() - Constructor for class cn.leancloud.types.LCDate
- LCDate(JSONObject) - Constructor for class cn.leancloud.types.LCDate
- LCDate(String) - Constructor for class cn.leancloud.types.LCDate
- LCException - Exception Class in cn.leancloud
- LCException(int, String) - Constructor for exception class cn.leancloud.LCException
-
Construct a new AVException with a particular error code.
- LCException(String, Throwable) - Constructor for exception class cn.leancloud.LCException
-
Construct a new AVException with an external cause.
- LCException(Throwable) - Constructor for exception class cn.leancloud.LCException
-
Construct a new AVException with an external cause.
- LCFile - Class in cn.leancloud
- LCFile() - Constructor for class cn.leancloud.LCFile
-
default constructor.
- LCFile(String, byte[]) - Constructor for class cn.leancloud.LCFile
-
constructor with name and data.
- LCFile(String, File) - Constructor for class cn.leancloud.LCFile
-
constructor with name and local file.
- LCFile(String, String) - Constructor for class cn.leancloud.LCFile
-
constructor with name and external url.
- LCFile(String, String, Map<String, Object>) - Constructor for class cn.leancloud.LCFile
-
constructor with name and external url.
- LCFile(String, String, Map<String, Object>, boolean) - Constructor for class cn.leancloud.LCFile
- LCFriendship - Class in cn.leancloud
- LCFriendship() - Constructor for class cn.leancloud.LCFriendship
- LCFriendship(LCObject) - Constructor for class cn.leancloud.LCFriendship
- LCFriendshipRequest - Class in cn.leancloud
- LCFriendshipRequest() - Constructor for class cn.leancloud.LCFriendshipRequest
- LCFriendshipRequest(LCFriendshipRequest) - Constructor for class cn.leancloud.LCFriendshipRequest
- LCGeoPoint - Class in cn.leancloud.types
- LCGeoPoint() - Constructor for class cn.leancloud.types.LCGeoPoint
- LCGeoPoint(double, double) - Constructor for class cn.leancloud.types.LCGeoPoint
- LCInstallation - Class in cn.leancloud
- LCInstallation() - Constructor for class cn.leancloud.LCInstallation
- LCInstallation(LCObject) - Constructor for class cn.leancloud.LCInstallation
- LCLeaderboard - Class in cn.leancloud
- LCLeaderboard(LCObject) - Constructor for class cn.leancloud.LCLeaderboard
- LCLeaderboard.LCLeaderboardOrder - Enum Class in cn.leancloud
- LCLeaderboard.LCLeaderboardUpdateStrategy - Enum Class in cn.leancloud
- LCLeaderboard.LCLeaderboardVersionChangeInterval - Enum Class in cn.leancloud
- LCLeaderboardResult - Class in cn.leancloud
- LCLeaderboardResult() - Constructor for class cn.leancloud.LCLeaderboardResult
- LCLogger - Class in cn.leancloud
- LCLogger(String) - Constructor for class cn.leancloud.LCLogger
- LCLogger.Level - Enum Class in cn.leancloud
- LCNull - Class in cn.leancloud.types
- LCNull() - Constructor for class cn.leancloud.types.LCNull
- LCObject - Class in cn.leancloud
- LCObject() - Constructor for class cn.leancloud.LCObject
-
Default constructor.
- LCObject(LCObject) - Constructor for class cn.leancloud.LCObject
-
Copy constructor.
- LCObject(String) - Constructor for class cn.leancloud.LCObject
-
Constructor with class name.
- LCObject.Hook - Enum Class in cn.leancloud
- LCPush - Class in cn.leancloud
- LCPush() - Constructor for class cn.leancloud.LCPush
-
Creates a new push notification.
- LCQuery<T> - Class in cn.leancloud
- LCQuery(String) - Constructor for class cn.leancloud.LCQuery
-
Constructs a query.
- LCQuery.CachePolicy - Enum Class in cn.leancloud
- LCQueryResult - Class in cn.leancloud.query
- LCQueryResult() - Constructor for class cn.leancloud.query.LCQueryResult
- LCRanking - Class in cn.leancloud
- LCRanking() - Constructor for class cn.leancloud.LCRanking
- LCRelation<T> - Class in cn.leancloud
- LCRelation() - Constructor for class cn.leancloud.LCRelation
- LCRelation(LCObject, String) - Constructor for class cn.leancloud.LCRelation
- LCRelation(String) - Constructor for class cn.leancloud.LCRelation
- LCRole - Class in cn.leancloud
- LCRole() - Constructor for class cn.leancloud.LCRole
- LCRole(String) - Constructor for class cn.leancloud.LCRole
- LCRole(String, LCACL) - Constructor for class cn.leancloud.LCRole
- LCSaveOption - Class in cn.leancloud
- LCSaveOption() - Constructor for class cn.leancloud.LCSaveOption
- LCSearchQuery<T> - Class in cn.leancloud.search
- LCSearchQuery() - Constructor for class cn.leancloud.search.LCSearchQuery
- LCSearchQuery(String) - Constructor for class cn.leancloud.search.LCSearchQuery
- LCSearchQuery(String, Class<T>) - Constructor for class cn.leancloud.search.LCSearchQuery
- LCSearchResponse - Class in cn.leancloud.search
- LCSearchResponse() - Constructor for class cn.leancloud.search.LCSearchResponse
- LCSearchSortBuilder - Class in cn.leancloud.search
- LCSearchSortBuilder() - Constructor for class cn.leancloud.search.LCSearchSortBuilder
- LCSMS - Class in cn.leancloud.sms
- LCSMS() - Constructor for class cn.leancloud.sms.LCSMS
- LCSMS.TYPE - Enum Class in cn.leancloud.sms
- LCSMSOption - Class in cn.leancloud.sms
- LCSMSOption() - Constructor for class cn.leancloud.sms.LCSMSOption
- LCStatistic - Class in cn.leancloud
- LCStatistic() - Constructor for class cn.leancloud.LCStatistic
- LCStatisticResult - Class in cn.leancloud
- LCStatisticResult() - Constructor for class cn.leancloud.LCStatisticResult
- LCStatus - Class in cn.leancloud
-
Status 预定义属性: 1.
- LCStatus() - Constructor for class cn.leancloud.LCStatus
-
default constructor.
- LCStatus(LCObject) - Constructor for class cn.leancloud.LCStatus
-
constructor from AVObject instance.
- LCStatus.INBOX_TYPE - Enum Class in cn.leancloud
- LCStatusQuery - Class in cn.leancloud
- LCStatusQuery(LCStatusQuery.SourceType) - Constructor for class cn.leancloud.LCStatusQuery
- LCStatusQuery.PaginationDirection - Enum Class in cn.leancloud
- LCStatusQuery.SourceType - Enum Class in cn.leancloud
- LCUser - Class in cn.leancloud
- LCUser() - Constructor for class cn.leancloud.LCUser
-
constructor
- LCUser.SNS_PLATFORM - Enum Class in cn.leancloud
- LeanCloud - Class in cn.leancloud.core
-
we should set following variables: 0.
- LeanCloud() - Constructor for class cn.leancloud.core.LeanCloud
- LeanCloud.REGION - Enum Class in cn.leancloud.core
- LeanService - Enum Class in cn.leancloud.core
- limit(int) - Method in class cn.leancloud.LCQuery
- LINKED_ID_MISSING - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an user cannot be linked to an account because that account's id could not be found.
- listIterator() - Method in class cn.leancloud.gson.GsonArray
- listIterator(int) - Method in class cn.leancloud.gson.GsonArray
- logger - Static variable in class cn.leancloud.LCObject
- LoggingInterceptor - Class in cn.leancloud.core
- LoggingInterceptor() - Constructor for class cn.leancloud.core.LoggingInterceptor
- logIn(JSONObject, Class<T>) - Method in class cn.leancloud.core.StorageClient
- logIn(String, String) - Static method in class cn.leancloud.LCUser
-
logIn in background
- logIn(String, String, Class<T>) - Static method in class cn.leancloud.LCUser
-
logIn in background
- logInAnonymously() - Static method in class cn.leancloud.LCUser
-
login as anonymous user in background.
- loginByEmail(String, String) - Static method in class cn.leancloud.LCUser
-
logIn with email and password
- loginByMobilePhoneNumber(String, String) - Static method in class cn.leancloud.LCUser
-
logIn with mobile phone and password.
- loginByMobilePhoneNumber(String, String, Class<T>) - Static method in class cn.leancloud.LCUser
-
logIn with mobile phone and password.
- loginBySMSCode(String, String) - Static method in class cn.leancloud.LCUser
-
logIn with mobile phone and sms code.
- loginBySMSCode(String, String, Class<T>) - Static method in class cn.leancloud.LCUser
-
logIn with mobile phone and sms code.
- LogInCallback<T> - Class in cn.leancloud.callback
- LogInCallback() - Constructor for class cn.leancloud.callback.LogInCallback
- loginWithAuthData(Class<T>, Map<String, Object>, String) - Static method in class cn.leancloud.LCUser
-
login with auth data.
- loginWithAuthData(Class<T>, Map<String, Object>, String, String, String, boolean) - Static method in class cn.leancloud.LCUser
-
login with auth data.
- loginWithAuthData(Map<String, Object>, String) - Static method in class cn.leancloud.LCUser
-
login with auth data.
- loginWithAuthData(Map<String, Object>, String, boolean) - Method in class cn.leancloud.LCUser
-
login with auth data.
- loginWithAuthData(Map<String, Object>, String, String, String, boolean) - Static method in class cn.leancloud.LCUser
-
login with auth data.
- loginWithAuthData(Map<String, Object>, String, String, String, boolean, boolean) - Method in class cn.leancloud.LCUser
-
login with auth data.
- logOut() - Static method in class cn.leancloud.LCUser
-
user logout.
- lookup(Class<T>, String) - Static method in class cn.leancloud.LCLeaderboard
M
- makeSureCacheDirWorkable() - Static method in class cn.leancloud.core.AppConfiguration
- MapDeserializerDoubleAsIntFix - Class in cn.leancloud.gson
- MapDeserializerDoubleAsIntFix() - Constructor for class cn.leancloud.gson.MapDeserializerDoubleAsIntFix
- MEMBER_TYPE_ENTITY - Static variable in class cn.leancloud.LCLeaderboard
- MEMBER_TYPE_OBJECT - Static variable in class cn.leancloud.LCLeaderboard
- MEMBER_TYPE_USER - Static variable in class cn.leancloud.LCLeaderboard
- MISSING_OBJECT_ID - Static variable in exception class cn.leancloud.LCException
-
Error code indicating an unspecified object id.
- MobilePhoneVerifyCallback - Class in cn.leancloud.callback
- MobilePhoneVerifyCallback() - Constructor for class cn.leancloud.callback.MobilePhoneVerifyCallback
- Month - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
- MUST_CREATE_USER_THROUGH_SIGNUP - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an user can only be created through signup.
N
- NETWORK_ELSE_CACHE - Enum constant in enum class cn.leancloud.LCQuery.CachePolicy
- NETWORK_ONLY - Enum constant in enum class cn.leancloud.LCQuery.CachePolicy
- Never - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
- NEW_TO_OLD - Enum constant in enum class cn.leancloud.LCStatusQuery.PaginationDirection
- newBuilder() - Static method in class cn.leancloud.search.LCSearchSortBuilder
- newUploadToken(LCUser, JSONObject) - Method in class cn.leancloud.core.StorageClient
- nextInBackground() - Method in class cn.leancloud.LCStatusQuery
-
get next pagination result.
- NorthAmerica - Enum constant in enum class cn.leancloud.core.LeanCloud.REGION
- NorthChina - Enum constant in enum class cn.leancloud.core.LeanCloud.REGION
- NOT_INITIALIZED - Static variable in exception class cn.leancloud.LCException
-
You must call AVOSCloud.initialize before using the AVOSCloud library.
- NumberDeserializerDoubleAsIntFix - Class in cn.leancloud.gson
- NumberDeserializerDoubleAsIntFix() - Constructor for class cn.leancloud.gson.NumberDeserializerDoubleAsIntFix
O
- OBJECT_NOT_FOUND - Static variable in exception class cn.leancloud.LCException
-
Error code indicating the specified object doesn't exist.
- OBJECT_TOO_LARGE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the object is too large.
- ObjectDeserializer - Class in cn.leancloud.gson
- ObjectDeserializer() - Constructor for class cn.leancloud.gson.ObjectDeserializer
- objectFromClassName(String) - Static method in class cn.leancloud.Transformer
- objectId - Variable in class cn.leancloud.LCObject
- ObserverBuilder - Class in cn.leancloud.convertor
- ObserverBuilder() - Constructor for class cn.leancloud.convertor.ObserverBuilder
- OFF - Enum constant in enum class cn.leancloud.LCLogger.Level
- OLD_TO_NEW - Enum constant in enum class cn.leancloud.LCStatusQuery.PaginationDirection
- onDataSynchronized() - Method in class cn.leancloud.LCInstallation
- onDataSynchronized() - Method in class cn.leancloud.LCObject
- onDataSynchronized() - Method in class cn.leancloud.LCUser
- onFailure(int, Throwable, String) - Method in class cn.leancloud.callback.GenericObjectCallback
- onFailure(Throwable, String) - Method in class cn.leancloud.callback.GenericObjectCallback
- onGroupRequestFinished(int, int, LCObject) - Method in class cn.leancloud.callback.GenericObjectCallback
- onSaveFailure() - Method in class cn.leancloud.LCObject
- onSaveFailure() - Method in class cn.leancloud.LCUser
- onSaveSuccess() - Method in class cn.leancloud.LCInstallation
- onSaveSuccess() - Method in class cn.leancloud.LCObject
- onSaveSuccess() - Method in class cn.leancloud.LCUser
- onSuccess(String, LCException) - Method in class cn.leancloud.callback.GenericObjectCallback
- OPERATION_FORBIDDEN - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the operation isn't allowed for clients.
- operations - Variable in class cn.leancloud.LCObject
- or(List<LCQuery<T>>) - Static method in class cn.leancloud.LCQuery
-
Constructs a query that is the or of the given queries.
- OR_OP - Static variable in class cn.leancloud.query.QueryOperation
- order(String) - Method in class cn.leancloud.LCQuery
- order(String) - Method in class cn.leancloud.search.LCSearchQuery
-
设置查询字段列表,以逗号隔开的字符串,例如"a,b,c",表示按照a,b,c三个字段的顺序排序,如果字段前面有负号,表示倒序,例如"a,-b"
- orderByAscending(String) - Method in class cn.leancloud.LCQuery
-
Sorts the results in ascending order by the given key.
- orderByAscending(String) - Method in class cn.leancloud.query.QueryConditions
- orderByAscending(String) - Method in class cn.leancloud.search.LCSearchQuery
-
根据提供的key进行升序排序
- orderByAscending(String) - Method in class cn.leancloud.search.LCSearchSortBuilder
- orderByAscending(String, String) - Method in class cn.leancloud.search.LCSearchSortBuilder
- orderByAscending(String, String, String) - Method in class cn.leancloud.search.LCSearchSortBuilder
-
按照key升序排序
- orderByDescending(String) - Method in class cn.leancloud.LCQuery
-
Sorts the results in descending order by the given key.
- orderByDescending(String) - Method in class cn.leancloud.query.QueryConditions
- orderByDescending(String) - Method in class cn.leancloud.search.LCSearchQuery
-
根据提供的key进行降序排序
- orderByDescending(String) - Method in class cn.leancloud.search.LCSearchSortBuilder
- orderByDescending(String, String) - Method in class cn.leancloud.search.LCSearchSortBuilder
- orderByDescending(String, String, String) - Method in class cn.leancloud.search.LCSearchSortBuilder
-
按照key降序排序
- OTHER_CAUSE - Static variable in exception class cn.leancloud.LCException
- OWNED - Enum constant in enum class cn.leancloud.LCStatusQuery.SourceType
P
- PaasClient - Class in cn.leancloud.core
-
we must config following variables: 1.
- PaasClient() - Constructor for class cn.leancloud.core.PaasClient
- ParameterizedTypeImpl - Class in cn.leancloud.json
- ParameterizedTypeImpl(Type[], Type, Type) - Constructor for class cn.leancloud.json.ParameterizedTypeImpl
- parse(String) - Method in class cn.leancloud.gson.GSONParser
- parse(String) - Static method in class cn.leancloud.json.JSON
- parse(String) - Method in interface cn.leancloud.json.JSONParser
- parseArray(String) - Method in class cn.leancloud.gson.GSONParser
- parseArray(String) - Static method in class cn.leancloud.json.JSON
- parseArray(String) - Method in interface cn.leancloud.json.JSONParser
- parseArray(String, Class<T>) - Method in class cn.leancloud.gson.GSONParser
- parseArray(String, Class<T>) - Static method in class cn.leancloud.json.JSON
- parseArray(String, Class<T>) - Method in interface cn.leancloud.json.JSONParser
- parseAVObject(String) - Static method in class cn.leancloud.ArchivedRequests
- parseLCObject(String) - Static method in class cn.leancloud.LCObject
-
Create AVObject instance from json string which generated by AVObject.toString or AVObject.toJSONString.
- parseObject(String) - Method in class cn.leancloud.gson.GSONParser
- parseObject(String) - Static method in class cn.leancloud.gson.GsonWrapper
- parseObject(String) - Static method in class cn.leancloud.json.JSON
- parseObject(String) - Method in interface cn.leancloud.json.JSONParser
- parseObject(String, TypeReference<T>) - Method in class cn.leancloud.gson.GSONParser
- parseObject(String, TypeReference<T>) - Static method in class cn.leancloud.json.JSON
- parseObject(String, TypeReference<T>) - Method in interface cn.leancloud.json.JSONParser
- parseObject(String, Class<T>) - Method in class cn.leancloud.gson.GSONParser
- parseObject(String, Class<T>) - Static method in class cn.leancloud.gson.GsonWrapper
- parseObject(String, Class<T>) - Static method in class cn.leancloud.json.JSON
- parseObject(String, Class<T>) - Method in interface cn.leancloud.json.JSONParser
- parseObject(String, Type) - Static method in class cn.leancloud.gson.GsonWrapper
- parsePrecisionNumber(Number) - Static method in class cn.leancloud.gson.NumberDeserializerDoubleAsIntFix
- PASSWORD_MISSING - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the password is missing or empty.
- Permissions() - Constructor for class cn.leancloud.LCACL.Permissions
- Permissions(boolean, boolean) - Constructor for class cn.leancloud.LCACL.Permissions
- Permissions(LCACL.Permissions) - Constructor for class cn.leancloud.LCACL.Permissions
- Permissions(HashMap<String, Object>) - Constructor for class cn.leancloud.LCACL.Permissions
- postStatus(LCUser, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- PRIVATE - Enum constant in enum class cn.leancloud.LCStatus.INBOX_TYPE
- ProgressCallback - Class in cn.leancloud.callback
- ProgressCallback() - Constructor for class cn.leancloud.callback.ProgressCallback
- PUSH - Enum constant in enum class cn.leancloud.core.LeanService
- PUSH_MISCONFIGURED - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that push is misconfigured.
- PushClient - Class in cn.leancloud.core
- PushClient(PushService, boolean, AppConfiguration.SchedulerCreator) - Constructor for class cn.leancloud.core.PushClient
- put(String, Object) - Method in class cn.leancloud.gson.GsonObject
- put(String, Object) - Method in class cn.leancloud.LCFile
-
Set file attribute.
- put(String, Object) - Method in class cn.leancloud.LCObject
-
Set attribute.
- put(String, Object) - Method in class cn.leancloud.LCStatus
-
添加 AVStatus 中的一对自定义内容
- putAll(Map<? extends String, ? extends Object>) - Method in class cn.leancloud.gson.GsonObject
- putAll(Map<? extends String, ? extends Object>) - Method in class cn.leancloud.json.JSONObject
Q
- QQ - Enum constant in enum class cn.leancloud.LCUser.SNS_PLATFORM
- query(LCQuery) - Method in class cn.leancloud.LCSaveOption
-
Only save object when query matches AVObject instance data
- QueryConditions - Class in cn.leancloud.query
- QueryConditions() - Constructor for class cn.leancloud.query.QueryConditions
- queryCount(LCUser, String, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- queryFriendship() - Method in class cn.leancloud.LCUser
-
query current user's friendship.
- queryFriendship(int, int, String) - Method in class cn.leancloud.LCUser
-
query current user's friendship.
- queryFriendship(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- queryGroupStatistics(String, String, List<String>) - Static method in class cn.leancloud.LCLeaderboard
-
query a group of users/objects/entities statistic results.
- queryGroupStatistics(List<String>) - Method in class cn.leancloud.LCLeaderboard
-
query multiple users/objects/entities statistic results.
- queryInbox(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- queryObjects(LCUser, String, String, Map<String, String>, LCQuery.CachePolicy, long) - Method in class cn.leancloud.core.StorageClient
- QueryOperation - Class in cn.leancloud.query
- QueryOperation(String, String, Object) - Constructor for class cn.leancloud.query.QueryOperation
- queryStatus(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
R
- RATE_LIMITED - Static variable in exception class cn.leancloud.LCException
-
Error code indicating client is rate limited by avoscloud server.
- read(JsonElement) - Method in class cn.leancloud.gson.MapDeserializerDoubleAsIntFix
- read(JsonElement) - Method in class cn.leancloud.gson.NumberDeserializerDoubleAsIntFix
- read(JsonReader) - Method in class cn.leancloud.gson.BaseOperationAdapter
- read(JsonReader) - Method in class cn.leancloud.gson.FileUploadTokenAdapter
-
Deprecated.
- read(JsonReader) - Method in class cn.leancloud.gson.GeneralFieldMappingObjectAdapter
-
Deprecated.
- read(JsonReader) - Method in class cn.leancloud.gson.GeneralSimpleObjectAdapter
- read(JsonReader) - Method in class cn.leancloud.gson.JSONArrayAdapter
- read(JsonReader) - Method in class cn.leancloud.gson.JSONObjectAdapter
- refresh() - Method in class cn.leancloud.LCObject
-
Refresh current object in blocking mode.
- refresh() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- refresh(LCUser, String) - Method in class cn.leancloud.LCObject
-
Refresh current object in blocking mode.
- refresh(String) - Method in class cn.leancloud.LCObject
-
Refresh current object in blocking mode.
- refresh(String) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- RefreshCallback<T> - Class in cn.leancloud.callback
- RefreshCallback() - Constructor for class cn.leancloud.callback.RefreshCallback
- refreshInBackground() - Method in class cn.leancloud.LCObject
-
Refresh current object in async mode.
- refreshInBackground() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- refreshInBackground(LCUser) - Method in class cn.leancloud.LCObject
-
Refresh current object in async mode.
- refreshInBackground(LCUser, String) - Method in class cn.leancloud.LCObject
-
Refresh current object in async mode.
- refreshInBackground(String) - Method in class cn.leancloud.LCObject
-
Refresh current object in async mode.
- refreshSessionToken(LCUser) - Method in class cn.leancloud.core.StorageClient
- refreshSessionTokenInBackground() - Method in class cn.leancloud.LCUser
-
refresh session token in background.
- registerClass(Class<T>) - Static method in class cn.leancloud.Transformer
- registerSubclass(Class<T>) - Static method in class cn.leancloud.LCObject
-
Register subclass to AVOSCloud SDK.It must be invocated before AVOSCloud.initialize.
- REGISTRATION_ID - Static variable in class cn.leancloud.LCInstallation
- remove(int) - Method in class cn.leancloud.gson.GsonArray
- remove(LCObject) - Method in class cn.leancloud.LCRelation
-
Removes an object from this relation.
- remove(Object) - Method in class cn.leancloud.gson.GsonArray
- remove(Object) - Method in class cn.leancloud.gson.GsonObject
- remove(String) - Method in class cn.leancloud.LCFile
-
Remove file attribute.
- remove(String) - Method in class cn.leancloud.LCObject
-
Remove attribute.
- remove(String) - Method in class cn.leancloud.LCStatus
-
删除 AVStatus 中的一对自定义内容
- removeAll(String, Collection<?>) - Method in class cn.leancloud.LCObject
-
Remove all collection.
- removeAll(Collection<? extends Object>) - Method in class cn.leancloud.gson.GsonArray
- removeMetaData(String) - Method in class cn.leancloud.LCFile
-
Remove file meta data.
- removeOperationForKey(String) - Method in class cn.leancloud.LCObject
- requestCaptcha(LCCaptchaOption) - Method in class cn.leancloud.core.StorageClient
- requestCaptchaInBackground(LCCaptchaOption) - Static method in class cn.leancloud.sms.LCCaptcha
- requestEmailVerify(String) - Method in class cn.leancloud.core.StorageClient
- RequestEmailVerifyCallback - Class in cn.leancloud.callback
- RequestEmailVerifyCallback() - Constructor for class cn.leancloud.callback.RequestEmailVerifyCallback
- requestEmailVerifyInBackground(String) - Static method in class cn.leancloud.LCUser
-
request verified email
- requestLoginSmsCode(String, String) - Method in class cn.leancloud.core.StorageClient
- requestLoginSmsCodeInBackground(String) - Static method in class cn.leancloud.LCUser
-
request sms code for login
- requestLoginSmsCodeInBackground(String, String) - Static method in class cn.leancloud.LCUser
-
request sms code for login, collaborating with AVCaptcha
- RequestMobileCodeCallback - Class in cn.leancloud.callback
- RequestMobileCodeCallback() - Constructor for class cn.leancloud.callback.RequestMobileCodeCallback
- requestMobilePhoneVerify(String, String) - Method in class cn.leancloud.core.StorageClient
- requestMobilePhoneVerifyInBackground(String) - Static method in class cn.leancloud.LCUser
-
request sms code for verification mobile phone.
- requestMobilePhoneVerifyInBackground(String, String) - Static method in class cn.leancloud.LCUser
-
request sms code for verification mobile phone, collaborating with AVCaptcha
- RequestPaddingInterceptor - Class in cn.leancloud.core
- RequestPaddingInterceptor() - Constructor for class cn.leancloud.core.RequestPaddingInterceptor
- requestPasswordResetBySmsCodeInBackground(String) - Static method in class cn.leancloud.LCUser
-
request sms code for resetting password
- requestPasswordResetBySmsCodeInBackground(String, String) - Static method in class cn.leancloud.LCUser
-
request sms code for resetting password, collaborating with AVCaptcha
- RequestPasswordResetCallback - Class in cn.leancloud.callback
- RequestPasswordResetCallback() - Constructor for class cn.leancloud.callback.RequestPasswordResetCallback
- requestPasswordResetInBackground(String) - Static method in class cn.leancloud.LCUser
-
Password-relative operations
- requestResetPassword(String) - Method in class cn.leancloud.core.StorageClient
- requestResetPasswordBySmsCode(String, String) - Method in class cn.leancloud.core.StorageClient
- requestSign(long, boolean) - Static method in class cn.leancloud.core.GeneralRequestSignature
- requestSign(String, long, String) - Static method in class cn.leancloud.core.GeneralRequestSignature
- RequestSignature - Interface in cn.leancloud.core
- requestSMSCode(String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- requestSMSCodeForUpdatingPhoneNumber(LCUser, String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- requestSMSCodeForUpdatingPhoneNumberInBackground(LCUser, String, LCSMSOption) - Static method in class cn.leancloud.LCUser
-
request sms code for updating phone number of current user.
- requestSMSCodeForUpdatingPhoneNumberInBackground(String, LCSMSOption) - Static method in class cn.leancloud.LCUser
-
request sms code for updating phone number of current user.
- requestSMSCodeInBackground(String, LCSMSOption) - Static method in class cn.leancloud.sms.LCSMS
- reset() - Method in class cn.leancloud.LCLeaderboard
-
reset current leaderboard.
- resetAll() - Method in class cn.leancloud.LCObject
- resetByRawData(LCObject) - Method in class cn.leancloud.LCObject
- resetLeaderboard(String) - Method in class cn.leancloud.core.StorageClient
-
reset leaderboard
- resetPasswordBySmsCode(String, String, String) - Method in class cn.leancloud.core.StorageClient
- resetPasswordBySmsCodeInBackground(String, String, String) - Static method in class cn.leancloud.LCUser
-
reset password with sms code for current user.
- resetServerData(Map<String, Object>) - Method in class cn.leancloud.LCObject
-
Reset server data with new data.
- results - Variable in class cn.leancloud.search.LCSearchResponse
- retainAll(Collection<?>) - Method in class cn.leancloud.gson.GsonArray
- retrieveShortToken(String) - Method in class cn.leancloud.core.StorageClient
- retrieveShortTokenInBackground(String) - Static method in class cn.leancloud.LCUser
-
获取用户的临时 JWT token,用于其他系统认证(例如 TDS 客服系统)
- retry(Throwable, String) - Method in class cn.leancloud.callback.GenericObjectCallback
- reverseQuery(Class<M>, String, LCObject) - Static method in class cn.leancloud.LCRelation
-
Create a query that can be used to query the parent objects in this relation.
- reverseQuery(String, String, LCObject) - Static method in class cn.leancloud.LCRelation
-
Create a query that can be used to query the parent objects in this relation.
- RTM - Enum constant in enum class cn.leancloud.core.LeanService
S
- sameOp(QueryOperation) - Method in class cn.leancloud.query.QueryOperation
- save() - Method in class cn.leancloud.LCFile
-
save to cloud.
- save() - Method in class cn.leancloud.LCObject
-
Save in blocking mode.
- save() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- save(LCUser) - Method in class cn.leancloud.LCFile
-
save to cloud
- save(LCUser) - Method in class cn.leancloud.LCObject
-
Save in blocking mode.
- saveAll(LCUser, Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Save All objects in blocking mode.
- saveAll(Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Save All objects in blocking mode.
- saveAllInBackground(LCUser, Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Save all objects in async mode.
- saveAllInBackground(Collection<? extends LCObject>) - Static method in class cn.leancloud.LCObject
-
Save all objects in async mode.
- SaveCallback<T> - Class in cn.leancloud.callback
- SaveCallback() - Constructor for class cn.leancloud.callback.SaveCallback
- saveEventually() - Method in class cn.leancloud.LCFile
-
Save eventually(not supported).
- saveEventually() - Method in class cn.leancloud.LCObject
-
Save eventually.
- saveEventually() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- saveEventually(LCObject) - Method in class cn.leancloud.ArchivedRequests
- saveEventually(LCUser) - Method in class cn.leancloud.LCFile
-
Save eventually(not supported).
- saveEventually(LCUser) - Method in class cn.leancloud.LCObject
-
Save eventually.
- saveInBackground() - Method in class cn.leancloud.LCFile
-
save to cloud backend.
- saveInBackground() - Method in class cn.leancloud.LCObject
-
Save object in background.
- saveInBackground() - Method in class cn.leancloud.LCStatus
-
Deprecated.
- saveInBackground(boolean) - Method in class cn.leancloud.LCFile
-
save to cloud backend.
- saveInBackground(boolean, ProgressCallback) - Method in class cn.leancloud.LCFile
-
save to cloud backend.
- saveInBackground(ProgressCallback) - Method in class cn.leancloud.LCFile
-
save to cloud backend.
- saveInBackground(LCSaveOption) - Method in class cn.leancloud.LCFriendship
-
save friendship in backgound.
- saveInBackground(LCSaveOption) - Method in class cn.leancloud.LCFriendshipRequest
- saveInBackground(LCSaveOption) - Method in class cn.leancloud.LCObject
-
Save object in background.
- saveInBackground(LCUser) - Method in class cn.leancloud.LCObject
-
Save object in background.
- saveInBackground(LCUser, boolean) - Method in class cn.leancloud.LCFile
-
save to cloud in background.
- saveInBackground(LCUser, boolean, ProgressCallback) - Method in class cn.leancloud.LCFile
-
save to cloud in background.
- saveInBackground(LCUser, LCSaveOption) - Method in class cn.leancloud.LCObject
-
Save object in background.
- saveObject(LCUser, String, String, JSONObject, boolean, JSONObject) - Method in class cn.leancloud.core.StorageClient
- saveWholeObject(LCUser, Class<E>, String, String, JSONObject, boolean, JSONObject) - Method in class cn.leancloud.core.StorageClient
- SCRIPT_ERROR - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that a Cloud Code script failed.
- search(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- selectKeys(Collection<String>) - Method in class cn.leancloud.LCQuery
-
Restrict the fields of returned AVObjects to only include the provided keys.
- selectKeys(Collection<String>) - Method in class cn.leancloud.query.QueryConditions
- send() - Method in class cn.leancloud.LCPush
-
Sends this push notification while blocking this thread until the push notification has successfully reached the AVOSCloud servers.
- SendCallback - Class in cn.leancloud.callback
- SendCallback() - Constructor for class cn.leancloud.callback.SendCallback
- sendDataInBackground(JSONObject, LCQuery<? extends LCInstallation>) - Static method in class cn.leancloud.LCPush
-
A helper method to concisely send a push to a query.
- sendDataInBackground(JSONObject, LCQuery<? extends LCInstallation>, SendCallback) - Static method in class cn.leancloud.LCPush
-
A helper method to concisely send a push to a query.
- sendInBackground() - Method in class cn.leancloud.LCPush
-
Sends this push notification in a background thread.
- sendInBackground(SendCallback) - Method in class cn.leancloud.LCPush
-
Sends this push notification in a background thread.
- sendMessageInBackground(String, LCQuery<? extends LCInstallation>) - Static method in class cn.leancloud.LCPush
-
A helper method to concisely send a push message to a query.
- sendMessageInBackground(String, LCQuery<? extends LCInstallation>, SendCallback) - Static method in class cn.leancloud.LCPush
-
A helper method to concisely send a push message to a query.
- sendPrivatelyInBackground(String) - Method in class cn.leancloud.LCStatus
-
send privately message.
- sendPushRequest(Map<String, Object>) - Method in class cn.leancloud.core.PushClient
- sendToFollowersInBackground() - Method in class cn.leancloud.LCStatus
-
send status to followers.
- sendToFollowersInBackground(String) - Method in class cn.leancloud.LCStatus
-
send status with inboxType to followers.
- sendToUsersInBackground(LCQuery) - Method in class cn.leancloud.LCStatus
-
send to user with query.
- sendToUsersInBackground(String, LCQuery) - Method in class cn.leancloud.LCStatus
-
send to user with query and inboxType.
- serialize(Date, Type, JsonSerializationContext) - Method in class cn.leancloud.gson.GsonUTCDateAdapter
- serverData - Variable in class cn.leancloud.LCObject
- SESSION_MISSING - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that an user object without a valid session could not be altered.
- set(int, Object) - Method in class cn.leancloud.gson.GsonArray
- setACL(LCACL) - Method in class cn.leancloud.LCObject
-
Set ACL
- setACL(LCACL) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- setAPNsTeamId(String) - Method in class cn.leancloud.LCPush
-
set APNs Team Id(optinal, only used by Token Authentication)
- setAPNsTopic(String) - Method in class cn.leancloud.LCPush
-
set APNs Topic(optinal, only used by Token Authentication)
- setApplicationName(String) - Method in class cn.leancloud.sms.LCSMSOption
- setApplicationPackageName(String) - Static method in class cn.leancloud.core.AppConfiguration
- setAutoMergeOperationDataWhenSave(boolean) - Static method in class cn.leancloud.core.AppConfiguration
-
Set default behavior for object save operation.
- setAutoMergeOperationDataWhenSave(boolean) - Static method in class cn.leancloud.core.LeanCloud
-
Set default behavior for object save operation.
- setCachePolicy(LCQuery.CachePolicy) - Method in class cn.leancloud.LCQuery
-
Change the caching policy of this query.
- setCaptchaToken(String) - Method in class cn.leancloud.sms.LCCaptchaDigest
- setCaptchaUrl(String) - Method in class cn.leancloud.sms.LCCaptchaDigest
- setCaptchaValidateToken(String) - Method in class cn.leancloud.sms.LCSMSOption
- setChannel(String) - Method in class cn.leancloud.LCPush
-
Sets the channel on which this push notification will be sent.
- setChannels(Collection<String>) - Method in class cn.leancloud.LCPush
-
Sets the collection of channels on which this push notification will be sent.
- setCircularReferenceDetectEnable(boolean) - Static method in class cn.leancloud.core.LeanCloud
- setClassName(String) - Method in class cn.leancloud.LCObject
-
Set class name.
- setClassName(String) - Method in class cn.leancloud.LCQuery
-
Set class name
- setClassName(String) - Method in class cn.leancloud.query.LCQueryResult
- setClassName(String) - Method in class cn.leancloud.search.LCSearchQuery
-
设置查询的className,否则将包括所有启用了应用内搜索的class
- setCloudQuery(String) - Method in class cn.leancloud.LCPush
-
可以通过 cql来针对push进行筛选 请注意cql 的主体应该是_Installation表 请在设置cql的同时,不要设置pushTarget(ios,android,wp)
- setConverterFactory(ConverterFactory) - Static method in class cn.leancloud.core.AppConfiguration
- setCount(int) - Method in class cn.leancloud.LCLeaderboardResult
-
setter
- setCount(int) - Method in class cn.leancloud.query.LCCloudQueryResult
- setCount(int) - Method in class cn.leancloud.query.LCQueryResult
- setCurrentUser(LCUser) - Method in class cn.leancloud.core.StorageClient
- setData(JSONObject) - Method in class cn.leancloud.LCPush
-
Sets the entire data of the push message.
- setData(Map<String, Object>) - Method in class cn.leancloud.LCPush
-
Sets the entire data of the push message.
- setDefaultACL(LCACL) - Static method in class cn.leancloud.core.AppConfiguration
- setDirection(LCStatusQuery.PaginationDirection) - Method in class cn.leancloud.LCStatusQuery
-
set query direction.
- setEmail(String) - Method in class cn.leancloud.LCUser
-
set user email
- setEnableLocalCache(boolean) - Static method in class cn.leancloud.core.AppConfiguration
-
set flag to enable local cache or not.
- setEntity(String) - Method in class cn.leancloud.LCStatistic
- setEntityId(String) - Method in class cn.leancloud.LCRanking
- setEnvMap(Map<String, Object>) - Method in class cn.leancloud.sms.LCSMSOption
- setExpirationTime(long) - Method in class cn.leancloud.LCPush
-
Sets a UNIX epoch timestamp at which this notification should expire, in seconds (UTC).
- setExpirationTimeInterval(long) - Method in class cn.leancloud.LCPush
-
Sets the time interval after which this notification should expire, in seconds.
- setFetchWhenSave(boolean) - Method in class cn.leancloud.LCObject
-
Set fetchWhenSave flag.
- setFetchWhenSave(boolean) - Method in class cn.leancloud.LCSaveOption
-
refresh object value with latest data from remote server after AVObject saved
- setFetchWhenSave(boolean) - Method in class cn.leancloud.LCStatus
-
Deprecated.
- setFields(List<String>) - Method in class cn.leancloud.search.LCSearchQuery
- setFlowControl(int) - Method in class cn.leancloud.LCPush
-
set flow control for send speed.
- setFollowee(LCUser) - Method in class cn.leancloud.LCFriendship
- setFollower(LCUser) - Method in class cn.leancloud.LCFriendship
- setFriend(LCUser) - Method in class cn.leancloud.LCFriendshipRequest
- setGlobalNetworkingDetector(NetworkingDetector) - Static method in class cn.leancloud.core.AppConfiguration
- setHeight(int) - Method in class cn.leancloud.sms.LCCaptchaOption
- setHightLights(String) - Method in class cn.leancloud.search.LCSearchQuery
-
设置返回的高亮语法,默认为"*" 语法规则可以参考 http://www.elasticsearch.org/guide/en/elasticsearch/reference/current /search-request-highlighting.html#highlighting-settings
- setHookKey(String) - Static method in class cn.leancloud.core.LeanCloud
- setImageUrl(String) - Method in class cn.leancloud.LCStatus
-
set image url attribute.
- setInboxType(String) - Method in class cn.leancloud.LCStatus
-
set inbox type.
- setInclude(List<String>) - Method in class cn.leancloud.query.QueryConditions
- setIncognitoMode(boolean) - Static method in class cn.leancloud.core.AppConfiguration
- setiOSEnvironment(String) - Method in class cn.leancloud.LCPush
-
set iOS Environment(optinal, default is production environment).
- setIso(String) - Method in class cn.leancloud.types.LCDate
- setKey(String) - Method in class cn.leancloud.LCRelation
- setLastModifyEnabled(boolean) - Static method in class cn.leancloud.core.AppConfiguration
- setLastModifyEnabled(boolean) - Static method in class cn.leancloud.core.LeanCloud
-
Deprecated.
- setLatitude(double) - Method in class cn.leancloud.types.LCGeoPoint
- setLimit(int) - Method in class cn.leancloud.LCQuery
-
Controls the maximum number of results that are returned.
- setLimit(int) - Method in class cn.leancloud.query.QueryConditions
- setLimit(int) - Method in class cn.leancloud.search.LCSearchQuery
-
设置搜索的结果单页大小限制,默认值为100,最大为1000
- setLogAdapter(InternalLoggerAdapter) - Static method in class cn.leancloud.core.AppConfiguration
- setLogLevel(LCLogger.Level) - Static method in class cn.leancloud.core.LeanCloud
- setLongitude(double) - Method in class cn.leancloud.types.LCGeoPoint
- setMainThreadChecker(ThreadModel.MainThreadChecker, ThreadModel.ThreadShuttle) - Static method in class cn.leancloud.callback.LCCallback
- setMasterKey(String) - Static method in class cn.leancloud.core.GeneralRequestSignature
- setMasterKey(String) - Static method in class cn.leancloud.core.LeanCloud
-
set master key.
- setMaxCacheAge(long) - Method in class cn.leancloud.LCQuery
-
Sets the maximum age of cached data that will be considered in this query.
- setMaxId(long) - Method in class cn.leancloud.LCStatusQuery
-
set max messageId.
- setMessage(String) - Method in class cn.leancloud.LCPush
-
Sets the message that will be shown in the notification.
- setMessage(String) - Method in class cn.leancloud.LCStatus
-
set message text
- setMessageId(long) - Method in class cn.leancloud.LCStatus
- setMetaData(Map<String, Object>) - Method in class cn.leancloud.LCFile
-
Set file meta data.
- setMimeType(String) - Method in class cn.leancloud.LCFile
-
Set file mime type.
- setMimeTypeDetector(FileUtil.MimeTypeDetector) - Static method in class cn.leancloud.core.AppConfiguration
- setMobilePhoneNumber(String) - Method in class cn.leancloud.LCUser
-
set user mobilephone.
- setName(String) - Method in class cn.leancloud.LCFile
-
Set file name.
- setName(String) - Method in class cn.leancloud.LCRole
- setNetworkTimeout(int) - Static method in class cn.leancloud.core.AppConfiguration
- setNetworkTimeout(int) - Static method in class cn.leancloud.core.LeanCloud
-
Deprecated.
- setNotificationId(String) - Method in class cn.leancloud.LCPush
-
set notification id(optional).
- setObject(LCObject) - Method in class cn.leancloud.LCRanking
- setObject(LCObject) - Method in class cn.leancloud.LCStatistic
- setObjectId(String) - Method in class cn.leancloud.LCObject
-
Set objectId.
- setOperation(String) - Method in class cn.leancloud.sms.LCSMSOption
- setOrder(String) - Method in class cn.leancloud.LCQuery
-
Set query order fields.
- setOrder(String) - Method in class cn.leancloud.query.QueryConditions
- setPageSize(int) - Method in class cn.leancloud.LCStatusQuery
-
set pagination size.
- setParameters(Map<String, String>) - Method in class cn.leancloud.query.QueryConditions
- setParent(LCObject) - Method in class cn.leancloud.LCRelation
- setPassword(String) - Method in class cn.leancloud.LCUser
-
set user password.
- setPathPrefix(String) - Method in class cn.leancloud.LCFile
-
set folder path
- setPolicy(LCQuery.CachePolicy) - Method in class cn.leancloud.LCQuery
-
Change the caching policy of this query.
- setProductionMode(boolean) - Static method in class cn.leancloud.LCCloud
-
设置调用云代码函数的测试环境或者生产环境,默认为true,也就是生产环境。
- setPublicReadAccess(boolean) - Method in class cn.leancloud.LCACL
-
Set whether the public is allowed to read this object.
- setPublicWriteAccess(boolean) - Method in class cn.leancloud.LCACL
-
Set whether the public is allowed to write this object.
- setPushDate(Date) - Method in class cn.leancloud.LCPush
-
Set the push date at which the push will be sent.
- setPushToAndroid(boolean) - Method in class cn.leancloud.LCPush
-
set push target only android device.
- setPushToIOS(boolean) - Method in class cn.leancloud.LCPush
-
set push target only ios device.
- setPushToWindowsPhone(boolean) - Method in class cn.leancloud.LCPush
-
set push target only windows phone device.
- setQuery(LCQuery<? extends LCInstallation>) - Method in class cn.leancloud.LCPush
-
Sets the query for this push for which this push notification will be sent.
- setQueryString(String) - Method in class cn.leancloud.search.LCSearchQuery
-
设置搜索的查询语句。 详细语法可以参考http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl -query-string-query.html#query-string-syntax
- setRank(int) - Method in class cn.leancloud.LCRanking
- setReadAccess(LCUser, boolean) - Method in class cn.leancloud.LCACL
-
Set whether the given user is allowed to read this object.
- setReadAccess(String, boolean) - Method in class cn.leancloud.LCACL
-
Set whether the given user id is allowed to read this object.
- setRegion(LeanCloud.REGION) - Static method in class cn.leancloud.core.LeanCloud
- setRequestId(String) - Method in class cn.leancloud.LCPush
-
set customized request id(optional).
- setResults(List<? extends LCObject>) - Method in class cn.leancloud.query.LCCloudQueryResult
- setResults(List<LCObject>) - Method in class cn.leancloud.query.LCQueryResult
- setResults(List<LCRanking>) - Method in class cn.leancloud.LCLeaderboardResult
-
result list setter
- setResults(List<LCStatistic>) - Method in class cn.leancloud.LCStatisticResult
-
setter
- setRoleReadAccess(String, boolean) - Method in class cn.leancloud.LCACL
-
Set whether the given role is allowed to read this object.
- setRoleWriteAccess(String, boolean) - Method in class cn.leancloud.LCACL
-
Set whether the given role is allowed to write this object.
- setSelectedKeys(Set<String>) - Method in class cn.leancloud.query.QueryConditions
- setServer(LeanService, String) - Static method in class cn.leancloud.core.LeanCloud
-
set server info.
- setServerURLs(String) - Static method in class cn.leancloud.core.LeanCloud
- setSid(String) - Method in class cn.leancloud.search.LCSearchQuery
-
设置查询id,通常您都不需要调用这个方法来设置,只要不停调用find就可以实现分页。 不过如果需要将查询分页传递到其他Activity,则可能需要通过传递sid来实现。
- setSignatureName(String) - Method in class cn.leancloud.sms.LCSMSOption
- setSinceId(long) - Method in class cn.leancloud.LCStatusQuery
-
set since messageId.
- setSkip(int) - Method in class cn.leancloud.LCQuery
-
Controls the number of results to skip before returning any results.
- setSkip(int) - Method in class cn.leancloud.query.QueryConditions
- setSkip(int) - Method in class cn.leancloud.search.LCSearchQuery
-
设置返回集合的起始位置,一般用于分页
- setSortBuilder(LCSearchSortBuilder) - Method in class cn.leancloud.search.LCSearchQuery
-
设置查询的AVSearchSortBuilder,使用更丰富的排序选项。
- setSource(LCObject) - Method in class cn.leancloud.LCStatus
-
set source of status
- setSourceUser(LCUser) - Method in class cn.leancloud.LCFriendshipRequest
- setStatisticName(String) - Method in class cn.leancloud.LCStatistic
-
set name
- setStatistics(List<LCStatistic>) - Method in class cn.leancloud.LCRanking
- setStatisticValue(double) - Method in class cn.leancloud.LCRanking
- setStatisticValue(double) - Method in class cn.leancloud.LCStatistic
-
set value
- setTargetClass(String) - Method in class cn.leancloud.LCRelation
- setTemplateName(String) - Method in class cn.leancloud.sms.LCSMSOption
- setTitleAttribute(String) - Method in class cn.leancloud.search.LCSearchQuery
-
此选项为AVOSCloud SearchActivity使用 指定Title所对应的Field
- setToken(String) - Method in class cn.leancloud.sms.LCCaptchaValidateResult
- setTrace(boolean) - Method in class cn.leancloud.query.QueryConditions
- setTtl(int) - Method in class cn.leancloud.sms.LCSMSOption
- setType(LCSMS.TYPE) - Method in class cn.leancloud.sms.LCSMSOption
- setType(String) - Method in class cn.leancloud.types.LCDate
- setUploadHeader(String, String) - Static method in class cn.leancloud.LCFile
- setUser(LCUser) - Method in class cn.leancloud.LCBlockRelation
- setUser(LCUser) - Method in class cn.leancloud.LCRanking
- setUser(LCUser) - Method in class cn.leancloud.LCStatistic
- setUsername(String) - Method in class cn.leancloud.LCUser
-
set user name.
- setValidateToken(String) - Method in class cn.leancloud.sms.LCCaptchaValidateResult
- setVersion(int) - Method in class cn.leancloud.LCLeaderboard
- setVersion(int) - Method in class cn.leancloud.LCStatistic
-
set version
- setWhere(Map<String, List<QueryOperation>>) - Method in class cn.leancloud.query.QueryConditions
- setWidth(int) - Method in class cn.leancloud.sms.LCCaptchaOption
- setWriteAccess(LCUser, boolean) - Method in class cn.leancloud.LCACL
-
Set whether the given user is allowed to write this object.
- setWriteAccess(String, boolean) - Method in class cn.leancloud.LCACL
-
Set whether the given user id is allowed to write this object.
- sid - Variable in class cn.leancloud.search.LCSearchResponse
- signUp() - Method in class cn.leancloud.LCUser
-
sign up(blocking).
- signUp(JSONObject) - Method in class cn.leancloud.core.StorageClient
- SignUpCallback - Class in cn.leancloud.callback
- SignUpCallback() - Constructor for class cn.leancloud.callback.SignUpCallback
- signUpInBackground() - Method in class cn.leancloud.LCUser
-
sign up in background.
- signUpOrLoginByMobilephone(JSONObject, Class<T>) - Method in class cn.leancloud.core.StorageClient
- signUpOrLoginByMobilePhone(String, String) - Static method in class cn.leancloud.LCUser
-
signUpOrLoginByMobilePhone
- signUpOrLoginByMobilePhone(String, String, Class<T>) - Static method in class cn.leancloud.LCUser
-
signUpOrLoginByMobilePhone
- signUpOrLoginByMobilePhoneInBackground(String, String) - Static method in class cn.leancloud.LCUser
-
signUpOrLoginByMobilePhoneInBackground
- signUpOrLoginByMobilePhoneInBackground(String, String, Class<T>) - Static method in class cn.leancloud.LCUser
-
signUpOrLoginByMobilePhoneInBackground
- signUpWithFlag(JSONObject, boolean) - Method in class cn.leancloud.core.StorageClient
- size() - Method in class cn.leancloud.gson.GsonArray
- size() - Method in class cn.leancloud.gson.GsonObject
- skip(int) - Method in class cn.leancloud.LCQuery
- STATS - Enum constant in enum class cn.leancloud.core.LeanService
- STATUS_ACCEPTED - Static variable in class cn.leancloud.LCFriendshipRequest
- STATUS_ANY - Static variable in class cn.leancloud.LCFriendshipRequest
- STATUS_DECLINED - Static variable in class cn.leancloud.LCFriendshipRequest
- STATUS_PENDING - Static variable in class cn.leancloud.LCFriendshipRequest
- StatusCallback - Class in cn.leancloud.callback
- StatusCallback() - Constructor for class cn.leancloud.callback.StatusCallback
- StatusListCallback - Class in cn.leancloud.callback
- StatusListCallback() - Constructor for class cn.leancloud.callback.StatusListCallback
- statusQuery(LCUser) - Static method in class cn.leancloud.LCStatus
-
query statuses sent by User owner.
- StorageClient - Class in cn.leancloud.core
- StorageClient(APIService, boolean, AppConfiguration.SchedulerCreator) - Constructor for class cn.leancloud.core.StorageClient
- strictlyFind(QueryConditions) - Static method in class cn.leancloud.LCUser
-
Get User list by query with conditions
- strictlyQueryUsers(LCUser, Map<String, String>) - Method in class cn.leancloud.core.StorageClient
- subList(int, int) - Method in class cn.leancloud.gson.GsonArray
- Sum - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardUpdateStrategy
T
- TEXT_SMS - Enum constant in enum class cn.leancloud.sms.LCSMS.TYPE
- TIMELINE - Enum constant in enum class cn.leancloud.LCStatus.INBOX_TYPE
- TIMEOUT - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the request timed out on the server.
- toArray() - Method in class cn.leancloud.gson.GsonArray
- toArray(T[]) - Method in class cn.leancloud.gson.GsonArray
- toJavaList(Class<T>) - Method in class cn.leancloud.gson.GsonArray
- toJavaList(Class<T>) - Method in class cn.leancloud.json.JSONArray
- toJavaObject(JSONObject, Class<T>) - Method in class cn.leancloud.gson.GSONParser
- toJavaObject(JSONObject, Class<T>) - Static method in class cn.leancloud.json.JSON
- toJavaObject(JSONObject, Class<T>) - Method in interface cn.leancloud.json.JSONParser
- toJavaObject(JsonElement) - Static method in class cn.leancloud.gson.GsonWrapper
- toJavaObject(JsonElement, Class<T>) - Static method in class cn.leancloud.gson.GsonWrapper
- toJavaObject(Class<T>) - Method in class cn.leancloud.gson.GsonObject
- toJavaObject(Class<T>) - Method in class cn.leancloud.json.JSONObject
- toJSONArray(List<Object>) - Method in class cn.leancloud.gson.GSONParser
- toJSONArray(List<Object>) - Method in interface cn.leancloud.json.JSONParser
- toJsonElement(Object) - Static method in class cn.leancloud.gson.GsonWrapper
- toJSONObject() - Method in class cn.leancloud.LCACL
-
get json object.
- toJSONObject() - Method in class cn.leancloud.LCObject
-
Generate a new json object with server data.
- toJSONObject(Map<String, Object>) - Method in class cn.leancloud.gson.GSONParser
- toJSONObject(Map<String, Object>) - Method in interface cn.leancloud.json.JSONParser
- toJsonString(Map<String, Object>) - Static method in class cn.leancloud.gson.GsonWrapper
- toJSONString() - Method in class cn.leancloud.gson.GsonArray
- toJSONString() - Method in class cn.leancloud.gson.GsonObject
- toJSONString() - Method in class cn.leancloud.json.JSONArray
- toJSONString() - Method in class cn.leancloud.json.JSONObject
- toJSONString() - Method in class cn.leancloud.LCObject
-
Generate a json string.
- toJSONString() - Method in class cn.leancloud.query.LCQueryResult
- toJSONString() - Method in class cn.leancloud.types.LCDate
- toJSONString(Object) - Method in class cn.leancloud.gson.GSONParser
- toJSONString(Object) - Static method in class cn.leancloud.json.JSON
- toJSONString(Object) - Method in interface cn.leancloud.json.JSONParser
- toMap() - Method in class cn.leancloud.LCFile
-
Get map data of current file.
- toObject() - Method in class cn.leancloud.LCStatus
- toResult() - Method in class cn.leancloud.query.QueryOperation
- toResult(String) - Method in class cn.leancloud.query.QueryOperation
- toString() - Method in enum class cn.leancloud.core.LeanService
- toString() - Method in class cn.leancloud.json.JSONObject
- toString() - Method in class cn.leancloud.LCLeaderboardResult
- toString() - Method in class cn.leancloud.LCObject
- toString() - Method in class cn.leancloud.LCStatistic
- toString() - Method in enum class cn.leancloud.LCStatus.INBOX_TYPE
- toString() - Method in class cn.leancloud.query.LCQueryResult
- toString() - Method in enum class cn.leancloud.sms.LCSMS.TYPE
- totallyOverwrite - Variable in class cn.leancloud.LCObject
- transform(LCObject, Class<T>) - Static method in class cn.leancloud.Transformer
- transform(LCObject, String) - Static method in class cn.leancloud.Transformer
- Transformer - Class in cn.leancloud
- TWITTER - Enum constant in enum class cn.leancloud.LCUser.SNS_PLATFORM
- type - Variable in class cn.leancloud.json.TypeReference
- TypeReference<T> - Class in cn.leancloud.json
- TypeReference() - Constructor for class cn.leancloud.json.TypeReference
- TypeReference(Type...) - Constructor for class cn.leancloud.json.TypeReference
U
- unblockFriend(LCUser, String) - Method in class cn.leancloud.core.StorageClient
- unblockFriendInBackground(String) - Method in class cn.leancloud.LCUser
-
unblock somebody in background.
- unfollowInBackground(LCUser, String) - Method in class cn.leancloud.LCUser
-
unfollow somebody in background.
- unfollowInBackground(String) - Method in class cn.leancloud.LCUser
-
unfollow somebody in background.
- unfollowUser(LCUser, String, String) - Method in class cn.leancloud.core.StorageClient
- UNKNOWN - Static variable in exception class cn.leancloud.LCException
-
Error code indicating unknown reason.
- unreadCountInBackground() - Method in class cn.leancloud.LCStatusQuery
-
get (read, unread) count.
- UNSUPPORTED_SERVICE - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that a service being linked (e.g.
- updateEntityStatistics(String, List<Map<String, Object>>, boolean) - Method in class cn.leancloud.core.StorageClient
- updateFriendship(LCFriendship) - Method in class cn.leancloud.LCUser
-
update friendship attributes.
- updateFriendship(LCUser, LCFriendship) - Method in class cn.leancloud.LCUser
-
update friendship attributes.
- updateFriendship(LCUser, String, String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
- updateLeaderboard(String, Map<String, Object>) - Method in class cn.leancloud.core.StorageClient
-
update leaderboard with attributes.
- updateObjectStatistics(String, List<Map<String, Object>>, boolean) - Method in class cn.leancloud.core.StorageClient
- updatePassword(LCUser, String, String) - Method in class cn.leancloud.core.StorageClient
- UpdatePasswordCallback - Class in cn.leancloud.callback
- UpdatePasswordCallback() - Constructor for class cn.leancloud.callback.UpdatePasswordCallback
- updatePasswordInBackground(String, String) - Method in class cn.leancloud.LCUser
-
update current user's password
- updateStatistic(LCUser, Map<String, Double>) - Static method in class cn.leancloud.LCLeaderboard
-
update user's statistic
- updateStatistic(LCUser, Map<String, Double>, boolean) - Static method in class cn.leancloud.LCLeaderboard
-
update user's statistic
- updateUpdateStrategy(LCLeaderboard.LCLeaderboardUpdateStrategy) - Method in class cn.leancloud.LCLeaderboard
-
update current leaderboard's update strategy.
- updateUserStatistics(LCUser, List<Map<String, Object>>, boolean) - Method in class cn.leancloud.core.StorageClient
-
update user statistics.
- updateVersionChangeInterval(LCLeaderboard.LCLeaderboardVersionChangeInterval) - Method in class cn.leancloud.LCLeaderboard
-
update current leaderboard's change interval
- USER_DOESNOT_EXIST - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that user doesn't exist
- USER_ID_MISMATCH - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that User ID mismatch.
- USER_MOBILE_PHONENUMBER_TAKEN - Static variable in exception class cn.leancloud.LCException
-
这个号码已经绑定过别的账号了
- USER_MOBILEPHONE_MISSING - Static variable in exception class cn.leancloud.LCException
-
用户并没有绑定手机号码
- USER_MOBILEPHONE_NOT_VERIFIED - Static variable in exception class cn.leancloud.LCException
-
这个手机号码尚未被验证过
- USER_WITH_MOBILEPHONE_NOT_FOUND - Static variable in exception class cn.leancloud.LCException
-
没有找到绑定了该手机号的用户
- USERNAME_MISSING - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the username is missing or empty.
- USERNAME_PASSWORD_MISMATCH - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that username and password mismatched.
- USERNAME_TAKEN - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that the username has already been taken.
- UUID_LEN - Static variable in class cn.leancloud.LCObject
V
- v(String) - Method in class cn.leancloud.LCLogger
- v(String, Throwable) - Method in class cn.leancloud.LCLogger
- VALIDATION_ERROR - Static variable in exception class cn.leancloud.LCException
-
Error code indicating that cloud code validation failed.
- validFieldName(String) - Method in class cn.leancloud.LCObject
- value() - Method in enum class cn.leancloud.LCStatusQuery.PaginationDirection
- valueOf(String) - Static method in enum class cn.leancloud.core.LeanCloud.REGION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.core.LeanService
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCLeaderboard.LCLeaderboardOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCLeaderboard.LCLeaderboardUpdateStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCLogger.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCObject.Hook
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCQuery.CachePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCStatus.INBOX_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCStatusQuery.PaginationDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCStatusQuery.SourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.LCUser.SNS_PLATFORM
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class cn.leancloud.sms.LCSMS.TYPE
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class cn.leancloud.core.LeanCloud.REGION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.core.LeanService
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class cn.leancloud.gson.GsonObject
- values() - Static method in enum class cn.leancloud.LCLeaderboard.LCLeaderboardOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCLeaderboard.LCLeaderboardUpdateStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCLogger.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCObject.Hook
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCQuery.CachePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCStatus.INBOX_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCStatusQuery.PaginationDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCStatusQuery.SourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.LCUser.SNS_PLATFORM
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class cn.leancloud.sms.LCSMS.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VENDOR - Static variable in class cn.leancloud.LCInstallation
- VERBOSE - Enum constant in enum class cn.leancloud.LCLogger.Level
- verifyCaptcha(String, String) - Method in class cn.leancloud.core.StorageClient
- verifyCaptchaCodeInBackground(String, LCCaptchaDigest) - Static method in class cn.leancloud.sms.LCCaptcha
- verifyInternalId(String) - Static method in class cn.leancloud.LCObject
- verifyMobilePhone(String, String) - Method in class cn.leancloud.core.StorageClient
- verifyMobilePhoneInBackground(String, String) - Static method in class cn.leancloud.LCUser
-
verify sms code with current user's phone number.
- verifySMSCode(String, String) - Method in class cn.leancloud.core.StorageClient
- verifySMSCodeForUpdatingPhoneNumber(LCUser, String, String) - Method in class cn.leancloud.core.StorageClient
- verifySMSCodeForUpdatingPhoneNumberInBackground(LCUser, String, String) - Static method in class cn.leancloud.LCUser
-
verify sms code for updating phone number of current user.
- verifySMSCodeForUpdatingPhoneNumberInBackground(String, String) - Static method in class cn.leancloud.LCUser
-
verify sms code for updating phone number of current user.
- verifySMSCodeInBackground(String, String) - Static method in class cn.leancloud.sms.LCSMS
- VOICE_SMS - Enum constant in enum class cn.leancloud.sms.LCSMS.TYPE
W
- w(String) - Method in class cn.leancloud.LCLogger
- w(String, Throwable) - Method in class cn.leancloud.LCLogger
- w(Throwable) - Method in class cn.leancloud.LCLogger
- WARNING - Enum constant in enum class cn.leancloud.LCLogger.Level
- WECHAT - Enum constant in enum class cn.leancloud.LCUser.SNS_PLATFORM
- Week - Enum constant in enum class cn.leancloud.LCLeaderboard.LCLeaderboardVersionChangeInterval
- WEIBO - Enum constant in enum class cn.leancloud.LCUser.SNS_PLATFORM
- whereContainedIn(String, Collection<? extends Object>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be contained in the provided list of values.
- whereContainedIn(String, Collection<? extends Object>) - Method in class cn.leancloud.query.QueryConditions
- whereContains(String, String) - Method in class cn.leancloud.LCQuery
-
Add a constraint for finding string values that contain a provided string.
- whereContains(String, String) - Method in class cn.leancloud.query.QueryConditions
- whereContainsAll(String, Collection<?>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value match another AVQuery.
- whereContainsAll(String, Collection<?>) - Method in class cn.leancloud.query.QueryConditions
- whereDoesNotExist(String) - Method in class cn.leancloud.LCQuery
-
Add a constraint for finding objects that do not contain a given key.
- whereDoesNotExist(String) - Method in class cn.leancloud.query.QueryConditions
- whereDoesNotMatchKeyInQuery(String, String, LCQuery<?>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value does not match any value for a key in the results of another AVQuery.
- whereDoesNotMatchQuery(String, LCQuery<?>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value does not match another AVQuery.
- whereEndsWith(String, String) - Method in class cn.leancloud.LCQuery
-
Add a constraint for finding string values that end with a provided string.
- whereEndsWith(String, String) - Method in class cn.leancloud.query.QueryConditions
- whereEqualTo(String, Object) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be equal to the provided value.
- whereEqualTo(String, Object) - Method in class cn.leancloud.query.QueryConditions
- whereExists(String) - Method in class cn.leancloud.LCQuery
-
Add a constraint for finding objects that contain the given key.
- whereExists(String) - Method in class cn.leancloud.query.QueryConditions
- whereGreaterThan(String, Object) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be greater than the provided value.
- whereGreaterThan(String, Object) - Method in class cn.leancloud.query.QueryConditions
- whereGreaterThanOrEqualTo(String, Object) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be greater or equal to than the provided value.
- whereGreaterThanOrEqualTo(String, Object) - Method in class cn.leancloud.query.QueryConditions
- whereLessThan(String, Object) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be less than the provided value.
- whereLessThan(String, Object) - Method in class cn.leancloud.query.QueryConditions
- whereLessThanOrEqualTo(String, Object) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be less or equal to than the provided value.
- whereLessThanOrEqualTo(String, Object) - Method in class cn.leancloud.query.QueryConditions
- whereMatches(String, String) - Method in class cn.leancloud.LCQuery
-
Add a regular expression constraint for finding string values that match the provided regular expression.
- whereMatches(String, String) - Method in class cn.leancloud.query.QueryConditions
- whereMatches(String, String, String) - Method in class cn.leancloud.LCQuery
-
Add a regular expression constraint for finding string values that match the provided regular expression.
- whereMatches(String, String, String) - Method in class cn.leancloud.query.QueryConditions
- whereMatchesKeyInQuery(String, String, LCQuery<?>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value matches a value for a key in the results of another AVQuery
- whereMatchesQuery(String, LCQuery<?>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value match another AVQuery.
- whereNear(String, LCGeoPoint) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given.
- whereNear(String, LCGeoPoint) - Method in class cn.leancloud.query.QueryConditions
- whereNear(String, LCGeoPoint) - Method in class cn.leancloud.search.LCSearchSortBuilder
- whereNear(String, LCGeoPoint, String) - Method in class cn.leancloud.search.LCSearchSortBuilder
- whereNear(String, LCGeoPoint, String, String, String) - Method in class cn.leancloud.search.LCSearchSortBuilder
-
按照地理位置信息远近排序,key对应的字段类型必须是GeoPoint。
- whereNotContainedIn(String, Collection<? extends Object>) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value not be contained in the provided list of values.
- whereNotContainedIn(String, Collection<? extends Object>) - Method in class cn.leancloud.query.QueryConditions
- whereNotEqualTo(String, Object) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's value to be not equal to the provided value.
- whereNotEqualTo(String, Object) - Method in class cn.leancloud.query.QueryConditions
- whereSizeEqual(String, int) - Method in class cn.leancloud.LCQuery
-
添加查询约束条件,查找key类型是数组,该数组的长度匹配提供的数值。
- whereSizeEqual(String, int) - Method in class cn.leancloud.query.QueryConditions
- whereStartsWith(String, String) - Method in class cn.leancloud.LCQuery
-
Add a constraint for finding string values that start with a provided string.
- whereStartsWith(String, String) - Method in class cn.leancloud.query.QueryConditions
- whereWithinGeoBox(String, LCGeoPoint, LCGeoPoint) - Method in class cn.leancloud.LCQuery
-
Add a constraint to the query that requires a particular key's coordinates be contained within a given rectangular geographic bounding box.
- whereWithinGeoBox(String, LCGeoPoint, LCGeoPoint) - Method in class cn.leancloud.query.QueryConditions
- whereWithinKilometers(String, LCGeoPoint, double) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- whereWithinKilometers(String, LCGeoPoint, double) - Method in class cn.leancloud.query.QueryConditions
- whereWithinKilometers(String, LCGeoPoint, double, double) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the given ring area Radius of earth used is 6371.0 kilometers.
- whereWithinKilometers(String, LCGeoPoint, double, double) - Method in class cn.leancloud.query.QueryConditions
- whereWithinMiles(String, LCGeoPoint, double) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- whereWithinMiles(String, LCGeoPoint, double) - Method in class cn.leancloud.query.QueryConditions
- whereWithinMiles(String, LCGeoPoint, double, double) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the given ring.
- whereWithinMiles(String, LCGeoPoint, double, double) - Method in class cn.leancloud.query.QueryConditions
- whereWithinRadians(String, LCGeoPoint, double) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- whereWithinRadians(String, LCGeoPoint, double) - Method in class cn.leancloud.query.QueryConditions
- whereWithinRadians(String, LCGeoPoint, double, double) - Method in class cn.leancloud.LCQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- whereWithinRadians(String, LCGeoPoint, double, double) - Method in class cn.leancloud.query.QueryConditions
- withAbsoluteLocalPath(String, String) - Static method in class cn.leancloud.LCFile
-
Generate File instance with local path.
- withFile(String, File) - Static method in class cn.leancloud.LCFile
-
Generate File instance with local file.
- withObjectIdInBackground(String) - Static method in class cn.leancloud.LCFile
-
Get AVFile instance from objectId.
- wrapObservable(Observable) - Method in class cn.leancloud.core.StorageClient
- wrapObservableNoResume(Observable) - Method in class cn.leancloud.core.StorageClient
- write(JsonWriter, JSONArray) - Method in class cn.leancloud.gson.JSONArrayAdapter
- write(JsonWriter, JSONObject) - Method in class cn.leancloud.gson.JSONObjectAdapter
- write(JsonWriter, BaseOperation) - Method in class cn.leancloud.gson.BaseOperationAdapter
- write(JsonWriter, FileUploadToken) - Method in class cn.leancloud.gson.FileUploadTokenAdapter
-
Deprecated.
- write(JsonWriter, T) - Method in class cn.leancloud.gson.GeneralFieldMappingObjectAdapter
-
Deprecated.
- write(JsonWriter, T) - Method in class cn.leancloud.gson.GeneralSimpleObjectAdapter
- writeLog(LCLogger.Level, String) - Method in class cn.leancloud.LCLogger
- writeLog(LCLogger.Level, String, Throwable) - Method in class cn.leancloud.LCLogger
- writeLog(LCLogger.Level, Throwable) - Method in class cn.leancloud.LCLogger
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form