- 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.
- add(String, Object) - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- addAll(String, Collection<?>) - 类 中的方法cn.leancloud.AVObject
-
- addAll(Collection<T>) - 类 中的方法cn.leancloud.AVRelation
-
Adds many objects to this relation.
- addAll(String, Collection<?>) - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- addAllUnique(String, Collection<?>) - 类 中的方法cn.leancloud.AVObject
-
- addAllUnique(String, Collection<?>) - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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
-
- addUnique(String, Object) - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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中的类
-
- assembleJsonParam() - 类 中的方法cn.leancloud.AVQuery
-
- assembleJsonParam() - 类 中的方法cn.leancloud.query.QueryConditions
-
- assembleParameters() - 类 中的方法cn.leancloud.AVQuery
-
- assembleParameters() - 类 中的方法cn.leancloud.AVStatusQuery
-
assemble query parameters.
- 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_IMAGE - 类 中的静态变量cn.leancloud.AVStatus
-
- ATTR_INBOX_TYPE - 类 中的静态变量cn.leancloud.AVStatus
-
- ATTR_MESSAGE - 类 中的静态变量cn.leancloud.AVStatus
-
- ATTR_MESSAGE_ID - 类 中的静态变量cn.leancloud.AVStatus
-
- ATTR_MOBILEPHONE - 类 中的静态变量cn.leancloud.AVUser
-
- ATTR_OWNER - 类 中的静态变量cn.leancloud.AVStatus
-
- ATTR_SESSION_TOKEN - 类 中的静态变量cn.leancloud.AVUser
-
- ATTR_SOURCE - 类 中的静态变量cn.leancloud.AVStatus
-
- 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 预定义属性:
1. messageId, Integer, message sequence number, Receiver-side only
2. inboxType, String, identifier for multiple purpose, default is 'default' which stands for timeline.
3. source, Pointer, point to source user.
4. owner, Pointer, point to target user, Receiver-side only.
- AVStatus() - 类 的构造器cn.leancloud.AVStatus
-
default constructor.
- AVStatus(AVObject) - 类 的构造器cn.leancloud.AVStatus
-
- AVStatus.INBOX_TYPE - cn.leancloud中的枚举
-
- AVStatusQuery - cn.leancloud中的类
-
- AVStatusQuery(AVStatusQuery.SourceType) - 类 的构造器cn.leancloud.AVStatusQuery
-
- AVStatusQuery.PaginationDirection - cn.leancloud中的枚举
-
- AVStatusQuery.SourceType - cn.leancloud中的枚举
-
- 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
-
- 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
-
delete status
- deleteInBackground(AVStatus) - 类 中的静态方法cn.leancloud.AVStatus
-
delete status(class method)
- deleteInboxStatus(Map<String, Object>) - 类 中的方法cn.leancloud.core.StorageClient
-
- deleteInboxStatus(Map<String, Object>) - 接口 中的方法cn.leancloud.service.APIService
-
- 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
-
- 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.
- gBuilder - 类 中的静态变量cn.leancloud.ops.OperationBuilder
-
- GeneralRequestSignature - cn.leancloud.core中的类
-
- GeneralRequestSignature() - 类 的构造器cn.leancloud.core.GeneralRequestSignature
-
- generateACLFromServerData() - 类 中的方法cn.leancloud.AVObject
-
- generateChangedParam() - 类 中的方法cn.leancloud.AVObject
-
save/update with server.
- generateFileKey(String, boolean) - 类 中的静态方法cn.leancloud.utils.FileUtil
-
- generateKeyForQueryCondition(String, Map<String, String>) - 类 中的静态方法cn.leancloud.cache.QueryResultCache
-
- generateSign() - 类 中的方法cn.leancloud.core.GeneralRequestSignature
-
- generateSign() - 接口 中的方法cn.leancloud.core.RequestSignature
-
- GenericObjectCallback - cn.leancloud.callback中的类
-
- GenericObjectCallback() - 类 的构造器cn.leancloud.callback.GenericObjectCallback
-
- geoPointFromMap(Map<String, Object>) - 类 中的静态方法cn.leancloud.ops.Utils
-
- get(String) - 类 中的方法cn.leancloud.AVFile
-
- get(String) - 类 中的方法cn.leancloud.AVObject
-
- get(String) - 类 中的方法cn.leancloud.AVQuery
-
- get(String) - 类 中的方法cn.leancloud.AVStatus
-
get customized key value.
- getACL() - 类 中的方法cn.leancloud.AVObject
-
ACL
- getACL() - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- getAll(String) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- getAll(String) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- getAnalyticsCacheDir() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getApiServer() - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getApplicationId() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- getApplicationKey() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- getApplicationPackagename() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getAppRegion(String) - 类 中的静态方法cn.leancloud.core.AppRouter
-
- getArchiveContent(AVObject, boolean) - 类 中的静态方法cn.leancloud.ArchivedRequests
-
- getAVFile(String) - 类 中的方法cn.leancloud.AVObject
-
- getAVGeoPoint(String) - 类 中的方法cn.leancloud.AVObject
-
- getAVObject(String) - 类 中的方法cn.leancloud.AVObject
-
- getBoolean(String) - 类 中的方法cn.leancloud.AVObject
-
- getBoolean(String, String, boolean) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- getBoolean(String, String, boolean) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- getBucket() - 类 中的方法cn.leancloud.AVFile
-
- getBucket() - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- getBytes(String) - 类 中的方法cn.leancloud.AVObject
-
- getCacheFile(String) - 类 中的方法cn.leancloud.cache.FileCache
-
- getCacheFile(String) - 类 中的方法cn.leancloud.cache.LocalStorage
-
- getCachePolicy() - 类 中的方法cn.leancloud.AVQuery
-
Accessor for the caching policy.
- getCacheRawResult(String, Map<String, String>, long, boolean) - 类 中的方法cn.leancloud.cache.QueryResultCache
-
- getCacheResult(String, Map<String, String>, long, boolean) - 类 中的方法cn.leancloud.cache.QueryResultCache
-
- GetCallback<T extends AVObject> - cn.leancloud.callback中的类
-
- GetCallback() - 类 的构造器cn.leancloud.callback.GetCallback
-
- getCaptchaToken() - 类 中的方法cn.leancloud.sms.AVCaptchaDigest
-
- getCaptchaUrl() - 类 中的方法cn.leancloud.sms.AVCaptchaDigest
-
- getCascadingSaveObjects() - 类 中的方法cn.leancloud.AVObject
-
- getChannelSet() - 类 中的方法cn.leancloud.AVPush
-
return channel set.
- getClassName() - 类 中的方法cn.leancloud.AVObject
-
- getClassName() - 类 中的方法cn.leancloud.AVQuery
-
- getClassName() - 类 中的方法cn.leancloud.query.AVQueryResult
-
- getClassName() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
获取查询的className,默认为null,即包括所有启用了应用内搜索的class
- getCode() - 异常错误 中的方法cn.leancloud.AVException
-
Access the code for this error.
- getCommandCacheDir() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getCount() - 类 中的方法cn.leancloud.query.AVCloudQueryResult
-
- getCount() - 类 中的方法cn.leancloud.query.AVQueryResult
-
- getCreatedAt() - 类 中的方法cn.leancloud.AVObject
-
- getCreatedAtString() - 类 中的方法cn.leancloud.AVObject
-
- getCurrentInstallation() - 类 中的静态方法cn.leancloud.AVInstallation
-
- getCurrentTimestamp() - 类 中的静态方法cn.leancloud.utils.AVUtils
-
- getCurrentUser() - 类 中的静态方法cn.leancloud.AVUser
-
- getCurrentUser(Class<T>) - 类 中的静态方法cn.leancloud.AVUser
-
- getCurrentUser() - 类 中的方法cn.leancloud.core.StorageClient
-
- getData() - 类 中的方法cn.leancloud.AVFile
-
- GetDataCallback - cn.leancloud.callback中的类
-
- GetDataCallback() - 类 的构造器cn.leancloud.callback.GetDataCallback
-
- getDataStream() - 类 中的方法cn.leancloud.AVFile
-
- GetDataStreamCallback - cn.leancloud.callback中的类
-
- GetDataStreamCallback() - 类 的构造器cn.leancloud.callback.GetDataStreamCallback
-
- getDate(String) - 类 中的方法cn.leancloud.AVObject
-
- getDate() - 类 中的方法cn.leancloud.types.AVDate
-
- getDefaultACL() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getDefaultScheduler() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getDefaultSetting() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getDocumentDir() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getDouble(String) - 类 中的方法cn.leancloud.AVObject
-
- getEmail() - 类 中的方法cn.leancloud.AVUser
-
get user email.
- getEndpoint(String, AVOSService) - 类 中的方法cn.leancloud.core.AppRouter
-
- getEngineServer() - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getExpirationTime() - 类 中的方法cn.leancloud.AVPush
-
get expiration time.
- getExpirationTimeInterval() - 类 中的方法cn.leancloud.AVPush
-
get expiration time interval.
- getExtensionFromFilename(String) - 类 中的静态方法cn.leancloud.utils.FileUtil
-
- getFastMatchToken() - 类 中的方法cn.leancloud.ObjectTypeAdapter
-
- getFastMatchToken() - 类 中的方法cn.leancloud.ops.BaseOperationAdapter
-
- getField() - 类 中的方法cn.leancloud.ops.BaseOperation
-
- getField() - 接口 中的方法cn.leancloud.ops.ObjectFieldOperation
-
- getFields() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- getFileCacheDir() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- GetFileCallback<T extends AVFile> - cn.leancloud.callback中的类
-
- GetFileCallback() - 类 的构造器cn.leancloud.callback.GetFileCallback
-
- getFileMimeType(AVFile) - 类 中的静态方法cn.leancloud.utils.FileUtil
-
- getFirst() - 类 中的方法cn.leancloud.AVQuery
-
- getFirstInBackground() - 类 中的方法cn.leancloud.AVQuery
-
- getFloat(String, String, float) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- getFloat(String, String, float) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- getFlowControl() - 类 中的方法cn.leancloud.AVPush
-
get push flow control value.
- getFollowees(String) - 接口 中的方法cn.leancloud.service.APIService
-
- getFollowers(String) - 接口 中的方法cn.leancloud.service.APIService
-
- getFollowersAndFollowees(String) - 类 中的方法cn.leancloud.core.StorageClient
-
- getFollowersAndFollowees(String) - 接口 中的方法cn.leancloud.service.APIService
-
- getFollowersAndFolloweesInBackground(FollowersAndFolloweesCallback) - 类 中的方法cn.leancloud.AVUser
-
- getGlobalNetworkingDetector() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getGlobalOkHttpClient() - 类 中的静态方法cn.leancloud.core.PaasClient
-
- getGroupId() - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- getGroupUrl() - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- getHeight() - 类 中的方法cn.leancloud.sms.AVCaptchaOption
-
- getHightLights() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
获取当前设定的语法高亮
- getHits() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- getImageUrl() - 类 中的方法cn.leancloud.AVStatus
-
get image url attribute.
- getImportantFileDir() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getInBackground(String) - 类 中的方法cn.leancloud.AVQuery
-
- getInboxCount(Map<String, String>) - 类 中的方法cn.leancloud.core.StorageClient
-
- getInboxCount(Map<String, String>) - 接口 中的方法cn.leancloud.service.APIService
-
- getInboxType() - 类 中的方法cn.leancloud.AVStatus
-
到达收件箱类型, 默认是`default`,私信是`private`, 可以自定义任何类型
- getInclude() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getInputStreamFromFile(File) - 类 中的方法cn.leancloud.cache.LocalStorage
-
- getInputStreamFromFile(File) - 类 中的静态方法cn.leancloud.cache.PersistenceUtil
-
- getInstallationId() - 类 中的方法cn.leancloud.AVInstallation
-
- getInstance() - 类 中的静态方法cn.leancloud.ArchivedRequests
-
- getInstance() - 类 中的静态方法cn.leancloud.cache.LastModifyCache
-
- getInstance() - 类 中的静态方法cn.leancloud.cache.QueryResultCache
-
- getInstance() - 类 中的静态方法cn.leancloud.codec.MD5
-
- getInstance() - 类 中的静态方法cn.leancloud.core.AppRouter
-
- getINSTANCE() - 类 中的静态方法cn.leancloud.types.AVNull
-
- getInt(String) - 类 中的方法cn.leancloud.AVObject
-
- getIntance() - 类 中的静态方法cn.leancloud.cache.FileCache
-
- getInteger(String, String, int) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- getInteger(String, String, int) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- getIPByHostSync(String) - 类 中的静态方法cn.leancloud.network.DNSDetoxicant
-
- getIso() - 类 中的方法cn.leancloud.types.AVDate
-
- getJSONArray(String) - 类 中的方法cn.leancloud.AVObject
-
- getJSONObject(String) - 类 中的方法cn.leancloud.AVObject
-
- getJSONString(Map<String, Object>) - 类 中的静态方法cn.leancloud.utils.AVUtils
-
- getKey() - 类 中的方法cn.leancloud.AVFile
-
- getKey() - 类 中的方法cn.leancloud.AVRelation
-
- getKey() - 类 中的方法cn.leancloud.query.QueryOperation
-
- getLastId() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- getLatitude() - 类 中的方法cn.leancloud.types.AVGeoPoint
-
- getLimit() - 类 中的方法cn.leancloud.AVQuery
-
Accessor for the limit.
- getLimit() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getLimit() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
获得搜索结果的单页大小限制
- getList(String) - 类 中的方法cn.leancloud.AVObject
-
- getLock(String) - 类 中的方法cn.leancloud.cache.PersistenceUtil
-
- getLogAdapter() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getLogger(Class) - 类 中的方法cn.leancloud.logging.InternalLoggerAdapter
-
- getLogger(String) - 类 中的方法cn.leancloud.logging.InternalLoggerAdapter
-
- getLogger(String) - 类 中的方法cn.leancloud.logging.SimpleLoggerAdapter
-
- getLogger(Class) - 类 中的静态方法cn.leancloud.utils.LogUtil
-
- getLogLevel() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- getLong(String) - 类 中的方法cn.leancloud.AVObject
-
- getLong(String, String, long) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- getLong(String, String, long) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- getLongitude() - 类 中的方法cn.leancloud.types.AVGeoPoint
-
- getMaxCacheAge() - 类 中的方法cn.leancloud.AVQuery
-
Gets the maximum age of cached data that will be considered in this query.
- getMaxId() - 类 中的方法cn.leancloud.AVStatusQuery
-
get current max messageId.
- getMessage() - 类 中的方法cn.leancloud.AVStatus
-
get message text
- getMessageId() - 类 中的方法cn.leancloud.AVStatus
-
此状态在用户 Inbox 中的 ID
注意: 仅用于分片查询,不具有唯一性
- getMetaData() - 类 中的方法cn.leancloud.AVFile
-
- getMetaData(String) - 类 中的方法cn.leancloud.AVFile
-
- getMimeType() - 类 中的方法cn.leancloud.AVFile
-
- getMimeTypeFromExtension(String) - 类 中的方法cn.leancloud.utils.DefaultMimeTypeDetector
-
- getMimeTypeFromExtension(String) - 接口 中的方法cn.leancloud.utils.FileUtil.MimeTypeDetector
-
- getMimeTypeFromFilename(String) - 类 中的静态方法cn.leancloud.utils.FileUtil
-
- getMimeTypeFromPath(String) - 类 中的方法cn.leancloud.utils.DefaultMimeTypeDetector
-
- getMimeTypeFromPath(String) - 类 中的静态方法cn.leancloud.utils.FileUtil
-
- getMimeTypeFromPath(String) - 接口 中的方法cn.leancloud.utils.FileUtil.MimeTypeDetector
-
- getMimeTypeFromUrl(String) - 类 中的方法cn.leancloud.utils.DefaultMimeTypeDetector
-
- getMimeTypeFromUrl(String) - 类 中的静态方法cn.leancloud.utils.FileUtil
-
- getMimeTypeFromUrl(String) - 接口 中的方法cn.leancloud.utils.FileUtil.MimeTypeDetector
-
- getMobilePhoneNumber() - 类 中的方法cn.leancloud.AVUser
-
get user mobilephone.
- getName() - 类 中的方法cn.leancloud.AVFile
-
- getName() - 类 中的方法cn.leancloud.AVRole
-
- getName() - 枚举 中的方法cn.leancloud.AVUser.SNS_PLATFORM
-
- getNetworkTimeout() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getNetworkTimeout() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
已过时。
- getNetworkType() - 接口 中的方法cn.leancloud.network.NetworkingDetector
-
- getNetworkType() - 类 中的方法cn.leancloud.network.SimpleNetworkingDetector
-
- getNotification() - 类 中的方法cn.leancloud.AVPush
-
return the instance of _Notification。
- getNumber(String) - 类 中的方法cn.leancloud.AVObject
-
- getObjectFrom(Collection) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getObjectFrom(Map<String, Object>) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getObjectFrom(Object) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getObjectId() - 类 中的方法cn.leancloud.AVObject
-
- getObjectId() - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- getOKHttpClient() - 类 中的方法cn.leancloud.upload.HttpClientUploader
-
- getOp() - 类 中的方法cn.leancloud.query.QueryOperation
-
- getOperation() - 类 中的方法cn.leancloud.ops.BaseOperation
-
- getOperation() - 接口 中的方法cn.leancloud.ops.ObjectFieldOperation
-
- getOrder() - 类 中的方法cn.leancloud.AVQuery
-
- getOrder() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getOutputStreamForFile(File, boolean) - 类 中的静态方法cn.leancloud.cache.PersistenceUtil
-
- getPageSize() - 类 中的方法cn.leancloud.AVStatusQuery
-
get pagination size.
- getParameters() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getParent() - 类 中的方法cn.leancloud.AVRelation
-
- getParsedList(Collection) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getParsedList(Collection, boolean) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getParsedMap(Map<String, Object>) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getParsedMap(Map<String, Object>, boolean) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getParsedObject(Object) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getParsedObject(Object, boolean) - 类 中的静态方法cn.leancloud.ops.Utils
-
- getPassword() - 类 中的方法cn.leancloud.AVUser
-
get user password.
- getPermissionsById() - 类 中的方法cn.leancloud.AVACL
-
- getPersistenceKeyZone(String, boolean) - 类 中的方法cn.leancloud.core.AppRouter
-
- getPolicy() - 类 中的方法cn.leancloud.AVQuery
-
- getProvider() - 类 中的方法cn.leancloud.AVFile
-
- getProvider() - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- getPublicReadAccess() - 类 中的方法cn.leancloud.AVACL
-
Get whether the public is allowed to read this object.
- getPublicWriteAccess() - 类 中的方法cn.leancloud.AVACL
-
Set whether the public is allowed to write this object.
- getPushClient() - 类 中的静态方法cn.leancloud.core.PaasClient
-
- getPushData() - 类 中的方法cn.leancloud.AVPush
-
get push data.
- getPushDate() - 类 中的方法cn.leancloud.AVPush
-
get push date.
- getPushQuery() - 类 中的方法cn.leancloud.AVPush
-
return push query instance.
- getPushServer() - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getPushTarget() - 类 中的方法cn.leancloud.AVPush
-
get push target.
- getQuery() - 类 中的静态方法cn.leancloud.AVInstallation
-
- getQuery(Class<T>) - 类 中的静态方法cn.leancloud.AVObject
-
- getQuery(String) - 类 中的静态方法cn.leancloud.AVQuery
-
Constructs a query.
- getQuery(Class<T>) - 类 中的静态方法cn.leancloud.AVQuery
-
Create a AVQuery with special sub-class.
- getQuery() - 类 中的方法cn.leancloud.AVRelation
-
Gets a query that can be used to query the objects in this relation.
- getQuery(Class<T>) - 类 中的方法cn.leancloud.AVRelation
-
Gets a query that can be used to query the subclass objects in this relation.
- getQuery() - 类 中的静态方法cn.leancloud.AVRole
-
- getQuery() - 类 中的静态方法cn.leancloud.AVUser
-
- getQueryResultCacheDir() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getQueryString() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- getRandomString(int) - 类 中的静态方法cn.leancloud.utils.StringUtil
-
- getReadAccess(String) - 类 中的方法cn.leancloud.AVACL
-
Get whether the given user id is *explicitly* allowed to read this object.
- getReadAccess(AVUser) - 类 中的方法cn.leancloud.AVACL
-
- getRegion() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- getRelation(String) - 类 中的方法cn.leancloud.AVObject
-
- getRequestMethod() - 类 中的方法cn.leancloud.AVObject
-
- getRequestParam() - 类 中的方法cn.leancloud.sms.AVCaptchaOption
-
- getRequestRawEndpoint() - 类 中的方法cn.leancloud.AVObject
-
- getResults() - 类 中的方法cn.leancloud.query.AVCloudQueryResult
-
- getResults() - 类 中的方法cn.leancloud.query.AVQueryResult
-
- getRoleReadAccess(String) - 类 中的方法cn.leancloud.AVACL
-
- getRoles() - 类 中的方法cn.leancloud.AVRole
-
- getRolesInBackground() - 类 中的方法cn.leancloud.AVUser
-
- getRoleWriteAccess(String) - 类 中的方法cn.leancloud.AVACL
-
- getRouter(String) - 接口 中的方法cn.leancloud.service.AppRouterService
-
- getRTMConnectionServer(String, String, int) - 接口 中的方法cn.leancloud.service.AppRouterService
-
- getRtmRouterServer() - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getSearchResult(Map<String, String>) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- getSecondary() - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- getSelectedKeys() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getServer() - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- getServerData() - 类 中的方法cn.leancloud.AVObject
-
- getServerDateInBackground() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
get current datetime from server.
- getServerHost(AVOSService) - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getServerTime() - 类 中的方法cn.leancloud.core.StorageClient
-
- getSessionToken() - 类 中的方法cn.leancloud.AVUser
-
get user session token.
- getSid() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
获取本次查询的id,注意,它不是返回结果中对象的objectId,而是表示本次AVSearchQuery查询的id
- getSimplifiedAppId() - 类 中的静态方法cn.leancloud.core.AVOSCloud
-
- getSinceId() - 类 中的方法cn.leancloud.AVStatusQuery
-
get current since messageId.
- getSize() - 类 中的方法cn.leancloud.AVFile
-
- getSkip() - 类 中的方法cn.leancloud.AVQuery
-
Accessor for the skip value.
- getSkip() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getSkip() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
返回当前返回集合的其实位置
- getSortBuilder() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
获取当前的AVSearchSortBuilder对象
- getSortFields() - 类 中的方法cn.leancloud.search.AVSearchSortBuilder
-
- getSource() - 类 中的方法cn.leancloud.AVStatus
-
获取 Status 的发送者
- getStatServer() - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getStatusWithIdInBackground(String) - 类 中的静态方法cn.leancloud.AVStatus
-
fetch status with specified objectId
- getStorageClient() - 类 中的静态方法cn.leancloud.core.PaasClient
-
- getString(String) - 类 中的方法cn.leancloud.AVObject
-
- getString(String, String, String) - 类 中的方法cn.leancloud.cache.InMemorySetting
-
- getString(String, String, String) - 接口 中的方法cn.leancloud.cache.SystemSetting
-
- getSubClassName(Class<? extends AVObject>) - 类 中的静态方法cn.leancloud.Transformer
-
- getSubOperations() - 类 中的方法cn.leancloud.ops.CompoundOperation
-
- getTargetClass() - 类 中的方法cn.leancloud.AVRelation
-
- getThumbnailUrl(boolean, int, int) - 类 中的方法cn.leancloud.AVFile
-
Returns a thumbnail image url using QiNiu endpoints.
- getThumbnailUrl(boolean, int, int, int, String) - 类 中的方法cn.leancloud.AVFile
-
- getTitleAttribute() - 类 中的方法cn.leancloud.search.AVSearchQuery
-
获取当前指定的title 对应的Field
- getToken() - 类 中的方法cn.leancloud.sms.AVCaptchaValidateResult
-
- getToken() - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- getTtl() - 类 中的方法cn.leancloud.service.AppAccessEndpoint
-
- getTtl() - 类 中的方法cn.leancloud.service.RTMConnectionServerResponse
-
- getType() - 类 中的方法cn.leancloud.types.AVDate
-
- getUpdatedAt() - 类 中的方法cn.leancloud.AVObject
-
- getUpdatedAtString() - 类 中的方法cn.leancloud.AVObject
-
- getUploadUrl() - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- getUrl() - 类 中的方法cn.leancloud.AVFile
-
- getUrl() - 类 中的方法cn.leancloud.upload.FileUploadToken
-
- getUserAgent() - 类 中的静态方法cn.leancloud.core.AppConfiguration
-
- getUsername() - 类 中的方法cn.leancloud.AVUser
-
get user name.
- getUserQuery(Class<T>) - 类 中的静态方法cn.leancloud.AVUser
-
User Query
- getUsers() - 类 中的方法cn.leancloud.AVRole
-
- getUuid() - 类 中的方法cn.leancloud.AVObject
-
- getValue() - 类 中的方法cn.leancloud.ops.BaseOperation
-
- getValue() - 接口 中的方法cn.leancloud.ops.ObjectFieldOperation
-
- getValue() - 类 中的方法cn.leancloud.query.QueryOperation
-
- getWhere() - 类 中的方法cn.leancloud.query.QueryConditions
-
- getWholeObject(String, String, String) - 类 中的方法cn.leancloud.core.StorageClient
-
- getWholeObject(String, String, String) - 接口 中的方法cn.leancloud.service.APIService
-
- getWidth() - 类 中的方法cn.leancloud.sms.AVCaptchaOption
-
- getWriteAccess(String) - 类 中的方法cn.leancloud.AVACL
-
Get whether the given user id is *explicitly* allowed to write this object.
- getWriteAccess(AVUser) - 类 中的方法cn.leancloud.AVACL
-
- gInstance - 类 中的静态变量cn.leancloud.ops.NullOperation
-
- guessExtensionFromMimeType(String) - 类 中的静态方法cn.leancloud.utils.MimeUtils
-
- guessMimeTypeFromExtension(String) - 类 中的静态方法cn.leancloud.utils.MimeUtils
-
- i(String) - 类 中的方法cn.leancloud.AVLogger
-
- i(String, Throwable) - 类 中的方法cn.leancloud.AVLogger
-
- illegalArgument(String) - 类 中的静态方法cn.leancloud.utils.ErrorUtils
-
- inboxQuery(AVUser, String) - 类 中的静态方法cn.leancloud.AVStatus
-
query statuses send to User owner and with inboxType
default query direction: from NEW to OLD.
- 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_MESSAGE_ID - 类 中的静态变量cn.leancloud.AVStatus
-
- INVALID_NESTED_KEY - 异常错误 中的静态变量cn.leancloud.AVException
-
Error code indicating that an invalid key was used in a nested JSONObject.
- INVALID_PARAMETER - 异常错误 中的静态变量cn.leancloud.AVException
-
- 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.
- INVALID_STATE - 异常错误 中的静态变量cn.leancloud.AVException
-
- invalidObjectIdException() - 类 中的静态方法cn.leancloud.utils.ErrorUtils
-
- invalidStateException() - 类 中的静态方法cn.leancloud.utils.ErrorUtils
-
- invalidStateException(String) - 类 中的静态方法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
-
- isFetchWhenSave() - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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.GeneralRequestSignature
-
- sameOp(QueryOperation) - 类 中的方法cn.leancloud.query.QueryOperation
-
- save() - 类 中的方法cn.leancloud.AVObject
-
- save() - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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
-
- saveEventually() - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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(boolean, ProgressCallback) - 类 中的方法cn.leancloud.AVFile
-
save to cloud backend.
- saveInBackground(ProgressCallback) - 类 中的方法cn.leancloud.AVFile
-
save to cloud backend.
- saveInBackground() - 类 中的方法cn.leancloud.AVFile
-
save to cloud backend.
- saveInBackground(boolean) - 类 中的方法cn.leancloud.AVFile
-
save to cloud backend.
- saveInBackground() - 类 中的方法cn.leancloud.AVObject
-
- saveInBackground(AVSaveOption) - 类 中的方法cn.leancloud.AVObject
-
- saveInBackground() - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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.
- sendPrivatelyInBackground(String) - 类 中的方法cn.leancloud.AVStatus
-
send privately message.
- sendPushRequest(Map<String, Object>) - 类 中的方法cn.leancloud.core.PushClient
-
- sendPushRequest(JSONObject) - 接口 中的方法cn.leancloud.service.PushService
-
- sendToFollowersInBackground() - 类 中的方法cn.leancloud.AVStatus
-
send status to followers.
- sendToFollowersInBackground(String) - 类 中的方法cn.leancloud.AVStatus
-
send status with inboxType to followers.
- sendToUsersInBackground(AVQuery) - 类 中的方法cn.leancloud.AVStatus
-
send to user with query.
- sendToUsersInBackground(String, AVQuery) - 类 中的方法cn.leancloud.AVStatus
-
send to user with query and inboxType.
- 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
-
- setACL(AVACL) - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- 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
-
- setDirection(AVStatusQuery.PaginationDirection) - 类 中的方法cn.leancloud.AVStatusQuery
-
set query direction.
- 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
- setFetchWhenSave(boolean) - 类 中的方法cn.leancloud.AVStatus
-
已过时。
- setFields(List<String>) - 类 中的方法cn.leancloud.search.AVSearchQuery
-
- setFlowControl(int) - 类 中的方法cn.leancloud.AVPush
-
set flow control for send speed.
- 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
-
set image url attribute.
- setInboxType(String) - 类 中的方法cn.leancloud.AVStatus
-
set inbox type.
- 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.GeneralRequestSignature
-
- setMaxCacheAge(long) - 类 中的方法cn.leancloud.AVQuery
-
Sets the maximum age of cached data that will be considered in this query.
- setMaxId(long) - 类 中的方法cn.leancloud.AVStatusQuery
-
set max messageId.
- setMessage(String) - 类 中的方法cn.leancloud.AVPush
-
Sets the message that will be shown in the notification.
- setMessage(String) - 类 中的方法cn.leancloud.AVStatus
-
set message text
- setMessageId(long) - 类 中的方法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
-
- setPageSize(int) - 类 中的方法cn.leancloud.AVStatusQuery
-
set pagination size.
- 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
-
set push target only android device.
- setPushToIOS(boolean) - 类 中的方法cn.leancloud.AVPush
-
set push target only ios device.
- setPushToWindowsPhone(boolean) - 类 中的方法cn.leancloud.AVPush
-
set push target only windows phone device.
- 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
-
- setSinceId(long) - 类 中的方法cn.leancloud.AVStatusQuery
-
set since messageId.
- 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,使用更丰富的排序选项。
- setSource(AVObject) - 类 中的方法cn.leancloud.AVStatus
-
set source of status
- 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
-
query statuses sent by User owner.
- 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
-