- abortOperations() - 类 中的方法cn.leancloud.AVObject
-
abort all modify operations.
- ACCOUNT_ALREADY_LINKED - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that an an account being linked is already linked to another user.
- acl - 类 中的变量cn.leancloud.AVObject
-
- add(String, Object) - 类 中的方法cn.leancloud.AVObject
-
changable operations.
- add(T) - 类 中的方法cn.leancloud.AVRelation
-
Adds an object to this relation.
- addAll(String, Collection<?>) - 类 中的方法cn.leancloud.AVObject
-
- addAll(Collection<T>) - 类 中的方法cn.leancloud.AVRelation
-
Adds many objects to this relation.
- addAllUnique(String, Collection<?>) - 类 中的方法cn.leancloud.AVObject
-
- addAndItems(QueryConditions) - 类 中的方法cn.leancloud.query.QueryConditions
-
- addAscendingOrder(String) - 类 中的方法cn.leancloud.AVQuery
-
Also sorts the results in ascending order by the given key.
- addAscendingOrder(String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- addAscendingOrder(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
Also sorts the results in ascending order by the given key.
- addDescendingOrder(String) - 类 中的方法cn.leancloud.AVQuery
-
Also sorts the results in descending order by the given key.
- addDescendingOrder(String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- addDescendingOrder(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
Also sorts the results in descending order by the given key.
- addMetaData(String, Object) - 类 中的方法cn.leancloud.AVFile
-
- addNewOperation(ObjectFieldOperation) - 类 中的方法cn.leancloud.AVObject
-
- addNumbers(Number, Number) - 类 中的静态方法cn.leancloud.ops.NumericOperation
-
- AddOperation - cn.leancloud.ops中的类
-
add new elements to one array attribute.
- AddOperation(String, Object) - 类 的构造器cn.leancloud.ops.AddOperation
-
- addOrItems(QueryOperation) - 类 中的方法cn.leancloud.query.QueryConditions
-
- AddRelationOperation - cn.leancloud.ops中的类
-
add element to relation attribute.
- AddRelationOperation(String, Object) - 类 的构造器cn.leancloud.ops.AddRelationOperation
-
- addUnique(String, Object) - 类 中的方法cn.leancloud.AVObject
-
- AddUniqueOperation - cn.leancloud.ops中的类
-
add unique elements to array attribute.
- AddUniqueOperation(String, Object) - 类 的构造器cn.leancloud.ops.AddUniqueOperation
-
- addWhereItem(String, String, Object) - 类 中的方法cn.leancloud.AVQuery
-
- addWhereItem(QueryOperation) - 类 中的方法cn.leancloud.query.QueryConditions
-
- addWhereItem(String, String, Object) - 类 中的方法cn.leancloud.query.QueryConditions
-
- AES - cn.leancloud.codec中的类
-
- AES() - 类 的构造器cn.leancloud.codec.AES
-
- alwaysUseSubUserClass(Class<? extends AVUser>) - 类 中的静态方法cn.leancloud.AVUser
-
通过设置此方法,所有关联对象中的AVUser对象都会被强转成注册的AVUser子类对象
- AnalyticsService - cn.leancloud.service中的接口
-
- and(List<AVQuery<T>>) - 类 中的静态方法cn.leancloud.AVQuery
-
- AND_OP - 类 中的静态变量cn.leancloud.query.QueryOperation
-
- APIService - cn.leancloud.service中的接口
-
- AppAccessEndpoint - cn.leancloud.service中的类
-
- AppAccessEndpoint() - 类 的构造器cn.leancloud.service.AppAccessEndpoint
-
- AppConfiguration - cn.leancloud.core中的类
-
- AppConfiguration() - 类 的构造器cn.leancloud.core.AppConfiguration
-
- AppConfiguration.SchedulerCreator - cn.leancloud.core中的接口
-
- apply(Object) - 类 中的方法cn.leancloud.ops.AddOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.AddRelationOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.BaseOperation
-
apply operation to object, in order to generate new attribute value.
- apply(Object) - 类 中的方法cn.leancloud.ops.CompoundOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.DeleteOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.NullOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.NumericOperation
-
- apply(Object) - 接口 中的方法cn.leancloud.ops.ObjectFieldOperation
-
apply operation to object, in order to generate new attribute value.
- apply(Object) - 类 中的方法cn.leancloud.ops.RemoveOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.RemoveRelationOperation
-
- apply(Object) - 类 中的方法cn.leancloud.ops.SetOperation
-
- AppRouter - cn.leancloud.core中的类
-
app router 请求
https://app-router.com/2/route?
- AppRouter() - 类 的构造器cn.leancloud.core.AppRouter
-
- AppRouterService - cn.leancloud.service中的接口
-
- ArchivedRequests - cn.leancloud中的类
-
- assembleParameters() - 类 中的方法cn.leancloud.AVQuery
-
- assembleParameters() - 类 中的方法cn.leancloud.query.QueryConditions
-
- associateWithAuthData(Map<String, Object>, String) - 类 中的方法cn.leancloud.AVUser
-
- associateWithAuthData(Map<String, Object>, String, String, String, boolean) - 类 中的方法cn.leancloud.AVUser
-
- ATTR_EMAIL - 类 中的静态变量cn.leancloud.AVUser
-
- ATTR_MOBILEPHONE - 类 中的静态变量cn.leancloud.AVUser
-
- ATTR_SESSION_TOKEN - 类 中的静态变量cn.leancloud.AVUser
-
- ATTR_USERNAME - 类 中的静态变量cn.leancloud.AVUser
-
- AVACL - cn.leancloud中的类
-
- AVACL() - 类 的构造器cn.leancloud.AVACL
-
- AVACL(JSONObject) - 类 的构造器cn.leancloud.AVACL
-
- AVACL(HashMap) - 类 的构造器cn.leancloud.AVACL
-
- AVACL(AVACL) - 类 的构造器cn.leancloud.AVACL
-
- AVACL(AVUser) - 类 的构造器cn.leancloud.AVACL
-
- AVCallback<T> - cn.leancloud.callback中的类
-
- AVCallback() - 类 的构造器cn.leancloud.callback.AVCallback
-
- AVCaptcha - cn.leancloud.sms中的类
-
- AVCaptcha() - 类 的构造器cn.leancloud.sms.AVCaptcha
-
- AVCaptchaDigest - cn.leancloud.sms中的类
-
- AVCaptchaDigest() - 类 的构造器cn.leancloud.sms.AVCaptchaDigest
-
- AVCaptchaOption - cn.leancloud.sms中的类
-
- AVCaptchaOption() - 类 的构造器cn.leancloud.sms.AVCaptchaOption
-
- AVCaptchaValidateResult - cn.leancloud.sms中的类
-
- AVCaptchaValidateResult() - 类 的构造器cn.leancloud.sms.AVCaptchaValidateResult
-
- AVClassName - cn.leancloud.annotation中的注释类型
-
- AVCloud - cn.leancloud中的类
-
- AVCloudQueryResult - cn.leancloud.query中的类
-
CloudQuery的返回值
包含符合CloudQuery的一组对象 和 符合query的对象数(在指定了count查询的时候 比如:"select count(*) from _User")
- AVCloudQueryResult() - 类 的构造器cn.leancloud.query.AVCloudQueryResult
-
- AVDate - cn.leancloud.types中的类
-
- AVDate() - 类 的构造器cn.leancloud.types.AVDate
-
- AVDate(JSONObject) - 类 的构造器cn.leancloud.types.AVDate
-
- AVDate(String) - 类 的构造器cn.leancloud.types.AVDate
-
- AVException - cn.leancloud中的异常错误
-
- AVException(int, String) - 异常错误 的构造器cn.leancloud.AVException
-
Construct a new AVException with a particular error code.
- AVException(String, Throwable) - 异常错误 的构造器cn.leancloud.AVException
-
Construct a new AVException with an external cause.
- AVException(Throwable) - 异常错误 的构造器cn.leancloud.AVException
-
Construct a new AVException with an external cause.
- AVFile - cn.leancloud中的类
-
- AVFile() - 类 的构造器cn.leancloud.AVFile
-
- AVFile(String, byte[]) - 类 的构造器cn.leancloud.AVFile
-
- AVFile(String, File) - 类 的构造器cn.leancloud.AVFile
-
- AVFile(String, String) - 类 的构造器cn.leancloud.AVFile
-
- AVFile(String, String, Map<String, Object>) - 类 的构造器cn.leancloud.AVFile
-
- AVFile(String, String, Map<String, Object>, boolean) - 类 的构造器cn.leancloud.AVFile
-
- avFile - 类 中的变量cn.leancloud.upload.HttpClientUploader
-
- AVGeoPoint - cn.leancloud.types中的类
-
- AVGeoPoint() - 类 的构造器cn.leancloud.types.AVGeoPoint
-
- AVGeoPoint(double, double) - 类 的构造器cn.leancloud.types.AVGeoPoint
-
- AVInstallation - cn.leancloud中的类
-
- AVInstallation() - 类 的构造器cn.leancloud.AVInstallation
-
- AVInstallation(AVObject) - 类 的构造器cn.leancloud.AVInstallation
-
- AVLogger - cn.leancloud中的类
-
- AVLogger(String) - 类 的构造器cn.leancloud.AVLogger
-
- AVLogger.Level - cn.leancloud中的枚举
-
- AVNull - cn.leancloud.types中的类
-
- AVNull() - 类 的构造器cn.leancloud.types.AVNull
-
- AVObject - cn.leancloud中的类
-
- AVObject() - 类 的构造器cn.leancloud.AVObject
-
- AVObject(String) - 类 的构造器cn.leancloud.AVObject
-
- AVObject(AVObject) - 类 的构造器cn.leancloud.AVObject
-
- AVOSCloud - cn.leancloud.core中的类
-
we should set following variables:
0. app region(one of EastChina, NorthChina, NorthAmerica)
1. appid/appKey
2. log level
3. log adapter
- AVOSCloud() - 类 的构造器cn.leancloud.core.AVOSCloud
-
- AVOSCloud.REGION - cn.leancloud.core中的枚举
-
- AVOSService - cn.leancloud.core中的枚举
-
- AVPointer - cn.leancloud.types中的类
-
- AVPointer() - 类 的构造器cn.leancloud.types.AVPointer
-
- AVPush - cn.leancloud中的类
-
- AVPush() - 类 的构造器cn.leancloud.AVPush
-
Creates a new push notification.
- AVQuery<T extends AVObject> - cn.leancloud中的类
-
- AVQuery(String) - 类 的构造器cn.leancloud.AVQuery
-
Constructs a query.
- AVQuery.CachePolicy - cn.leancloud中的枚举
-
- AVQueryResult - cn.leancloud.query中的类
-
- AVQueryResult() - 类 的构造器cn.leancloud.query.AVQueryResult
-
- AVRelation<T extends AVObject> - cn.leancloud中的类
-
- AVRelation() - 类 的构造器cn.leancloud.AVRelation
-
- AVRelation(AVObject, String) - 类 的构造器cn.leancloud.AVRelation
-
- AVRelation(String) - 类 的构造器cn.leancloud.AVRelation
-
- AVRole - cn.leancloud中的类
-
- AVRole() - 类 的构造器cn.leancloud.AVRole
-
- AVRole(String) - 类 的构造器cn.leancloud.AVRole
-
- AVRole(String, AVACL) - 类 的构造器cn.leancloud.AVRole
-
- AVSaveOption - cn.leancloud中的类
-
- AVSaveOption() - 类 的构造器cn.leancloud.AVSaveOption
-
- AVSEARCH_APP_URL - 类 中的静态变量cn.leancloud.search.AVSearchQuery
-
- AVSEARCH_DEEP_LINK - 类 中的静态变量cn.leancloud.search.AVSearchQuery
-
- AVSEARCH_HIGHTLIGHT - 类 中的静态变量cn.leancloud.search.AVSearchQuery
-
- AVSearchQuery<T extends AVObject> - cn.leancloud.search中的类
-
- AVSearchQuery() - 类 的构造器cn.leancloud.search.AVSearchQuery
-
- AVSearchQuery(String) - 类 的构造器cn.leancloud.search.AVSearchQuery
-
- AVSearchQuery(String, Class<T>) - 类 的构造器cn.leancloud.search.AVSearchQuery
-
- AVSearchResponse - cn.leancloud.search中的类
-
- AVSearchResponse() - 类 的构造器cn.leancloud.search.AVSearchResponse
-
- AVSearchSortBuilder - cn.leancloud.search中的类
-
- AVSearchSortBuilder() - 类 的构造器cn.leancloud.search.AVSearchSortBuilder
-
- AVSMS - cn.leancloud.sms中的类
-
- AVSMS() - 类 的构造器cn.leancloud.sms.AVSMS
-
- AVSMS.TYPE - cn.leancloud.sms中的枚举
-
- AVSMSOption - cn.leancloud.sms中的类
-
- AVSMSOption() - 类 的构造器cn.leancloud.sms.AVSMSOption
-
- AVStatus - cn.leancloud中的类
-
status sample:
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"content": [
{
"__type": "Pointer",
"className": "Feed",
"objectId": "objectid"
}
],
"inboxType": "draft",
"type": "postFeedDraft",
"source": {
"__type": "Pointer",
"className": "_User",
"objectId": "a particular user"
},
"contributor": {
"__type": "Pointer",
"className": "_User",
"objectId": "another particular user"
},
"objectId": "status object id",
"createdAt": "2018-04-19T08:43:16.277Z",
"updatedAt": "2018-04-19T08:43:16.277Z"
}
- AVStatus() - 类 的构造器cn.leancloud.AVStatus
-
- AVStatus.INBOX_TYPE - cn.leancloud中的枚举
-
- AVStatusQuery - cn.leancloud中的类
-
- AVStatusQuery() - 类 的构造器cn.leancloud.AVStatusQuery
-
- AVUser - cn.leancloud中的类
-
- AVUser() - 类 的构造器cn.leancloud.AVUser
-
constructor
- AVUser.SNS_PLATFORM - cn.leancloud中的枚举
-
- AVUtils - cn.leancloud.utils中的类
-
- AVUtils() - 类 的构造器cn.leancloud.utils.AVUtils
-
- d(String) - 类 中的方法cn.leancloud.AVLogger
-
- d(String, Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- DATA_EXTRA_SEARCH_KEY - 类 中的静态变量cn.leancloud.search.AVSearchQuery
-
- dataFromMap(Map<String, Object>) - 类 中的静态方法cn.leancloud.ops.Utils
-
- DATAMAP_TAG - 类 中的静态变量cn.leancloud.AVStatus
-
- dateFromMap(Map<String, Object>) - 类 中的静态方法cn.leancloud.ops.Utils
-
- dateFromString(String) - 类 中的静态方法cn.leancloud.utils.StringUtil
-
- decode(String, int) - 类 中的静态方法cn.leancloud.codec.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decode(byte[], int) - 类 中的静态方法cn.leancloud.codec.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decode(byte[], int, int, int) - 类 中的静态方法cn.leancloud.codec.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decode(String) - 类 中的静态方法cn.leancloud.codec.Base64Decoder
-
Returns the decoded form of the given encoded string, as a String.
- decodeToBytes(String) - 类 中的静态方法cn.leancloud.codec.Base64Decoder
-
Returns the decoded form of the given encoded string, as bytes.
- decrement(String) - 类 中的方法cn.leancloud.AVObject
-
- decrement(String, Number) - 类 中的方法cn.leancloud.AVObject
-
- DecrementOperation - cn.leancloud.ops中的类
-
- DecrementOperation(String, Object) - 类 的构造器cn.leancloud.ops.DecrementOperation
-
- decrypt(String) - 类 中的方法cn.leancloud.codec.AES
-
- DEFAULT - 类 中的静态变量cn.leancloud.codec.Base64
-
Default values for encoder/decoder flags.
- DEFAULT_FILE_KEY_LEN - 类 中的静态变量cn.leancloud.utils.FileUtil
-
- DEFAULT_FORMAT - 类 中的静态变量cn.leancloud.types.AVDate
-
- DEFAULT_NETWORK_TIMEOUT - 类 中的静态变量cn.leancloud.core.AppConfiguration
-
- DEFAULT_RETRY_TIMES - 类 中的静态变量cn.leancloud.upload.HttpClientUploader
-
- DEFAULTMIMETYPE - 类 中的静态变量cn.leancloud.utils.FileUtil
-
- DefaultMimeTypeDetector - cn.leancloud.utils中的类
-
- DefaultMimeTypeDetector() - 类 的构造器cn.leancloud.utils.DefaultMimeTypeDetector
-
- delete() - 类 中的方法cn.leancloud.AVObject
-
- deleteAll(Collection<? extends AVObject>) - 类 中的静态方法cn.leancloud.AVObject
-
- deleteAll() - 类 中的方法cn.leancloud.AVQuery
-
- deleteAllInBackground(Collection<? extends AVObject>) - 类 中的静态方法cn.leancloud.AVObject
-
- deleteAllInBackground() - 类 中的方法cn.leancloud.AVQuery
-
- DeleteCallback - cn.leancloud.callback中的类
-
- DeleteCallback() - 类 的构造器cn.leancloud.callback.DeleteCallback
-
- deleteEventually(AVObject) - 类 中的方法cn.leancloud.ArchivedRequests
-
- deleteEventually() - 类 中的方法cn.leancloud.AVObject
-
- deleteFile(String) - 类 中的方法cn.leancloud.cache.PersistenceUtil
-
- deleteFile(File) - 类 中的方法cn.leancloud.cache.PersistenceUtil
-
- deleteInBackground() - 类 中的方法cn.leancloud.AVObject
-
- deleteInBackground() - 类 中的方法cn.leancloud.AVStatus
-
- deleteInboxStatus(Map<String, String>) - 类 中的方法cn.leancloud.core.StorageClient
-
- deleteInboxStatus(Map<String, String>) - 接口 中的方法cn.leancloud.service.APIService
-
- deleteInboxStatusInBackground(long, String, AVUser) - 类 中的静态方法cn.leancloud.AVStatus
-
- deleteObject(String, String) - 类 中的方法cn.leancloud.core.StorageClient
-
- deleteObject(String, String) - 接口 中的方法cn.leancloud.service.APIService
-
- DeleteOperation - cn.leancloud.ops中的类
-
- deleteStatus(String) - 类 中的方法cn.leancloud.core.StorageClient
-
- deleteStatus(String) - 接口 中的方法cn.leancloud.service.APIService
-
- deleteStatusInBackground(String) - 类 中的静态方法cn.leancloud.AVStatus
-
- deleteWholeObject(String, String) - 类 中的方法cn.leancloud.core.StorageClient
-
- deleteWholeObject(String, String) - 接口 中的方法cn.leancloud.service.APIService
-
- deserialze(DefaultJSONParser, Type, Object) - 类 中的方法cn.leancloud.ObjectTypeAdapter
-
- deserialze(DefaultJSONParser, Type, Object) - 类 中的方法cn.leancloud.ops.BaseOperationAdapter
-
- digest() - 类 中的方法cn.leancloud.codec.MD5
-
- disableAutomaticUser() - 类 中的静态方法cn.leancloud.AVUser
-
- dissociateWithAuthData(String) - 类 中的方法cn.leancloud.AVUser
-
- distance(double, double, double, double, double, double) - 类 中的静态方法cn.leancloud.utils.AVUtils
-
- distanceInKilometersTo(AVGeoPoint) - 类 中的方法cn.leancloud.types.AVGeoPoint
-
- distanceInMilesTo(AVGeoPoint) - 类 中的方法cn.leancloud.types.AVGeoPoint
-
Get distance between this point and another geopoint in kilometers.
- distanceInRadiansTo(AVGeoPoint) - 类 中的方法cn.leancloud.types.AVGeoPoint
-
Get distance in radians between this point and another GeoPoint.
- DNSDetoxicant - cn.leancloud.network中的类
-
- DNSDetoxicant() - 类 的构造器cn.leancloud.network.DNSDetoxicant
-
- doCloudQueryInBackground(String) - 类 中的静态方法cn.leancloud.AVQuery
-
Cloud Query
- doCloudQueryInBackground(String, Object...) - 类 中的静态方法cn.leancloud.AVQuery
-
- doCloudQueryInBackground(String, Class<? extends AVObject>) - 类 中的静态方法cn.leancloud.AVQuery
-
- doCloudQueryInBackground(String, Class<? extends AVObject>, Object...) - 类 中的静态方法cn.leancloud.AVQuery
-
- done(AVCloudQueryResult, AVException) - 类 中的方法cn.leancloud.callback.CloudQueryCallback
-
- done(int, AVException) - 类 中的方法cn.leancloud.callback.CountCallback
-
Override this function with the code you want to run after the count is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.DeleteCallback
-
Override this function with the code you want to run after the delete is complete.
- done(List<T>, AVException) - 类 中的方法cn.leancloud.callback.FindCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, AVException) - 类 中的方法cn.leancloud.callback.FollowCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(Map<String, List<T>>, AVException) - 类 中的方法cn.leancloud.callback.FollowersAndFolloweesCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, AVException) - 类 中的方法cn.leancloud.callback.FunctionCallback
-
Override this function with the code you want to run after the cloud function is complete.
- done(T, AVException) - 类 中的方法cn.leancloud.callback.GetCallback
-
- done(byte[], AVException) - 类 中的方法cn.leancloud.callback.GetDataCallback
-
- done(InputStream, AVException) - 类 中的方法cn.leancloud.callback.GetDataStreamCallback
-
- done(T, AVException) - 类 中的方法cn.leancloud.callback.GetFileCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, AVException) - 类 中的方法cn.leancloud.callback.LogInCallback
-
Override this function with the code you want to run after the save is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.MobilePhoneVerifyCallback
-
- done(Integer) - 类 中的方法cn.leancloud.callback.ProgressCallback
-
- done(T, AVException) - 类 中的方法cn.leancloud.callback.RefreshCallback
-
Override this function with the code you want to run after the save is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.RequestEmailVerifyCallback
-
Override this function with the code you want to run after the request is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.RequestMobileCodeCallback
-
- done(AVException) - 类 中的方法cn.leancloud.callback.RequestPasswordResetCallback
-
Override this function with the code you want to run after the request is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.SaveCallback
-
Override this function with the code you want to run after the save is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.SendCallback
-
- done(AVException) - 类 中的方法cn.leancloud.callback.SignUpCallback
-
Override this function with the code you want to run after the signUp is complete.
- done(AVStatus, AVException) - 类 中的方法cn.leancloud.callback.StatusCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(List<AVStatus>, AVException) - 类 中的方法cn.leancloud.callback.StatusListCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(AVException) - 类 中的方法cn.leancloud.callback.UpdatePasswordCallback
-
请用您需要在修改密码完成以后的逻辑重载本方法
- DUPLICATE_VALUE - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that a unique field was given a value that is already taken.
- i(String) - 类 中的方法cn.leancloud.AVLogger
-
- i(String, Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- IMAGE_TAG - 类 中的静态变量cn.leancloud.AVStatus
-
- include(String) - 类 中的方法cn.leancloud.AVQuery
-
Include nested AVObjects for the provided key.
- include(String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- include(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- includeACL(boolean) - 类 中的方法cn.leancloud.AVQuery
-
set include ACL or not.
- INCORRECT_TYPE - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that a field was set to an inconsistent type.
- increment(String) - 类 中的方法cn.leancloud.AVFile
-
- increment(String, Number) - 类 中的方法cn.leancloud.AVFile
-
- increment(String) - 类 中的方法cn.leancloud.AVObject
-
- increment(String, Number) - 类 中的方法cn.leancloud.AVObject
-
- IncrementOperation - cn.leancloud.ops中的类
-
- IncrementOperation(String, Object) - 类 的构造器cn.leancloud.ops.IncrementOperation
-
- initialize(String, String) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- initialize(String, String, String) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- InMemorySetting - cn.leancloud.cache中的类
-
- InMemorySetting() - 类 的构造器cn.leancloud.cache.InMemorySetting
-
- instance - 类 中的静态变量cn.leancloud.ObjectValueFilter
-
- intercept(Interceptor.Chain) - 类 中的方法cn.leancloud.core.ErrorInterceptor
-
- intercept(Interceptor.Chain) - 类 中的方法cn.leancloud.core.LoggingInterceptor
-
- intercept(Interceptor.Chain) - 类 中的方法cn.leancloud.core.RequestPaddingInterceptor
-
- INTERNAL_SERVER_ERROR - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that something has gone wrong with the server.
- internalChangeSessionToken(String) - 类 中的方法cn.leancloud.AVUser
-
not use it!
- internalClassName() - 类 中的方法cn.leancloud.AVObject
-
- internalDone(T, AVException) - 类 中的方法cn.leancloud.callback.AVCallback
-
- internalDone(AVException) - 类 中的方法cn.leancloud.callback.AVCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.AVCallback
-
- internalDone0(AVCloudQueryResult, AVException) - 类 中的方法cn.leancloud.callback.CloudQueryCallback
-
- internalDone0(Integer, AVException) - 类 中的方法cn.leancloud.callback.CountCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.DeleteCallback
-
- internalDone0(List<T>, AVException) - 类 中的方法cn.leancloud.callback.FindCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.FollowCallback
-
- internalDone0(Map<String, List<T>>, AVException) - 类 中的方法cn.leancloud.callback.FollowersAndFolloweesCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.FunctionCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.GetCallback
-
- internalDone0(byte[], AVException) - 类 中的方法cn.leancloud.callback.GetDataCallback
-
- internalDone0(InputStream, AVException) - 类 中的方法cn.leancloud.callback.GetDataStreamCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.GetFileCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.LogInCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.MobilePhoneVerifyCallback
-
AVMobilePhoneVerifyCallback 用来验证用户的手机号码
调用的范例如下
AVUser.verifyMobilePhoneInBackgroud("123456",
new AVMobilePhoneVerifyCallback() {
public void done(AVException e) {
if (e == null) {
requestedSuccessfully();
} else {
requestDidNotSucceed();
}
}
});
- internalDone0(Integer, AVException) - 类 中的方法cn.leancloud.callback.ProgressCallback
-
Override this function with your desired callback.
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.RefreshCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.RequestEmailVerifyCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.RequestMobileCodeCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.RequestPasswordResetCallback
-
- internalDone0(T, AVException) - 类 中的方法cn.leancloud.callback.SaveCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.SendCallback
-
- internalDone0(AVUser, AVException) - 类 中的方法cn.leancloud.callback.SignUpCallback
-
- internalDone0(AVStatus, AVException) - 类 中的方法cn.leancloud.callback.StatusCallback
-
- internalDone0(List<AVStatus>, AVException) - 类 中的方法cn.leancloud.callback.StatusListCallback
-
- internalDone0(AVNull, AVException) - 类 中的方法cn.leancloud.callback.UpdatePasswordCallback
-
- internalId() - 类 中的方法cn.leancloud.AVObject
-
- InternalLogger - cn.leancloud.logging中的类
-
- InternalLogger() - 类 的构造器cn.leancloud.logging.InternalLogger
-
- InternalLoggerAdapter - cn.leancloud.logging中的类
-
- InternalLoggerAdapter() - 类 的构造器cn.leancloud.logging.InternalLoggerAdapter
-
- InternalService - cn.leancloud.service中的接口
-
- internalWriteLog(AVLogger.Level, String) - 类 中的方法cn.leancloud.logging.InternalLogger
-
- internalWriteLog(AVLogger.Level, String, Throwable) - 类 中的方法cn.leancloud.logging.InternalLogger
-
- internalWriteLog(AVLogger.Level, Throwable) - 类 中的方法cn.leancloud.logging.InternalLogger
-
- internalWriteLog(AVLogger.Level, String) - 类 中的方法cn.leancloud.logging.SimpleLogger
-
- internalWriteLog(AVLogger.Level, String, Throwable) - 类 中的方法cn.leancloud.logging.SimpleLogger
-
- internalWriteLog(AVLogger.Level, Throwable) - 类 中的方法cn.leancloud.logging.SimpleLogger
-
- interruptImmediately() - 类 中的方法cn.leancloud.upload.HttpClientUploader
-
- interruptImmediately() - 类 中的方法cn.leancloud.upload.QCloudUploader
-
- intLevel() - 枚举 中的方法cn.leancloud.AVLogger.Level
-
- INVALID_ACL - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating an invalid ACL was provided.
- INVALID_CHANNEL_NAME - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating an invalid channel name.
- INVALID_CLASS_NAME - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating a missing or invalid classname.
- INVALID_EMAIL_ADDRESS - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that the email address was invalid.
- INVALID_FILE_NAME - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that an invalid filename was used for AVFile.
- INVALID_FILE_URL - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that the file address was invalid.
- INVALID_JSON - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that badly formed JSON was received upstream.
- INVALID_KEY_NAME - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating an invalid key name.
- INVALID_LINKED_SESSION - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that an user with a linked (e.g.
- INVALID_NESTED_KEY - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that an invalid key was used in a nested JSONObject.
- INVALID_PHONE_NUMBER - 异常错误 中的静态变量cn.leancloud.AVException
-
用来标识手机号码格式错误的错误代码
- INVALID_POINTER - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating a malformed pointer.
- INVALID_QUERY - 异常错误 中的静态变量cn.leancloud.AVException
-
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 - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that a role's name is invalid.
- invalidObjectIdException() - 类 中的静态方法cn.leancloud.utils.ErrorUtils
-
- isAnonymous() - 类 中的方法cn.leancloud.AVUser
-
- isAsynchronized() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- isAuthenticated() - 类 中的方法cn.leancloud.AVUser
-
whether user is authenticated or not.
- isCancelled() - 类 中的方法cn.leancloud.upload.HttpClientUploader
-
- isCancelled() - 接口 中的方法cn.leancloud.upload.Uploader
-
- isConnected() - 接口 中的方法cn.leancloud.network.NetworkingDetector
-
- isConnected() - 类 中的方法cn.leancloud.network.SimpleNetworkingDetector
-
- isDataAvailable() - 类 中的方法cn.leancloud.AVObject
-
- isDebugEnable() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- isDigitString(String) - 类 中的静态方法cn.leancloud.utils.StringUtil
-
- isEmpty(String) - 类 中的静态方法cn.leancloud.utils.StringUtil
-
- isEnableAutomatic() - 类 中的静态方法cn.leancloud.AVUser
-
- isEnabled(AVLogger.Level) - 类 中的方法cn.leancloud.AVLogger
-
- isEnableLocalCache() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- isFetchWhenSave() - 类 中的方法cn.leancloud.AVObject
-
- isFinal - 类 中的变量cn.leancloud.ops.BaseOperation
-
- isFinal() - 类 中的方法cn.leancloud.ops.BaseOperation
-
- isIncludeACL() - 类 中的方法cn.leancloud.AVQuery
-
- isLastModifyEnabled() - 类 中的方法cn.leancloud.cache.LastModifyCache
-
- isLastModifyEnabled() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- isLastModifyEnabled() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
已过时。
- isMainThread() - 接口 中的方法cn.leancloud.internal.ThreadModel.MainThreadChecker
-
- isMobilePhoneVerified() - 类 中的方法cn.leancloud.AVUser
-
whether user's mobilephone is verified or not.
- isProductionMode() - 类 中的静态方法cn.leancloud.AVCloud
-
- isRequestStatisticNeed() - 类 中的方法cn.leancloud.callback.GenericObjectCallback
-
- isRetryNeeded(int, Throwable) - 类 中的方法cn.leancloud.callback.GenericObjectCallback
-
- isTrace() - 类 中的方法cn.leancloud.query.QueryConditions
-
- isUseMasterKey() - 类 中的静态方法cn.leancloud.core.RequestSignImplementation
-
- sameOp(QueryOperation) - 类 中的方法cn.leancloud.query.QueryOperation
-
- save() - 类 中的方法cn.leancloud.AVObject
-
- saveAll(Collection<? extends AVObject>) - 类 中的静态方法cn.leancloud.AVObject
-
- saveAllInBackground(Collection<? extends AVObject>) - 类 中的静态方法cn.leancloud.AVObject
-
- saveBoolean(String, String, boolean) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- saveBoolean(String, String, boolean) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- SaveCallback<T extends AVObject> - cn.leancloud.callback中的类
-
- SaveCallback() - 类 的构造器cn.leancloud.callback.SaveCallback
-
- saveContentToFile(String, File) - 类 中的方法cn.leancloud.cache.PersistenceUtil
-
- saveContentToFile(byte[], File) - 类 中的方法cn.leancloud.cache.PersistenceUtil
-
- saveData(String, byte[]) - 类 中的方法cn.leancloud.cache.LocalStorage
-
- saveEventually(AVObject) - 类 中的方法cn.leancloud.ArchivedRequests
-
- saveEventually() - 类 中的方法cn.leancloud.AVObject
-
- saveFile(String, File) - 类 中的方法cn.leancloud.cache.LocalStorage
-
- saveFileToLocal(String, File) - 类 中的方法cn.leancloud.cache.PersistenceUtil
-
- saveFloat(String, String, float) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- saveFloat(String, String, float) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- saveInBackground(ProgressCallback) - 类 中的方法cn.leancloud.AVFile
-
- saveInBackground() - 类 中的方法cn.leancloud.AVFile
-
- saveInBackground() - 类 中的方法cn.leancloud.AVObject
-
- saveInBackground(AVSaveOption) - 类 中的方法cn.leancloud.AVObject
-
- saveInteger(String, String, int) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- saveInteger(String, String, int) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- saveLocalFile(String, File) - 类 中的方法cn.leancloud.cache.FileCache
-
- saveLong(String, String, long) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- saveLong(String, String, long) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- saveObject(String, String, JSONObject, boolean, JSONObject) - 类 中的方法cn.leancloud.core.StorageClient
-
- saveString(String, String, String) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- saveString(String, String, String) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- saveWholeObject(Class<E>, String, String, JSONObject, boolean, JSONObject) - 类 中的方法cn.leancloud.core.StorageClient
-
- saveWholeObject(String, JSONObject, boolean, JSONObject) - 接口 中的方法cn.leancloud.service.APIService
-
AVInstalltion methods.
- saveWholeObject(String, String, JSONObject, boolean, JSONObject) - 接口 中的方法cn.leancloud.service.APIService
-
- SCRIPT_ERROR - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that a Cloud Code script failed.
- search(Map<String, String>) - 类 中的方法cn.leancloud.core.StorageClient
-
- search(Map<String, String>) - 接口 中的方法cn.leancloud.service.APIService
-
FullText Search API
- selectKeys(Collection<String>) - 类 中的方法cn.leancloud.AVQuery
-
Restrict the fields of returned AVObjects to only include the provided keys.
- selectKeys(Collection<String>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- send() - 类 中的方法cn.leancloud.AVPush
-
Sends this push notification while blocking this thread until the push notification has
successfully reached the AVOSCloud servers.
- SendCallback - cn.leancloud.callback中的类
-
- SendCallback() - 类 的构造器cn.leancloud.callback.SendCallback
-
- sendDataInBackground(JSONObject, AVQuery<? extends AVInstallation>, SendCallback) - 类 中的静态方法cn.leancloud.AVPush
-
A helper method to concisely send a push to a query.
- sendDataInBackground(JSONObject, AVQuery<? extends AVInstallation>) - 类 中的静态方法cn.leancloud.AVPush
-
A helper method to concisely send a push to a query.
- sendInBackground() - 类 中的方法cn.leancloud.AVPush
-
Sends this push notification in a background thread.
- sendInBackground(SendCallback) - 类 中的方法cn.leancloud.AVPush
-
Sends this push notification in a background thread.
- sendMessageInBackground(String, AVQuery<? extends AVInstallation>) - 类 中的静态方法cn.leancloud.AVPush
-
A helper method to concisely send a push message to a query.
- sendMessageInBackground(String, AVQuery<? extends AVInstallation>, SendCallback) - 类 中的静态方法cn.leancloud.AVPush
-
A helper method to concisely send a push message to a query.
- sendPushRequest(Map<String, Object>) - 类 中的方法cn.leancloud.core.PushClient
-
- sendPushRequest(JSONObject) - 接口 中的方法cn.leancloud.service.PushService
-
- serverData - 类 中的变量cn.leancloud.AVObject
-
- SESSION_MISSING - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that an user object without a valid session could not be altered.
- sessionMissingException() - 类 中的静态方法cn.leancloud.utils.ErrorUtils
-
- setACL(AVACL) - 类 中的方法cn.leancloud.AVObject
-
- setApiServer(String) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- setApplicationName(String) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setApplicationPackagename(String) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setBucket(String) - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- setCachePolicy(AVQuery.CachePolicy) - 类 中的方法cn.leancloud.AVQuery
-
Change the caching policy of this query.
- setCaptchaToken(String) - 类 中的方法cn.leancloud.sms.AVCaptchaDigest
-
- setCaptchaUrl(String) - 类 中的方法cn.leancloud.sms.AVCaptchaDigest
-
- setCaptchaValidateToken(String) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setChannel(String) - 类 中的方法cn.leancloud.AVPush
-
Sets the channel on which this push notification will be sent.
- setChannels(Collection<String>) - 类 中的方法cn.leancloud.AVPush
-
Sets the collection of channels on which this push notification will be sent.
- setClassName(String) - 类 中的方法cn.leancloud.AVObject
-
- setClassName(String) - 类 中的方法cn.leancloud.AVQuery
-
- setClassName(String) - 类 中的方法cn.leancloud.query.AVQueryResult
-
- setClassName(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置查询的className,否则将包括所有启用了应用内搜索的class
- setCloudQuery(String) - 类 中的方法cn.leancloud.AVPush
-
可以通过 cql来针对push进行筛选
请注意cql 的主体应该是_Installation表
请在设置cql的同时,不要设置pushTarget(ios,android,wp)
- setCount(int) - 类 中的方法cn.leancloud.query.AVCloudQueryResult
-
- setCount(int) - 类 中的方法cn.leancloud.query.AVQueryResult
-
- setCurrentUser(AVUser) - 类 中的方法cn.leancloud.core.StorageClient
-
- setData(Map<String, Object>) - 类 中的方法cn.leancloud.AVPush
-
Sets the entire data of the push message.
- setData(JSONObject) - 类 中的方法cn.leancloud.AVPush
-
Sets the entire data of the push message.
- setDefaultACL(AVACL) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setEmail(String) - 类 中的方法cn.leancloud.AVUser
-
set user email
- setEnableLocalCache(boolean) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
set flag to enable local cache or not.
- setEngineServer(String) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- setEnvMap(Map<String, Object>) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setExpirationTime(long) - 类 中的方法cn.leancloud.AVPush
-
Sets a UNIX epoch timestamp at which this notification should expire, in seconds (UTC).
- setExpirationTimeInterval(long) - 类 中的方法cn.leancloud.AVPush
-
Sets the time interval after which this notification should expire, in seconds.
- setFetchWhenSave(boolean) - 类 中的方法cn.leancloud.AVObject
-
- setFetchWhenSave(boolean) - 类 中的方法cn.leancloud.AVSaveOption
-
refresh object value with latest data from remote server after AVObject saved
- setFields(List<String>) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- setGlobalNetworkingDetector(NetworkingDetector) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setGroupId(String) - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- setGroupUrl(String) - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- setHeight(int) - 类 中的方法cn.leancloud.sms.AVCaptchaOption
-
- setHightLights(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置返回的高亮语法,默认为"*"
语法规则可以参考 http://www.elasticsearch.org/guide/en/elasticsearch/reference/current
/search-request-highlighting.html#highlighting-settings
- setImageUrl(String) - 类 中的方法cn.leancloud.AVStatus
-
- setInclude(List<String>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setIso(String) - 类 中的方法cn.leancloud.types.AVDate
-
- setKey(String) - 类 中的方法cn.leancloud.AVRelation
-
- setLastId(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- setLastModifyEnabled(boolean) - 类 中的方法cn.leancloud.cache.LastModifyCache
-
- setLastModifyEnabled(boolean) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setLastModifyEnabled(boolean) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
已过时。
- setLatitude(double) - 类 中的方法cn.leancloud.types.AVGeoPoint
-
- setLevel(AVLogger.Level) - 类 中的方法cn.leancloud.logging.InternalLogger
-
- setLevel(AVLogger.Level) - 类 中的方法cn.leancloud.logging.SimpleLogger
-
- setLimit(int) - 类 中的方法cn.leancloud.AVQuery
-
Controls the maximum number of results that are returned.
- setLimit(int) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setLimit(int) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置搜索的结果单页大小限制,默认值为100,最大为1000
- setLogAdapter(InternalLoggerAdapter) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setLogLevel(AVLogger.Level) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- setLongitude(double) - 类 中的方法cn.leancloud.types.AVGeoPoint
-
- setMainThreadChecker(ThreadModel.MainThreadChecker, ThreadModel.ThreadShuttle) - 类 中的静态方法cn.leancloud.callback.AVCallback
-
- setMasterKey(String) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
set master key.
- setMasterKey(String) - 类 中的静态方法cn.leancloud.core.RequestSignImplementation
-
- setMaxCacheAge(long) - 类 中的方法cn.leancloud.AVQuery
-
Sets the maximum age of cached data that will be considered in this query.
- setMessage(String) - 类 中的方法cn.leancloud.AVPush
-
Sets the message that will be shown in the notification.
- setMessage(String) - 类 中的方法cn.leancloud.AVStatus
-
- setMetaData(Map<String, Object>) - 类 中的方法cn.leancloud.AVFile
-
- setMimeType(String) - 类 中的方法cn.leancloud.AVFile
-
- setMimeTypeDetector(FileUtil.MimeTypeDetector) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setMobilePhoneNumber(String) - 类 中的方法cn.leancloud.AVUser
-
set user mobilephone.
- setName(String) - 类 中的方法cn.leancloud.AVFile
-
- setName(String) - 类 中的方法cn.leancloud.AVRole
-
- setNetworkTimeout(int) - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- setNetworkTimeout(int) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
已过时。
- setObjectId(String) - 类 中的方法cn.leancloud.AVObject
-
- setObjectId(String) - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- SetOperation - cn.leancloud.ops中的类
-
set attribute to a definitive value.
- SetOperation(String, Object) - 类 的构造器cn.leancloud.ops.SetOperation
-
- setOperation(String) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setOrder(String) - 类 中的方法cn.leancloud.AVQuery
-
Set query order fields.
- setOrder(String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setParameters(Map<String, String>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setParent(AVObject) - 类 中的方法cn.leancloud.AVRelation
-
- setPassword(String) - 类 中的方法cn.leancloud.AVUser
-
set user password.
- setPolicy(AVQuery.CachePolicy) - 类 中的方法cn.leancloud.AVQuery
-
Change the caching policy of this query.
- setProductionMode(boolean) - 类 中的静态方法cn.leancloud.AVCloud
-
设置调用云代码函数的测试环境或者生产环境,默认为true,也就是生产环境。
- setProvider(String) - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- setPublicReadAccess(boolean) - 类 中的方法cn.leancloud.AVACL
-
Set whether the public is allowed to read this object.
- setPublicWriteAccess(boolean) - 类 中的方法cn.leancloud.AVACL
-
Set whether the public is allowed to write this object.
- setPushDate(Date) - 类 中的方法cn.leancloud.AVPush
-
Set the push date at which the push will be sent.
- setPushServer(String) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- setPushToAndroid(boolean) - 类 中的方法cn.leancloud.AVPush
-
- setPushToIOS(boolean) - 类 中的方法cn.leancloud.AVPush
-
- setPushToWindowsPhone(boolean) - 类 中的方法cn.leancloud.AVPush
-
- setQuery(AVQuery<? extends AVInstallation>) - 类 中的方法cn.leancloud.AVPush
-
Sets the query for this push for which this push notification will be sent.
- setQueryString(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置搜索的查询语句。
- setReadAccess(String, boolean) - 类 中的方法cn.leancloud.AVACL
-
Set whether the given user id is allowed to read this object.
- setReadAccess(AVUser, boolean) - 类 中的方法cn.leancloud.AVACL
-
- setRegion(AVOSCloud.REGION) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- setResults(List<? extends AVObject>) - 类 中的方法cn.leancloud.query.AVCloudQueryResult
-
- setResults(List<AVObject>) - 类 中的方法cn.leancloud.query.AVQueryResult
-
- setRoleReadAccess(String, boolean) - 类 中的方法cn.leancloud.AVACL
-
- setRoleWriteAccess(String, boolean) - 类 中的方法cn.leancloud.AVACL
-
- setRtmRouterServer(String) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- setSecondary(String) - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- setSelectedKeys(Set<String>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setServer(AVOSService, String) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
set server info.
- setServer(String) - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- setServerURLs(String) - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- setSid(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置查询id,通常您都不需要调用这个方法来设置,只要不停调用find就可以实现分页。
- setSignatureName(String) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setSkip(int) - 类 中的方法cn.leancloud.AVQuery
-
Controls the number of results to skip before returning any results.
- setSkip(int) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setSkip(int) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置返回集合的起始位置,一般用于分页
- setSortBuilder(AVSearchSortBuilder) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
设置查询的AVSearchSortBuilder,使用更丰富的排序选项。
- setStatServer(String) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- setTargetClass(String) - 类 中的方法cn.leancloud.AVRelation
-
- setTemplateName(String) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setTitleAttribute(String) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
此选项为AVOSCloud SearchActivity使用 指定Title所对应的Field
- setToken(String) - 类 中的方法cn.leancloud.sms.AVCaptchaValidateResult
-
- setToken(String) - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- setTrace(boolean) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setTtl(long) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- setTtl(long) - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- setTtl(int) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setType(AVSMS.TYPE) - 类 中的方法cn.leancloud.sms.AVSMSOption
-
- setType(String) - 类 中的方法cn.leancloud.types.AVDate
-
- setUploadHeader(String, String) - 类 中的静态方法cn.leancloud.AVFile
-
- setUploadHeader(String, String) - 类 中的静态方法cn.leancloud.upload.FileUploader
-
- setUploadUrl(String) - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- setUrl(String) - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- setUsername(String) - 类 中的方法cn.leancloud.AVUser
-
set user name.
- setWhere(Map<String, List<QueryOperation>>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- setWidth(int) - 类 中的方法cn.leancloud.sms.AVCaptchaOption
-
- setWriteAccess(String, boolean) - 类 中的方法cn.leancloud.AVACL
-
Set whether the given user id is allowed to write this object.
- setWriteAccess(AVUser, boolean) - 类 中的方法cn.leancloud.AVACL
-
- SHA1 - cn.leancloud.codec中的类
-
- SHA1() - 类 的构造器cn.leancloud.codec.SHA1
-
- sharedInstance() - 类 中的静态方法cn.leancloud.cache.PersistenceUtil
-
- sid - 类 中的变量cn.leancloud.search.AVSearchResponse
-
- signUp() - 类 中的方法cn.leancloud.AVUser
-
sign up(blocking).
- signUp(JSONObject) - 类 中的方法cn.leancloud.core.StorageClient
-
- signup(JSONObject) - 接口 中的方法cn.leancloud.service.APIService
-
User Operations.
- signup(JSONObject, boolean) - 接口 中的方法cn.leancloud.service.APIService
-
- signupByMobilePhone(JSONObject) - 接口 中的方法cn.leancloud.service.APIService
-
- SignUpCallback - cn.leancloud.callback中的类
-
- SignUpCallback() - 类 的构造器cn.leancloud.callback.SignUpCallback
-
- signUpInBackground() - 类 中的方法cn.leancloud.AVUser
-
sign up in background.
- signUpOrLoginByMobilePhone(String, String) - 类 中的静态方法cn.leancloud.AVUser
-
signUpOrLoginByMobilePhone
- signUpOrLoginByMobilePhone(String, String, Class<T>) - 类 中的静态方法cn.leancloud.AVUser
-
signUpOrLoginByMobilePhone
- signUpOrLoginByMobilephone(JSONObject, Class<T>) - 类 中的方法cn.leancloud.core.StorageClient
-
- signUpOrLoginByMobilePhoneInBackground(String, String) - 类 中的静态方法cn.leancloud.AVUser
-
signUpOrLoginByMobilePhoneInBackground
- signUpOrLoginByMobilePhoneInBackground(String, String, Class<T>) - 类 中的静态方法cn.leancloud.AVUser
-
signUpOrLoginByMobilePhoneInBackground
- signUpWithFlag(JSONObject, boolean) - 类 中的方法cn.leancloud.core.StorageClient
-
- SimpleLogger - cn.leancloud.logging中的类
-
- SimpleLogger(Logger) - 类 的构造器cn.leancloud.logging.SimpleLogger
-
- SimpleLoggerAdapter - cn.leancloud.logging中的类
-
- SimpleLoggerAdapter() - 类 的构造器cn.leancloud.logging.SimpleLoggerAdapter
-
- SimpleNetworkingDetector - cn.leancloud.network中的类
-
- SimpleNetworkingDetector() - 类 的构造器cn.leancloud.network.SimpleNetworkingDetector
-
- skip(int) - 类 中的方法cn.leancloud.AVQuery
-
- SliceUploadTask(QCloudUploader, String, String, String, byte[], int, String, FileUploader.ProgressCalculator, CountDownLatch) - 类 的构造器cn.leancloud.upload.QCloudUploader.SliceUploadTask
-
- StatusCallback - cn.leancloud.callback中的类
-
- StatusCallback() - 类 的构造器cn.leancloud.callback.StatusCallback
-
- StatusListCallback - cn.leancloud.callback中的类
-
- StatusListCallback() - 类 的构造器cn.leancloud.callback.StatusListCallback
-
- statusQuery(AVUser) - 类 中的静态方法cn.leancloud.AVStatus
-
- StorageClient - cn.leancloud.core中的类
-
- StorageClient(APIService, boolean, AppConfiguration.SchedulerCreator) - 类 的构造器cn.leancloud.core.StorageClient
-
- stringFromBytes(byte[]) - 类 中的静态方法cn.leancloud.utils.StringUtil
-
- stringFromDate(Date) - 类 中的静态方法cn.leancloud.utils.StringUtil
-
- StringUtil - cn.leancloud.utils中的类
-
- StringUtil() - 类 的构造器cn.leancloud.utils.StringUtil
-
- subNumbers(Number, Number) - 类 中的静态方法cn.leancloud.ops.NumericOperation
-
- SystemSetting - cn.leancloud.cache中的接口
-
- w(String) - 类 中的方法cn.leancloud.AVLogger
-
- w(String, Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- w(Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- whereContainedIn(String, Collection<? extends Object>) - 类 中的方法cn.leancloud.AVQuery
-
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>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereContains(String, String) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint for finding string values that contain a provided string.
- whereContains(String, String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereContainsAll(String, Collection<?>) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value match another AVQuery.
- whereContainsAll(String, Collection<?>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereDoesNotExist(String) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint for finding objects that do not contain a given key.
- whereDoesNotExist(String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereDoesNotMatchKeyInQuery(String, String, AVQuery<?>) - 类 中的方法cn.leancloud.AVQuery
-
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, AVQuery<?>) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value does not match another
AVQuery.
- whereEndsWith(String, String) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint for finding string values that end with a provided string.
- whereEndsWith(String, String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereEqualTo(String, Object) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value to be equal to the
provided value.
- whereEqualTo(String, Object) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereExists(String) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint for finding objects that contain the given key.
- whereExists(String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereGreaterThan(String, Object) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value to be greater than the
provided value.
w
- whereGreaterThan(String, Object) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereGreaterThanOrEqualTo(String, Object) - 类 中的方法cn.leancloud.AVQuery
-
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) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereLessThan(String, Object) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value to be less than the
provided value.
- whereLessThan(String, Object) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereLessThanOrEqualTo(String, Object) - 类 中的方法cn.leancloud.AVQuery
-
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) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereMatches(String, String) - 类 中的方法cn.leancloud.AVQuery
-
Add a regular expression constraint for finding string values that match the provided regular
expression.
- whereMatches(String, String, String) - 类 中的方法cn.leancloud.AVQuery
-
Add a regular expression constraint for finding string values that match the provided regular
expression.
- whereMatches(String, String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereMatches(String, String, String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereMatchesKeyInQuery(String, String, AVQuery<?>) - 类 中的方法cn.leancloud.AVQuery
-
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, AVQuery<?>) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value match another AVQuery.
- whereNear(String, AVGeoPoint) - 类 中的方法cn.leancloud.AVQuery
-
Add a proximity based constraint for finding objects with key point values near the point
given.
- whereNear(String, AVGeoPoint) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereNear(String, AVGeoPoint) - 类 中的方法cn.leancloud.search.AVSearchSortBuilder
-
- whereNear(String, AVGeoPoint, String) - 类 中的方法cn.leancloud.search.AVSearchSortBuilder
-
- whereNear(String, AVGeoPoint, String, String, String) - 类 中的方法cn.leancloud.search.AVSearchSortBuilder
-
按照地理位置信息远近排序,key对应的字段类型必须是GeoPoint。
- whereNotContainedIn(String, Collection<? extends Object>) - 类 中的方法cn.leancloud.AVQuery
-
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>) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereNotEqualTo(String, Object) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's value to be not equal to the
provided value.
- whereNotEqualTo(String, Object) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereSizeEqual(String, int) - 类 中的方法cn.leancloud.AVQuery
-
添加查询约束条件,查找key类型是数组,该数组的长度匹配提供的数值。
- whereSizeEqual(String, int) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereStartsWith(String, String) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint for finding string values that start with a provided string.
- whereStartsWith(String, String) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinGeoBox(String, AVGeoPoint, AVGeoPoint) - 类 中的方法cn.leancloud.AVQuery
-
Add a constraint to the query that requires a particular key's coordinates be contained within
a given rectangular geographic bounding box.
- whereWithinGeoBox(String, AVGeoPoint, AVGeoPoint) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinKilometers(String, AVGeoPoint, double) - 类 中的方法cn.leancloud.AVQuery
-
Add a proximity based constraint for finding objects with key point values near the point given
and within the maximum distance given.
- whereWithinKilometers(String, AVGeoPoint, double, double) - 类 中的方法cn.leancloud.AVQuery
-
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, AVGeoPoint, double) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinKilometers(String, AVGeoPoint, double, double) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinMiles(String, AVGeoPoint, double) - 类 中的方法cn.leancloud.AVQuery
-
Add a proximity based constraint for finding objects with key point values near the point given
and within the maximum distance given.
- whereWithinMiles(String, AVGeoPoint, double, double) - 类 中的方法cn.leancloud.AVQuery
-
Add a proximity based constraint for finding objects with key point values near the point
given and within the given ring.
- whereWithinMiles(String, AVGeoPoint, double) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinMiles(String, AVGeoPoint, double, double) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinRadians(String, AVGeoPoint, double) - 类 中的方法cn.leancloud.AVQuery
-
Add a proximity based constraint for finding objects with key point values near the point given
and within the maximum distance given.
- whereWithinRadians(String, AVGeoPoint, double, double) - 类 中的方法cn.leancloud.AVQuery
-
Add a proximity based constraint for finding objects with key point values near the point given
and within the maximum distance given.
- whereWithinRadians(String, AVGeoPoint, double) - 类 中的方法cn.leancloud.query.QueryConditions
-
- whereWithinRadians(String, AVGeoPoint, double, double) - 类 中的方法cn.leancloud.query.QueryConditions
-
- withAbsoluteLocalPath(String, String) - 类 中的静态方法cn.leancloud.AVFile
-
- withFile(String, File) - 类 中的静态方法cn.leancloud.AVFile
-
- withObjectIdInBackground(String) - 类 中的静态方法cn.leancloud.AVFile
-
- write(int) - 类 中的方法cn.leancloud.codec.Base64Encoder
-
Writes the given byte to the output stream in an encoded form.
- write(byte[], int, int) - 类 中的方法cn.leancloud.codec.Base64Encoder
-
Writes the given byte array to the output stream in an encoded form.
- write(JSONSerializer, Object, Object, Type, int) - 类 中的方法cn.leancloud.ObjectTypeAdapter
-
- write(JSONSerializer, Object, Object, Type) - 类 中的方法cn.leancloud.ObjectTypeAdapter
-
- write(JSONSerializer, Object, Object, Type, int) - 类 中的方法cn.leancloud.ops.BaseOperationAdapter
-
- writeLog(AVLogger.Level, String) - 类 中的方法cn.leancloud.AVLogger
-
- writeLog(AVLogger.Level, String, Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- writeLog(AVLogger.Level, Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- writeLog(AVLogger.Level, String) - 类 中的方法cn.leancloud.logging.InternalLogger
-
- writeLog(AVLogger.Level, String, Throwable) - 类 中的方法cn.leancloud.logging.InternalLogger
-
- writeLog(AVLogger.Level, Throwable) - 类 中的方法cn.leancloud.logging.InternalLogger
-