Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

ACCOUNT_ALREADY_LINKED - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an an account being linked is already linked to another user.
acl - Variable in class com.avos.avoscloud.AVObject
 
add(AVException) - Static method in class com.avos.avoscloud.AVExceptionHolder
 
add(String, Object) - Method in class com.avos.avoscloud.AVObject
Atomically adds an object to the end of the array associated with a given key.
add(T) - Method in class com.avos.avoscloud.AVRelation
Adds an object to this relation.
add(String, Object) - Method in class com.avos.avoscloud.AVStatus
Deprecated. 
addAll(String, Collection<?>) - Method in class com.avos.avoscloud.AVObject
Atomically adds the objects contained in a Collection to the end of the array associated with a given key.
addAll(Collection<T>) - Method in class com.avos.avoscloud.AVRelation
Adds many parse objects to this relation.
addAll(String, Collection<?>) - Method in class com.avos.avoscloud.AVStatus
Deprecated. 
addAllUnique(String, Collection<?>) - Method in class com.avos.avoscloud.AVObject
Atomically adds the objects contained in a Collection to the array associated with a given key, only adding elements which are not already present in the array.
addAllUnique(String, Collection<?>) - Method in class com.avos.avoscloud.AVStatus
Deprecated. 
addAndItems(QueryConditions) - Method in class com.avos.avoscloud.QueryConditions
 
addAscendingOrder(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Also sorts the results in ascending order by the given key.
addAscendingOrder(String) - Method in class com.avos.avoscloud.AVQuery
Also sorts the results in ascending order by the given key.
addAscendingOrder(String) - Method in class com.avos.avoscloud.QueryConditions
 
addDescendingOrder(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Also sorts the results in descending order by the given key.
addDescendingOrder(String) - Method in class com.avos.avoscloud.AVQuery
Also sorts the results in descending order by the given key.
addDescendingOrder(String) - Method in class com.avos.avoscloud.QueryConditions
 
addFirst(AVOp) - Method in class com.avos.avoscloud.ops.CompoundOp
 
addLast(AVOp) - Method in class com.avos.avoscloud.ops.CompoundOp
 
addMetaData(String, Object) - Method in class com.avos.avoscloud.AVFile
Added meta data to file.
AddOp - Class in com.avos.avoscloud.ops
 
AddOp() - Constructor for class com.avos.avoscloud.ops.AddOp
 
AddOp(String, AVOp.OpType) - Constructor for class com.avos.avoscloud.ops.AddOp
 
AddOp(String, Object...) - Constructor for class com.avos.avoscloud.ops.AddOp
 
addOrItems(QueryOperation) - Method in class com.avos.avoscloud.QueryConditions
 
addPendingOperation(List, SaveCallback) - Method in class com.avos.avoscloud.AVOperationQueue
 
addQueryParams(String, Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
AddRelationOp - Class in com.avos.avoscloud.ops
 
AddRelationOp() - Constructor for class com.avos.avoscloud.ops.AddRelationOp
 
AddRelationOp(String, AVObject...) - Constructor for class com.avos.avoscloud.ops.AddRelationOp
 
addSnapshotOperation(List, SaveCallback) - Method in class com.avos.avoscloud.AVOperationQueue
 
addUnique(String, Object) - Method in class com.avos.avoscloud.AVObject
Atomically adds an object to the array associated with a given key, only if it is not already present in the array.
addUnique(String, Object) - Method in class com.avos.avoscloud.AVStatus
Deprecated. 
AddUniqueOp - Class in com.avos.avoscloud.ops
 
AddUniqueOp() - Constructor for class com.avos.avoscloud.ops.AddUniqueOp
 
AddUniqueOp(String, Object...) - Constructor for class com.avos.avoscloud.ops.AddUniqueOp
 
addWhereItem(String, String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
 
addWhereItem(String, String, Object) - Method in class com.avos.avoscloud.AVQuery
 
addWhereItem(QueryOperation) - Method in class com.avos.avoscloud.QueryConditions
 
addWhereItem(String, String, Object) - Method in class com.avos.avoscloud.QueryConditions
 
AES - Class in com.avos.avoscloud.signature
 
AES() - Constructor for class com.avos.avoscloud.signature.AES
 
afterSuccess() - Method in class com.avos.avoscloud.internal.impl.DefaultClientConfiguration
 
afterSuccess() - Method in class com.avos.avoscloud.internal.InternalClientConfiguration
 
ALLOW_2_SLASHES - Static variable in class com.avos.avoscloud.utils.UrlValidator
Allow two slashes in the path component of the URL.
ALLOW_ALL_SCHEMES - Static variable in class com.avos.avoscloud.utils.UrlValidator
Allows all validly formatted schemes to pass validation instead of supplying a set of valid schemes.
ALLOW_LOCAL_URLS - Static variable in class com.avos.avoscloud.utils.UrlValidator
Allow local URLs, such as http://localhost/ or http://machine/ .
alwaysSaveAllKeyValues() - Method in class com.avos.avoscloud.AVObject
 
alwaysUsePost() - Method in class com.avos.avoscloud.AVObject
 
alwaysUseSubUserClass(Class<? extends AVUser>) - Static method in class com.avos.avoscloud.AVUser
通过设置此方法,所有关联对象中的AVUser对象都会被强转成注册的AVUser子类对象
amount - Variable in class com.avos.avoscloud.ops.IncrementOp
 
and(List<AVQuery<T>>) - Static method in class com.avos.avoscloud.AVQuery
 
AND_OP - Static variable in class com.avos.avoscloud.QueryOperation
 
AppConfiguration - Class in com.avos.avoscloud.internal
 
AppConfiguration() - Constructor for class com.avos.avoscloud.internal.AppConfiguration
 
AppConfiguration.StorageType - Enum in com.avos.avoscloud.internal
 
apply(Object) - Method in class com.avos.avoscloud.ops.AddRelationOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.AddUniqueOp
 
apply(Object) - Method in interface com.avos.avoscloud.ops.AVOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.BaseOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.CollectionAddOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.CompoundOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.DeleteOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.IncrementOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.NullOP
 
apply(Object) - Method in class com.avos.avoscloud.ops.RemoveOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.RemoveRelationOp
 
apply(Object) - Method in class com.avos.avoscloud.ops.SetOp
 
AppRouterManager - Class in com.avos.avoscloud
Created by wli on 16/5/6.
appRouterManager - Static variable in class com.avos.avoscloud.AppRouterManager
 
assembleParameters() - Method in class com.avos.avoscloud.AVQuery
 
assembleParameters() - Method in class com.avos.avoscloud.AVStatusQuery
 
assembleParameters() - Method in class com.avos.avoscloud.QueryConditions
 
assertKeyEquals(AVOp) - Method in class com.avos.avoscloud.ops.BaseOp
 
associateWithAuthData(AVUser, AVUser.AVThirdPartyUserAuth, SaveCallback) - Static method in class com.avos.avoscloud.AVUser
将现存的AVUser与从SNS平台获取的userInfo关联起来。
asTopObject(boolean) - Method in class com.avos.avoscloud.AVUtils.ObjectParser
 
AsyncHttpResponseHandler - Class in com.avos.avoscloud
Created by lbt05 on 9/17/15.
AsyncHttpResponseHandler(GenericObjectCallback) - Constructor for class com.avos.avoscloud.AsyncHttpResponseHandler
 
AsyncHttpResponseHandler() - Constructor for class com.avos.avoscloud.AsyncHttpResponseHandler
 
AV_MIXPUSH_MI_NOTIFICATION_ACTION - Static variable in class com.avos.avoscloud.AVConstants
 
AV_PUSH_SERVICE_ACTION_MESSAGE - Static variable in class com.avos.avoscloud.AVConstants
 
AV_PUSH_SERVICE_APPLICATION_ID - Static variable in class com.avos.avoscloud.AVConstants
 
AV_PUSH_SERVICE_DEFAULT_CALLBACK - Static variable in class com.avos.avoscloud.AVConstants
 
AV_PUSH_SERVICE_NOTIFICATION_MSG - Static variable in class com.avos.avoscloud.AVConstants
 
AV_PUSH_SERVICE_SETTINGS_KEY - Static variable in class com.avos.avoscloud.AVConstants
 
AVACL - Class in com.avos.avoscloud
A AVACL is used to control which users can access or modify a particular object.
AVACL() - Constructor for class com.avos.avoscloud.AVACL
Creates an ACL with no permissions granted.
AVACL(AVUser) - Constructor for class com.avos.avoscloud.AVACL
Creates an ACL where only the provided user has access.
AVAnonymousUtils - Class in com.avos.avoscloud
Provides utility functions for working with Anonymously logged-in users.
AVAnonymousUtils() - Constructor for class com.avos.avoscloud.AVAnonymousUtils
 
AVCallback<T> - Class in com.avos.avoscloud
User: summer Date: 13-4-11 Time: PM3:46
AVCallback() - Constructor for class com.avos.avoscloud.AVCallback
 
AVClassName - Annotation Type in com.avos.avoscloud
 
AVCloud - Class in com.avos.avoscloud
The AVCloud class defines provides methods for interacting with AVOSCloud Cloud Functions.
AVCloud() - Constructor for class com.avos.avoscloud.AVCloud
 
AVCloudQueryResult - Class in com.avos.avoscloud
CloudQuery的返回值 包含符合CloudQuery的一组对象 和 符合query的对象数(在指定了count查询的时候 比如:"select count(*) from _User")
AVCloudQueryResult() - Constructor for class com.avos.avoscloud.AVCloudQueryResult
 
AVConstants - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVConstants() - Constructor for class com.avos.avoscloud.AVConstants
 
AVDeleteOption - Class in com.avos.avoscloud
AVDeleteOption is a option value for AVObject delete operation
AVDeleteOption() - Constructor for class com.avos.avoscloud.AVDeleteOption
 
AVErrorUtils - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVErrorUtils() - Constructor for class com.avos.avoscloud.AVErrorUtils
 
AVException - Exception in com.avos.avoscloud
A AVException gets raised whenever a AVObject issues an invalid request, such as deleting or editing an object that no longer exists on the server, or when there is a network failure preventing communication with the AVOSCloud server.
AVException(int, String) - Constructor for exception com.avos.avoscloud.AVException
Construct a new AVException with a particular error code.
AVException(String, Throwable) - Constructor for exception com.avos.avoscloud.AVException
Construct a new AVException with an external cause.
AVException(Throwable) - Constructor for exception com.avos.avoscloud.AVException
Construct a new AVException with an external cause.
AVExceptionHolder - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVExceptionHolder() - Constructor for class com.avos.avoscloud.AVExceptionHolder
 
AVFile - Class in com.avos.avoscloud
AVFile is a local representation of a file that is saved to the AVOSCloud cloud.
AVFile() - Constructor for class com.avos.avoscloud.AVFile
 
AVFile(byte[]) - Constructor for class com.avos.avoscloud.AVFile
Deprecated.
AVFile(String, String, Map<String, Object>) - Constructor for class com.avos.avoscloud.AVFile
创建一个基于网络文件的AVFile对象
AVFile(String, byte[]) - Constructor for class com.avos.avoscloud.AVFile
Creates a new file from a byte array and a name.
AVFile(String, String) - Constructor for class com.avos.avoscloud.AVFile
 
AVFollowResponse - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVFollowResponse() - Constructor for class com.avos.avoscloud.AVFollowResponse
 
AVFriendship<T extends AVUser> - Class in com.avos.avoscloud
用户好友关系,同时包含用户的粉丝和用户的关注
AVFriendship() - Constructor for class com.avos.avoscloud.AVFriendship
 
AVFriendshipCallback - Class in com.avos.avoscloud.callback
AVFriendshipQuery的getInBackground中得回调类
AVFriendshipCallback() - Constructor for class com.avos.avoscloud.callback.AVFriendshipCallback
 
AVFriendshipQuery<T extends AVUser> - Class in com.avos.avoscloud
用于查询用户的好友关系的Query对象,同时包含用户的粉丝和用户的关注
AVGeoPoint - Class in com.avos.avoscloud
AVGeoPoint represents a latitude / longitude point that may be associated with a key in a AVObject or used as a reference point for geo queries.
AVGeoPoint() - Constructor for class com.avos.avoscloud.AVGeoPoint
Creates a new default point with latitude and longitude set to 0.0.
AVGeoPoint(double, double) - Constructor for class com.avos.avoscloud.AVGeoPoint
Creates a new point with the specified latitude and longitude.
AVHttpClient() - Constructor for class com.avos.avoscloud.PaasClient.AVHttpClient
 
avlog() - Constructor for class com.avos.avoscloud.LogUtil.avlog
 
AVMobilePhoneVerifyCallback - Class in com.avos.avoscloud
 
AVMobilePhoneVerifyCallback() - Constructor for class com.avos.avoscloud.AVMobilePhoneVerifyCallback
 
AVObject - Class in com.avos.avoscloud
The AVObject is a local representation of data that can be saved and retrieved from the AVOSCloud cloud.
AVObject() - Constructor for class com.avos.avoscloud.AVObject
 
AVObject(String) - Constructor for class com.avos.avoscloud.AVObject
Constructs a new AVObject with no data in it.
AVObject(Parcel) - Constructor for class com.avos.avoscloud.AVObject
 
AVObject.AVObjectCreator - Class in com.avos.avoscloud
 
AVObject.Hook - Enum in com.avos.avoscloud
 
AVObjectReferenceCount - Class in com.avos.avoscloud
 
AVObjectReferenceCount(AVObject) - Constructor for class com.avos.avoscloud.AVObjectReferenceCount
 
AVOp - Interface in com.avos.avoscloud.ops
A avoscloud operation
AVOp.OpType - Enum in com.avos.avoscloud.ops
 
AVOperation - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVOperation() - Constructor for class com.avos.avoscloud.AVOperation
 
AVOperationQueue - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVOperationQueue() - Constructor for class com.avos.avoscloud.AVOperationQueue
 
AVOSServices - Enum in com.avos.avoscloud
 
AVPowerfulUtils - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVPowerfulUtils() - Constructor for class com.avos.avoscloud.AVPowerfulUtils
 
AVQuery<T extends AVObject> - Class in com.avos.avoscloud
The AVQuery class defines a query that is used to fetch AVObjects.
AVQuery(String) - Constructor for class com.avos.avoscloud.AVQuery
Constructs a query.
AVQuery.CachePolicy - Enum in com.avos.avoscloud
 
AVRelation<T extends AVObject> - Class in com.avos.avoscloud
A class that is used to access all of the children of a many-to-many relationship.
AVRelation() - Constructor for class com.avos.avoscloud.AVRelation
 
AVRequestParams - Class in com.avos.avoscloud
Created by lbt05 on 9/17/15.
AVRequestParams() - Constructor for class com.avos.avoscloud.AVRequestParams
 
AVRequestParams(Map<String, String>) - Constructor for class com.avos.avoscloud.AVRequestParams
 
AVResponse - Class in com.avos.avoscloud
 
AVResponse() - Constructor for class com.avos.avoscloud.AVResponse
 
AVResponseArray - Class in com.avos.avoscloud
 
AVResponseArray() - Constructor for class com.avos.avoscloud.AVResponseArray
 
AVRole - Class in com.avos.avoscloud
Represents a Role on the AVOSCloud server.
AVRole() - Constructor for class com.avos.avoscloud.AVRole
 
AVRole(String) - Constructor for class com.avos.avoscloud.AVRole
Constructs a new AVRole with the given name.
AVRole(String, AVACL) - Constructor for class com.avos.avoscloud.AVRole
Constructs a new AVRole with the given name.
AVRuntimeException - Exception in com.avos.avoscloud
AVOSCloud runtime exception.
AVRuntimeException() - Constructor for exception com.avos.avoscloud.AVRuntimeException
 
AVRuntimeException(String, Throwable) - Constructor for exception com.avos.avoscloud.AVRuntimeException
 
AVRuntimeException(String) - Constructor for exception com.avos.avoscloud.AVRuntimeException
 
AVRuntimeException(Throwable) - Constructor for exception com.avos.avoscloud.AVRuntimeException
 
AVSaveOption - Class in com.avos.avoscloud
Created by lbt05 on 1/15/16.
AVSaveOption() - Constructor for class com.avos.avoscloud.AVSaveOption
 
AVSEARCH_APP_URL - Static variable in class com.avos.avoscloud.AVConstants
 
AVSEARCH_DEEP_LINK - Static variable in class com.avos.avoscloud.AVConstants
 
AVSEARCH_HIGHTLIGHT - Static variable in class com.avos.avoscloud.AVConstants
 
AVServerDateCallback - Class in com.avos.avoscloud.callback
Created by lbt05 on 8/7/15.
AVServerDateCallback() - Constructor for class com.avos.avoscloud.callback.AVServerDateCallback
 
AVStatus - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
AVStatus() - Constructor for class com.avos.avoscloud.AVStatus
 
AVStatus(Parcel) - Constructor for class com.avos.avoscloud.AVStatus
 
AVStatus.INBOX_TYPE - Enum in com.avos.avoscloud
 
AVStatusQuery - Class in com.avos.avoscloud
 
AVStatusQuery() - Constructor for class com.avos.avoscloud.AVStatusQuery
 
AVThirdPartyUserAuth(String, String, String, String) - Constructor for class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
AVUser - Class in com.avos.avoscloud
 
AVUser() - Constructor for class com.avos.avoscloud.AVUser
Constructs a new AVUser with no data in it.
AVUser(Parcel) - Constructor for class com.avos.avoscloud.AVUser
 
AVUser.AVThirdPartyUserAuth - Class in com.avos.avoscloud
 
AVUtils - Class in com.avos.avoscloud
 
AVUtils() - Constructor for class com.avos.avoscloud.AVUtils
 
AVUtils.ObjectParser - Class in com.avos.avoscloud
 

B

Base64 - Class in com.avos.avoscloud.utils
 
Base64Decoder - Class in com.avos.avoscloud.signature
A class to decode Base64 streams and strings.
Base64Decoder(InputStream) - Constructor for class com.avos.avoscloud.signature.Base64Decoder
Constructs a new Base64 decoder that reads input from the given InputStream.
Base64Encode(String) - Static method in class com.avos.avoscloud.AVUtils
 
Base64Encoder - Class in com.avos.avoscloud.signature
A class to encode Base64 streams and strings.
Base64Encoder(OutputStream) - Constructor for class com.avos.avoscloud.signature.Base64Encoder
Constructs a new Base64 encoder that writes output to the given OutputStream.
BaseOp - Class in com.avos.avoscloud.ops
 
BaseOp() - Constructor for class com.avos.avoscloud.ops.BaseOp
 
BaseOp(String, AVOp.OpType) - Constructor for class com.avos.avoscloud.ops.BaseOp
 
becomeWithSessionToken(String) - Static method in class com.avos.avoscloud.AVUser
Logs in a user with a session token.
becomeWithSessionToken(String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
Logs in a user with a session token.
becomeWithSessionTokenInBackground(String, LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVUser
Logs in a user with a session token.
becomeWithSessionTokenInBackground(String, LogInCallback<T>, Class<T>) - Static method in class com.avos.avoscloud.AVUser
Logs in a user with a session token.
build() - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
buildBatchParameterForNonSavedObject(List<AVObject>, List) - Method in class com.avos.avoscloud.AVObject
 
Builder() - Constructor for class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
buildUrl(String) - Method in class com.avos.avoscloud.PaasClient
 
buildUrl(String, AVRequestParams) - Method in class com.avos.avoscloud.PaasClient
 

C

CACHE_MISS - Static variable in exception com.avos.avoscloud.AVException
Error code indicating the result was not found in the cache.
cacheMissingErrorString - Static variable in exception com.avos.avoscloud.AVException
 
callback - Variable in class com.avos.avoscloud.AsyncHttpResponseHandler
 
callCallback(AVCallback, Object, AVException) - Static method in class com.avos.avoscloud.AVUtils
 
callFunction(String, Map<String, ?>) - Static method in class com.avos.avoscloud.AVCloud
Calls a cloud function.
callFunctionInBackground(String, Map<String, ?>, FunctionCallback<T>) - Static method in class com.avos.avoscloud.AVCloud
Calls a cloud function in the background.
cancel() - Method in class com.avos.avoscloud.AVFile
Cancels the current network request and callbacks whether it's uploading or fetching data from the server.
cancel() - Method in class com.avos.avoscloud.AVQuery
Cancels the current network request (if one is running).
cancel(boolean) - Method in class com.avos.avoscloud.HttpClientUploader
 
cancel(boolean) - Method in interface com.avos.avoscloud.internal.InternalFileDownloader
 
cancel(boolean) - Method in interface com.avos.avoscloud.Uploader
 
cast(AVObject, Class<T>) - Static method in class com.avos.avoscloud.AVObject
 
cast(AVUser, Class<T>) - Static method in class com.avos.avoscloud.AVUser
 
cast(Class<T>) - Method in interface com.avos.avoscloud.ops.AVOp
 
cast(Class<T>) - Method in class com.avos.avoscloud.ops.BaseOp
 
cast(Class<T>) - Method in class com.avos.avoscloud.ops.NullOP
 
changeCurrentUser(AVUser, boolean) - Static method in class com.avos.avoscloud.AVUser
 
checkAndSetValue(Class<?>, Object, String, Object) - Static method in class com.avos.avoscloud.AVUtils
 
checkClassName(String) - Static method in class com.avos.avoscloud.AVUtils
 
checkEmailAddress(String) - Static method in class com.avos.avoscloud.AVUtils
 
checkMobilePhoneNumber(String) - Static method in class com.avos.avoscloud.AVUtils
 
checkMobileVerifyCode(String) - Static method in class com.avos.avoscloud.AVUtils
 
checkResponseType(int, String, String, GenericObjectCallback) - Static method in class com.avos.avoscloud.AVUtils
 
CIRCLE_REFERENCE - Static variable in class com.avos.avoscloud.AVErrorUtils
 
className - Variable in class com.avos.avoscloud.AVResponse
 
className - Static variable in class com.avos.avoscloud.AVRole
 
classNameTag - Static variable in class com.avos.avoscloud.AVUtils
 
cleanAll() - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
cleanAll() - Method in interface com.avos.avoscloud.internal.InternalCache
 
cleanAVFileCache(int) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
cleanAVFileCache(int) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
cleanCache(int) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
cleanCache(int) - Method in interface com.avos.avoscloud.internal.InternalCache
 
clearAllCachedResults() - Static method in class com.avos.avoscloud.AVQuery
Clears the cached result for all queries.
clearCachedResult() - Method in class com.avos.avoscloud.AVQuery
Removes the previously cached result for this query, forcing the next find() to hit the network.
clearLastModifyCache() - Static method in class com.avos.avoscloud.PaasClient
 
clearMetaData() - Method in class com.avos.avoscloud.AVFile
Clear file metadata.
clearOperationWithSequence(int) - Method in class com.avos.avoscloud.AVOperationQueue
 
clientInstance() - Method in class com.avos.avoscloud.PaasClient
 
close() - Method in class com.avos.avoscloud.signature.Base64Encoder
Closes the stream, this MUST be called to ensure proper padding is written to the end of the output stream.
closeQuietly(Closeable) - Static method in class com.avos.avoscloud.AVUtils
 
cloudInstance() - Static method in class com.avos.avoscloud.PaasClient
 
CloudQueryCallback<T extends AVCloudQueryResult> - Class in com.avos.avoscloud
CloudQueryCallback 是通过AVQuery直接调用cloudQuery查询之后被调用的回调函数
CloudQueryCallback() - Constructor for class com.avos.avoscloud.CloudQueryCallback
 
Cname - Static variable in class com.avos.avoscloud.LogUtil.log
 
code - Variable in exception com.avos.avoscloud.AVException
 
CollectionAddOp - Class in com.avos.avoscloud.ops
Created by lbt05 on 5/28/15.
CollectionAddOp() - Constructor for class com.avos.avoscloud.ops.CollectionAddOp
 
CollectionAddOp(String, AVOp.OpType) - Constructor for class com.avos.avoscloud.ops.CollectionAddOp
 
collectionNonNullCount(Collection) - Static method in class com.avos.avoscloud.AVUtils
 
CollectionOp - Class in com.avos.avoscloud.ops
Created by lbt05 on 5/28/15.
CollectionOp() - Constructor for class com.avos.avoscloud.ops.CollectionOp
 
CollectionOp(String, AVOp.OpType) - Constructor for class com.avos.avoscloud.ops.CollectionOp
 
com.avos.avoscloud - package com.avos.avoscloud
 
com.avos.avoscloud.callback - package com.avos.avoscloud.callback
 
com.avos.avoscloud.internal - package com.avos.avoscloud.internal
 
com.avos.avoscloud.internal.impl - package com.avos.avoscloud.internal.impl
 
com.avos.avoscloud.ops - package com.avos.avoscloud.ops
 
com.avos.avoscloud.signature - package com.avos.avoscloud.signature
 
com.avos.avoscloud.utils - package com.avos.avoscloud.utils
 
COMMAND_UNAVAILABLE - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the feature you tried to access is only available internally for testing purposes.
compareNumberString(String, String) - Static method in class com.avos.avoscloud.AVUtils
 
compileWhereOperationMap() - Method in class com.avos.avoscloud.QueryConditions
 
CompoundOp - Class in com.avos.avoscloud.ops
 
CompoundOp() - Constructor for class com.avos.avoscloud.ops.CompoundOp
 
CompoundOp(String, AVOp...) - Constructor for class com.avos.avoscloud.ops.CompoundOp
 
computeMD5(byte[]) - Static method in class com.avos.avoscloud.AVUtils
 
configureService(String, String) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
CONNECTION_FAILED - Static variable in exception com.avos.avoscloud.AVException
Error code indicating the connection to the AVOSCloud servers failed.
contains(Map<String, Object>, String) - Static method in class com.avos.avoscloud.AVUtils
 
containsKey(String) - Method in class com.avos.avoscloud.AVObject
Whether this object has a particular key.
containsKey(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated. 
convertCloudResponse(String) - Static method in class com.avos.avoscloud.AVCloud
 
copyFromJson(String) - Method in class com.avos.avoscloud.AVObject
 
copyFromMap(Map) - Method in class com.avos.avoscloud.AVObject
 
copyPropertiesFromJsonStringToAVObject(String, AVObject) - Static method in class com.avos.avoscloud.AVUtils
 
copyPropertiesFromMapToAVObject(Map<String, Object>, AVObject) - Static method in class com.avos.avoscloud.AVUtils
 
copyPropertiesFromMapToObject(Map<String, Object>, Object) - Static method in class com.avos.avoscloud.AVUtils
 
count() - Method in class com.avos.avoscloud.AVQuery
Counts the number of objects that match this query.
count(boolean) - Method in class com.avos.avoscloud.AVQuery
 
count - Variable in class com.avos.avoscloud.AVResponse
 
CountCallback - Class in com.avos.avoscloud
A CountCallback is used to run code after a AVQuery is used to count objects matching a query in a background thread.
CountCallback() - Constructor for class com.avos.avoscloud.CountCallback
 
countInBackground(CountCallback) - Method in class com.avos.avoscloud.AVQuery
Counts the number of objects that match this query in a background thread.
countToken(String, String) - Method in class com.avos.avoscloud.utils.UrlValidator
Returns the number of times the token appears in the target.
create(String) - Static method in class com.avos.avoscloud.AVObject
Creates a new AVObject based upon a class name.
createArrayOpMap(String, String, Collection<?>) - Static method in class com.avos.avoscloud.AVUtils
 
CREATED_AT - Static variable in class com.avos.avoscloud.AVObject
 
createdAt - Variable in class com.avos.avoscloud.AVObject
 
createdAt - Variable in class com.avos.avoscloud.AVResponse
 
createDeleteOpMap(String) - Static method in class com.avos.avoscloud.AVUtils
 
createException(String) - Static method in class com.avos.avoscloud.AVErrorUtils
 
createException(Throwable, String) - Static method in class com.avos.avoscloud.AVErrorUtils
 
createException(int, String) - Static method in class com.avos.avoscloud.AVErrorUtils
 
createExceptions(String) - Static method in class com.avos.avoscloud.AVErrorUtils
 
createFromParcel(Parcel) - Method in class com.avos.avoscloud.AVObject.AVObjectCreator
 
createMap(String, Object) - Static method in class com.avos.avoscloud.AVUtils
 
createPointerArrayOpMap(String, String, Collection<AVObject>) - Static method in class com.avos.avoscloud.AVUtils
 
createSettings(String, String, String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
createStatus(String, String) - Static method in class com.avos.avoscloud.AVStatus
 
createStatusWithData(Map<String, Object>) - Static method in class com.avos.avoscloud.AVStatus
 
createStringObjectMap(String, Object) - Static method in class com.avos.avoscloud.AVUtils
 
createWithoutData(String, String) - Static method in class com.avos.avoscloud.AVObject
Creates a reference to an existing AVObject for use in creating associations between AVObjects.
createWithoutData(Class<T>, String) - Static method in class com.avos.avoscloud.AVObject
Creates a reference to an existing AVObject subclass instance for use in creating associations between AVObjects.
CREATOR - Static variable in class com.avos.avoscloud.AVObject
 
CREATOR - Static variable in class com.avos.avoscloud.AVStatus
 
CRLF - Static variable in class com.avos.avoscloud.utils.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.

D

d(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
d(String, String, Throwable) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
d(String, String) - Method in class com.avos.avoscloud.internal.InternalLogger
 
d(String, String, Throwable) - Method in class com.avos.avoscloud.internal.InternalLogger
 
d(String) - Static method in class com.avos.avoscloud.LogUtil.avlog
 
d(String) - Static method in class com.avos.avoscloud.LogUtil.log
 
d(Map<String, Object>) - Static method in class com.avos.avoscloud.LogUtil.log
 
d(int) - Static method in class com.avos.avoscloud.LogUtil.log
 
d(float) - Static method in class com.avos.avoscloud.LogUtil.log
 
d(double) - Static method in class com.avos.avoscloud.LogUtil.log
 
d() - Static method in class com.avos.avoscloud.LogUtil.log
 
d(String, String) - Static method in class com.avos.avoscloud.LogUtil.log
 
d(String, Exception) - Static method in class com.avos.avoscloud.LogUtil.log
 
dataFromMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
dateFromMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
dateFromString(String) - Static method in class com.avos.avoscloud.AVUtils
 
decode(String) - Static method in class com.avos.avoscloud.signature.Base64Decoder
Returns the decoded form of the given encoded string, as a String.
decode(String, int) - Static method in class com.avos.avoscloud.utils.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class com.avos.avoscloud.utils.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class com.avos.avoscloud.utils.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decodeToBytes(String) - Static method in class com.avos.avoscloud.signature.Base64Decoder
Returns the decoded form of the given encoded string, as bytes.
decrypt(String) - Method in class com.avos.avoscloud.signature.AES
 
DEFAULT - Static variable in class com.avos.avoscloud.utils.Base64
Default values for encoder/decoder flags.
DEFAULT_FAIL_STRING - Static variable in class com.avos.avoscloud.PaasClient
 
DEFAULT_NETWORK_TIMEOUT - Static variable in class com.avos.avoscloud.internal.InternalClientConfiguration
 
DEFAULT_US_API_SERVER - Static variable in class com.avos.avoscloud.AppRouterManager
 
DefaultAppConfiguration - Class in com.avos.avoscloud.internal.impl
 
DefaultClientConfiguration - Class in com.avos.avoscloud.internal.impl
 
defaultContentType - Static variable in class com.avos.avoscloud.PaasClient
 
defaultFileKeyLength - Static variable in class com.avos.avoscloud.AVUtils
 
DefaultInternalCacheImpementation - Class in com.avos.avoscloud.internal.impl
 
DefaultInternalCallback - Class in com.avos.avoscloud.internal.impl
 
DefaultInternalCallback() - Constructor for class com.avos.avoscloud.internal.impl.DefaultInternalCallback
 
DefaultInternalRequestSign - Class in com.avos.avoscloud.internal.impl
 
delete() - Method in class com.avos.avoscloud.AVFile
 
delete() - Method in class com.avos.avoscloud.AVObject
Deletes this object on the server.
delete(AVDeleteOption) - Method in class com.avos.avoscloud.AVObject
Deletes this object on the server.
delete() - Method in class com.avos.avoscloud.AVStatus
 
delete(String) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
delete(String) - Method in interface com.avos.avoscloud.internal.InternalCache
 
deleteAll(Collection<? extends AVObject>) - Static method in class com.avos.avoscloud.AVObject
Delete AVObject in batch.The objects class name must be the same.
deleteAll() - Method in class com.avos.avoscloud.AVQuery
Delete all objects that are retrieved by this query.
deleteAllInBackground(Collection<? extends AVObject>, DeleteCallback) - Static method in class com.avos.avoscloud.AVObject
Delete AVObject in batch with callback in background.The objects class name must be the same.
deleteAllInBackground(DeleteCallback) - Method in class com.avos.avoscloud.AVQuery
Delete all objects that are retrieved by this query in background.
DeleteCallback - Class in com.avos.avoscloud
A DeleteCallback is used to run code after saving a AVObject in a background thread.
DeleteCallback() - Constructor for class com.avos.avoscloud.DeleteCallback
 
deleteEventually() - Method in class com.avos.avoscloud.AVFile
 
deleteEventually(DeleteCallback) - Method in class com.avos.avoscloud.AVFile
 
deleteEventually() - Method in class com.avos.avoscloud.AVObject
Deletes this object from the server at some unspecified time in the future, even if AVOSCloud is currently inaccessible.
deleteEventually(DeleteCallback) - Method in class com.avos.avoscloud.AVObject
Deletes this object from the server at some unspecified time in the future, even if AVOSCloud is currently inaccessible.
deleteEventually(DeleteCallback) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
deleteEventually() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
deleteFile(File) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
deleteFile(File) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
deleteInBackground() - Method in class com.avos.avoscloud.AVFile
 
deleteInBackground(DeleteCallback) - Method in class com.avos.avoscloud.AVFile
 
deleteInBackground() - Method in class com.avos.avoscloud.AVObject
Deletes this object on the server in a background thread.
deleteInBackground(AVDeleteOption) - Method in class com.avos.avoscloud.AVObject
Deletes this object on the server in a background thread.
deleteInBackground(AVDeleteOption, DeleteCallback) - Method in class com.avos.avoscloud.AVObject
Deletes this object on the server in a background thread.
deleteInBackground(DeleteCallback) - Method in class com.avos.avoscloud.AVObject
Deletes this object on the server in a background thread.
deleteInBackground() - Method in class com.avos.avoscloud.AVStatus
 
deleteInBackground(DeleteCallback) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
deleteInboxStatus(long, String, AVUser) - Static method in class com.avos.avoscloud.AVStatus
删除收件箱消息
deleteInboxStatusInBackground(long, String, AVUser, DeleteCallback) - Static method in class com.avos.avoscloud.AVStatus
删除收件箱消息
deleteObject(String, boolean, GenericObjectCallback, String, String) - Method in class com.avos.avoscloud.PaasClient
 
deleteObject(String, Map<String, Object>, boolean, boolean, GenericObjectCallback, String, String) - Method in class com.avos.avoscloud.PaasClient
 
DeleteOp - Class in com.avos.avoscloud.ops
A delete op
DeleteOp() - Constructor for class com.avos.avoscloud.ops.DeleteOp
 
DeleteOp(String) - Constructor for class com.avos.avoscloud.ops.DeleteOp
 
deleteStatusInBackground(DeleteCallback) - Method in class com.avos.avoscloud.AVStatus
删除当前的状态
deleteStatusWithID(String) - Static method in class com.avos.avoscloud.AVStatus
 
deleteStatusWithIDInBackgroud(String, DeleteCallback) - Static method in class com.avos.avoscloud.AVStatus
删除当前用户发布的某条状态
desc() - Method in class com.avos.avoscloud.AVObjectReferenceCount
 
describeContents() - Method in class com.avos.avoscloud.AVObject
 
describeContents() - Method in class com.avos.avoscloud.AVStatus
 
disableAfterHook() - Method in class com.avos.avoscloud.AVObject
 
disableAutomaticUser() - Static method in class com.avos.avoscloud.AVUser
 
disableBeforeHook() - Method in class com.avos.avoscloud.AVObject
 
dissociateAuthData(AVUser, String, SaveCallback) - Static method in class com.avos.avoscloud.AVUser
 
distanceInKilometersTo(AVGeoPoint) - Method in class com.avos.avoscloud.AVGeoPoint
Get distance between this point and another geopoint in kilometers.
distanceInMilesTo(AVGeoPoint) - Method in class com.avos.avoscloud.AVGeoPoint
Get distance between this point and another geopoint in miles.
distanceInRadiansTo(AVGeoPoint) - Method in class com.avos.avoscloud.AVGeoPoint
Get distance in radians between this point and another GeoPoint.
DNSAmendNetwork - Class in com.avos.avoscloud
Created by lbt05 on 9/14/15.
doCloudQuery(String, Object...) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象
doCloudQuery(String, Class<? extends AVObject>, Object...) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象
doCloudQuery(String) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象 请在异步线程中调用此方法,在UI线程中,请调用doCloudQueryInBackground方法
doCloudQuery(String, Class<? extends AVObject>) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象 请在异步线程中调用此方法,在UI线程中,请调用doCloudQueryInBackground方法
doCloudQueryInBackground(String, CloudQueryCallback<AVCloudQueryResult>, Object...) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象
doCloudQueryInBackground(String, CloudQueryCallback<AVCloudQueryResult>, Class<? extends AVObject>, Object...) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象
doCloudQueryInBackground(String, CloudQueryCallback<AVCloudQueryResult>) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象
doCloudQueryInBackground(String, CloudQueryCallback<AVCloudQueryResult>, Class<? extends AVObject>) - Static method in class com.avos.avoscloud.AVQuery
通过cql查询对象
done(AVException) - Method in class com.avos.avoscloud.AVMobilePhoneVerifyCallback
 
done(AVFriendship, AVException) - Method in class com.avos.avoscloud.callback.AVFriendshipCallback
 
done(Date, AVException) - Method in class com.avos.avoscloud.callback.AVServerDateCallback
 
done(AVCloudQueryResult, AVException) - Method in class com.avos.avoscloud.CloudQueryCallback
 
done(int, AVException) - Method in class com.avos.avoscloud.CountCallback
Override this function with the code you want to run after the count is complete.
done(AVException) - Method in class com.avos.avoscloud.DeleteCallback
Override this function with the code you want to run after the delete is complete.
done(List<T>, AVException) - Method in class com.avos.avoscloud.FindCallback
Override this function with the code you want to run after the fetch is complete.
done(T, AVException) - Method in class com.avos.avoscloud.FollowCallback
Override this function with the code you want to run after the fetch is complete.
done(Map<String, T>, AVException) - Method in class com.avos.avoscloud.FollowersAndFolloweesCallback
Override this function with the code you want to run after the fetch is complete.
done(T, AVException) - Method in class com.avos.avoscloud.FunctionCallback
Override this function with the code you want to run after the cloud function is complete.
done(T, AVException) - Method in class com.avos.avoscloud.GetCallback
Override this function with the code you want to run after the fetch is complete.
done(byte[], AVException) - Method in class com.avos.avoscloud.GetDataCallback
 
done(T, AVException) - Method in class com.avos.avoscloud.GetFileCallback
Override this function with the code you want to run after the fetch is complete.
done(T, AVException) - Method in class com.avos.avoscloud.LogInCallback
Override this function with the code you want to run after the save is complete.
done(Integer) - Method in class com.avos.avoscloud.ProgressCallback
 
done(T, AVException) - Method in class com.avos.avoscloud.RefreshCallback
Override this function with the code you want to run after the save is complete.
done(AVException) - Method in class com.avos.avoscloud.RequestEmailVerifyCallback
Override this function with the code you want to run after the request is complete.
done(AVException) - Method in class com.avos.avoscloud.RequestMobileCodeCallback
 
done(AVException) - Method in class com.avos.avoscloud.RequestPasswordResetCallback
Override this function with the code you want to run after the request is complete.
done(AVException) - Method in class com.avos.avoscloud.SaveCallback
Override this function with the code you want to run after the save is complete.
done(AVException) - Method in class com.avos.avoscloud.SendCallback
Override this function with the code you want to run after the send is complete.
done(AVException) - Method in class com.avos.avoscloud.SignUpCallback
Override this function with the code you want to run after the signUp is complete.
done(AVStatus, AVException) - Method in class com.avos.avoscloud.StatusCallback
Override this function with the code you want to run after the fetch is complete.
done(List<AVStatus>, AVException) - Method in class com.avos.avoscloud.StatusListCallback
Override this function with the code you want to run after the fetch is complete.
done(AVException) - Method in class com.avos.avoscloud.UpdatePasswordCallback
请用您需要在修改密码完成以后的逻辑重载本方法
doWork(String) - Method in interface com.avos.avoscloud.internal.InternalFileDownloader
 
doWork() - Method in class com.avos.avoscloud.S3Uploader
 
doWork() - Method in interface com.avos.avoscloud.Uploader
 
dumpHttpDeleteRequest(Map<String, String>, String, String) - Method in class com.avos.avoscloud.PaasClient
 
dumpHttpGetRequest(String, String) - Method in class com.avos.avoscloud.PaasClient
 
dumpHttpPostRequest(Map<String, String>, String, String) - Method in class com.avos.avoscloud.PaasClient
 
dumpHttpPutRequest(Map<String, String>, String, String) - Method in class com.avos.avoscloud.PaasClient
 
dumpKey(String, String) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
dumpRequestHeaders() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
DUPLICATE_VALUE - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that a unique field was given a value that is already taken.

E

e(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
e(String, String, Throwable) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
e(String, String) - Method in class com.avos.avoscloud.internal.InternalLogger
 
e(String, String, Throwable) - Method in class com.avos.avoscloud.internal.InternalLogger
 
e(String) - Static method in class com.avos.avoscloud.LogUtil.avlog
 
e(String) - Static method in class com.avos.avoscloud.LogUtil.log
 
e() - Static method in class com.avos.avoscloud.LogUtil.log
 
e(String, Exception) - Static method in class com.avos.avoscloud.LogUtil.log
 
e(String, String) - Static method in class com.avos.avoscloud.LogUtil.log
 
e(String, String, Exception) - Static method in class com.avos.avoscloud.LogUtil.log
 
EMAIL_MISSING - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the email is missing, but must be specified.
EMAIL_NOT_FOUND - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an user with the specified email was not found.
EMAIL_TAKEN - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the email has already been taken.
EmptyLogger - Class in com.avos.avoscloud.internal.impl
 
EmptyPersistence - Class in com.avos.avoscloud.internal.impl
 
enableAutomaticUser() - Static method in class com.avos.avoscloud.AVUser
Enables automatic creation of anonymous users.
encode(String) - Static method in class com.avos.avoscloud.signature.Base64Encoder
Returns the encoded form of the given unencoded string.
encode(byte[]) - Static method in class com.avos.avoscloud.signature.Base64Encoder
Returns the encoded form of the given unencoded string.
encode(byte[], int) - Static method in class com.avos.avoscloud.utils.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class com.avos.avoscloud.utils.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeOp() - Method in class com.avos.avoscloud.ops.AddOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.AddRelationOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.AddUniqueOp
 
encodeOp() - Method in interface com.avos.avoscloud.ops.AVOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.CompoundOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.DeleteOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.IncrementOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.NullOP
 
encodeOp() - Method in class com.avos.avoscloud.ops.RemoveOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.RemoveRelationOp
 
encodeOp() - Method in class com.avos.avoscloud.ops.SetOp
 
encodeToString(byte[], int) - Static method in class com.avos.avoscloud.utils.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class com.avos.avoscloud.utils.Base64
Base64-encode the given data and return a newly allocated String with the result.
encrypt(byte[]) - Method in class com.avos.avoscloud.signature.AES
 
ensureElementsNotNull(List<String>, String) - Static method in class com.avos.avoscloud.AVUtils
 
EQUAL_OP - Static variable in class com.avos.avoscloud.QueryOperation
 
equals(Object) - Method in class com.avos.avoscloud.AVObject
 
equals(Object) - Method in class com.avos.avoscloud.AVStatus
 
equals(String, String) - Static method in class com.avos.avoscloud.AVUtils
 
equals(Object) - Method in class com.avos.avoscloud.QueryOperation
 
EXCEEDED_QUOTA - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an application quota was exceeded.
execute() - Method in class com.avos.avoscloud.HttpClientUploader
 
execute(String) - Method in interface com.avos.avoscloud.internal.InternalFileDownloader
 
execute(Request, boolean, PaasClient.ProgressListener, AsyncHttpResponseHandler) - Method in class com.avos.avoscloud.PaasClient.AVHttpClient
 
execute(Request, boolean, AsyncHttpResponseHandler) - Method in class com.avos.avoscloud.PaasClient.AVHttpClient
 
execute() - Method in interface com.avos.avoscloud.Uploader
 
executeWithRetry(Request, int) - Method in class com.avos.avoscloud.HttpClientUploader
 
exists() - Static method in class com.avos.avoscloud.AVExceptionHolder
 
EXPIRE_TIME - Static variable in class com.avos.avoscloud.DNSAmendNetwork
 
extractContentType(Header[]) - Static method in class com.avos.avoscloud.AVUtils
 

F

fetch() - Method in class com.avos.avoscloud.AVObject
 
fetch(String) - Method in class com.avos.avoscloud.AVObject
 
fetch() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetch(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchAll(List<AVObject>) - Static method in class com.avos.avoscloud.AVObject
Fetches all the objects in the provided list.
fetchAllIfNeeded(List<AVObject>) - Static method in class com.avos.avoscloud.AVObject
Fetches all the objects that don't have data in the provided list.
fetchAllIfNeededInBackground(List<AVObject>, FindCallback<AVObject>) - Static method in class com.avos.avoscloud.AVObject
Fetches all the objects that don't have data in the provided list in the background
fetchAllInBackground(List<AVObject>, FindCallback<AVObject>) - Static method in class com.avos.avoscloud.AVObject
Fetches all the objects in the provided list in the background
fetchIfNeeded() - Method in class com.avos.avoscloud.AVObject
 
fetchIfNeeded(String) - Method in class com.avos.avoscloud.AVObject
 
fetchIfNeeded() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchIfNeeded(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchIfNeededInBackground(GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVObject
If this AVObject has not been fetched (i.e.
fetchIfNeededInBackground(String, GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVObject
If this AVObject has not been fetched (i.e.
fetchIfNeededInBackground(GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchIfNeededInBackground(String, GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchInBackground(GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVObject
Fetches this object with the data from the server in a background thread.
fetchInBackground(String, GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVObject
Fetches this object with the data from the server in a background thread.
fetchInBackground(GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchInBackground(String, GetCallback<AVObject>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
fetchRouter(boolean) - Method in class com.avos.avoscloud.AppRouterManager
拉取 router 地址
FILE_DELETE_ERROR - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that deleting a file failed.
FILE_DOWNLOAD_INCONSISTENT_FAILURE - Static variable in exception com.avos.avoscloud.AVException
Error code indicating the file checkSum value is not equals to original file
fileCacheKey(String, String) - Static method in class com.avos.avoscloud.AVUtils
 
fileDownloadInConsistentFailureException() - Static method in class com.avos.avoscloud.AVErrorUtils
 
fileFromMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVFile
 
fileFromMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
Deprecated.
fileMd5(String) - Static method in class com.avos.avoscloud.AVUtils
 
find() - Method in class com.avos.avoscloud.AVQuery
Retrieves a list of AVObjects that satisfy this query.
FindCallback<T extends AVObject> - Class in com.avos.avoscloud
A FindCallback is used to run code after a AVQuery is used to fetch a list of AVObjects in a background thread.
FindCallback() - Constructor for class com.avos.avoscloud.FindCallback
 
findInBackground(FindCallback<T>) - Method in class com.avos.avoscloud.AVQuery
Retrieves a list of AVObjects that satisfy this query from the server in a background thread.
follow(String) - Method in class com.avos.avoscloud.AVUser
 
follow(String, Map<String, Object>) - Method in class com.avos.avoscloud.AVUser
 
FollowCallback<T extends AVObject> - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
FollowCallback() - Constructor for class com.avos.avoscloud.FollowCallback
 
FOLLOWEE_TAG - Static variable in class com.avos.avoscloud.AVUser
 
followeeQuery(String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
创建followee查询。请确保传入的userObjectId不为空,否则会抛出IllegalArgumentException。 创建followee查询后,您可以使用whereEqualTo("followee", userFollowee)查询特定的followee。 您也可以使用skip和limit支持分页操作。
followeeQuery(Class<T>) - Method in class com.avos.avoscloud.AVUser
创建followee查询。 创建followee查询后,您可以使用whereEqualTo("followee", userFollowee)查询特定的followee。 您也可以使用skip和limit支持分页操作。
followees - Variable in class com.avos.avoscloud.AVFollowResponse
 
FOLLOWER_TAG - Static variable in class com.avos.avoscloud.AVUser
 
followerQuery(String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
创建follower查询。请确保传入的userObjectId不为空,否则会抛出IllegalArgumentException。 创建follower查询后,您可以使用whereEqualTo("follower", userFollower)查询特定的follower。 您也可以使用skip和limit支持分页操作。
followerQuery(Class<T>) - Method in class com.avos.avoscloud.AVUser
创建follower查询。创建follower查询后,您可以使用whereEqualTo("follower", userFollower)查询特定的follower。 您也可以使用skip和limit支持分页操作。
followers - Variable in class com.avos.avoscloud.AVFollowResponse
 
FollowersAndFolloweesCallback<T extends AVObject> - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
FollowersAndFolloweesCallback() - Constructor for class com.avos.avoscloud.FollowersAndFolloweesCallback
 
followInBackground(String, FollowCallback) - Method in class com.avos.avoscloud.AVUser
Follow the user specified by userObjectId.
followInBackground(String, Map<String, Object>, FollowCallback) - Method in class com.avos.avoscloud.AVUser
 
friendshipQuery() - Method in class com.avos.avoscloud.AVUser
获取用户好友关系的查询条件,同时包括用户的关注和用户粉丝
friendshipQuery(Class<T>) - Method in class com.avos.avoscloud.AVUser
获取用户好友关系的查询条件,同时包括用户的关注和用户粉丝
friendshipQuery(String) - Static method in class com.avos.avoscloud.AVUser
获取用户好友关系的查询条件,同时包括用户的关注和用户粉丝
friendshipQuery(String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
获取用户好友关系的查询条件,同时包括用户的关注和用户粉丝
FunctionCallback<T> - Class in com.avos.avoscloud
A FunctionCallback is used to run code after AVCloud.callFunction(java.lang.String, java.util.Map) is used to run a Cloud Function in a background thread.
FunctionCallback() - Constructor for class com.avos.avoscloud.FunctionCallback
 

G

GenericObjectCallback - Class in com.avos.avoscloud
 
GenericObjectCallback() - Constructor for class com.avos.avoscloud.GenericObjectCallback
 
geoPointFromMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
get() - Method in class com.avos.avoscloud.AVFriendshipQuery
 
get(String) - Method in class com.avos.avoscloud.AVObject
Access a value.
get(String) - Method in class com.avos.avoscloud.AVQuery
Constructs a AVObject whose id is already known by fetching data from the server.
get(String) - Method in class com.avos.avoscloud.AVStatus
 
get(String, long, String, GenericObjectCallback) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
get(String, long, String, GenericObjectCallback) - Method in interface com.avos.avoscloud.internal.InternalCache
 
get(int) - Method in interface com.avos.avoscloud.ops.AVOp
 
get(int) - Method in class com.avos.avoscloud.ops.BaseOp
 
get(int) - Method in class com.avos.avoscloud.ops.NullOP
 
getAccessToken() - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
getACL() - Method in class com.avos.avoscloud.AVFile
获取AVFile的ACL
getACL() - Method in class com.avos.avoscloud.AVObject
Access the AVACL governing this object.
getACL() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getAllFiels(Class<?>) - Static method in class com.avos.avoscloud.AVUtils
 
getAmount() - Method in class com.avos.avoscloud.ops.IncrementOp
 
getAPIServer() - Method in class com.avos.avoscloud.AppRouterManager
获取 api server
getApiVersion() - Method in class com.avos.avoscloud.PaasClient
 
getAppConfiguration() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getApplicationId() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
getArchiveRequestFileName(String, String, String, String, String) - Static method in class com.avos.avoscloud.AVUtils
 
getAVClassName(String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getAVFile(String) - Method in class com.avos.avoscloud.AVObject
Access a AVFile value.
getAVFile(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getAVFileCacheFile(String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getAVFileCacheFile(String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getAVFileCachePath() - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getAVFileCachePath() - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getAVGeoPoint(String) - Method in class com.avos.avoscloud.AVObject
Access a AVGeoPoint value.
getAVGeoPoint(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getAVObject(String) - Method in class com.avos.avoscloud.AVObject
Access a AVObject value.
getAVObject(String, Class<T>) - Method in class com.avos.avoscloud.AVObject
 
getAVObject(String) - Method in class com.avos.avoscloud.AVStatus
 
getAVObjectClassByClassName(String) - Static method in class com.avos.avoscloud.AVUtils
 
getAVObjectClassName(Class<? extends AVObject>) - Static method in class com.avos.avoscloud.AVUtils
 
getAVObjectCreatedAt(AVObject) - Static method in class com.avos.avoscloud.AVUtils
 
getAVObjectUpdatedAt(AVObject) - Static method in class com.avos.avoscloud.AVUtils
 
getAVUser(String) - Method in class com.avos.avoscloud.AVObject
Access a AVUser value.
getAVUser(String, Class<T>) - Method in class com.avos.avoscloud.AVObject
Access a AVUser subclass value.
getAVUser(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getBaseUrl() - Method in class com.avos.avoscloud.PaasClient
 
getBatchEndpoint(String, AVObject) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getBatchEndpoint(String, AVObject, boolean) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getBatchRequest() - Method in class com.avos.avoscloud.AVOperation
 
getBoolean(String) - Method in class com.avos.avoscloud.AVObject
Access a boolean value.
getBoolean(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getBucket() - Method in class com.avos.avoscloud.AVFile
 
getBytes(String) - Method in class com.avos.avoscloud.AVObject
Access a byte array value.
getBytes(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getCache() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getCacheDir() - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getCacheDir() - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getCachePolicy() - Method in class com.avos.avoscloud.AVQuery
Accessor for the caching policy.
getCallback() - Method in class com.avos.avoscloud.AsyncHttpResponseHandler
 
getCallback() - Method in class com.avos.avoscloud.AVOperation
 
GetCallback<T extends AVObject> - Class in com.avos.avoscloud
A GetCallback is used to run code after a AVQuery is used to fetch a AVObject in a background thread.
GetCallback() - Constructor for class com.avos.avoscloud.GetCallback
 
getClass(Map<String, ?>) - Static method in class com.avos.avoscloud.AVUtils
 
getClassName() - Method in class com.avos.avoscloud.AVObject
Accessor to the class name.
getClassName() - Method in class com.avos.avoscloud.AVQuery
Accessor for the class name.
getClientConfiguration() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getClientInterceptors() - Method in class com.avos.avoscloud.internal.impl.DefaultClientConfiguration
 
getClientInterceptors() - Method in class com.avos.avoscloud.internal.InternalClientConfiguration
 
getClientKey() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
getCode() - Method in exception com.avos.avoscloud.AVException
Access the code for this error.
getCommandCacheDir() - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getCommandCacheDir() - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getCount() - Method in class com.avos.avoscloud.AVCloudQueryResult
 
getCount() - Method in class com.avos.avoscloud.AVObjectReferenceCount
 
getCreatedAt() - Method in class com.avos.avoscloud.AVObject
This reports time as the server sees it, so that if you create a AVObject, then wait a while, and then call save(), the creation time will be the time of the first save() call rather than the time the object was created locally.
getCreatedAt() - Method in class com.avos.avoscloud.AVStatus
 
getCurrentTimestamp() - Static method in class com.avos.avoscloud.AVUtils
 
getCurrentUser() - Static method in class com.avos.avoscloud.AVUser
This retrieves the currently logged in AVUser with a valid session, either from memory or disk if necessary.
getCurrentUser(Class<T>) - Static method in class com.avos.avoscloud.AVUser
This retrieves the currently logged in AVUser with a valid session, either from memory or disk if necessary.
getCurrentUser(Class<T>) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getCurrentUser(Class<T>) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getData() - Method in class com.avos.avoscloud.AVFile
Deprecated.
getData() - Method in class com.avos.avoscloud.AVStatus
 
GetDataCallback - Class in com.avos.avoscloud
A GetDataCallback is used to run code after a AVFile fetches its data on a background thread.
GetDataCallback() - Constructor for class com.avos.avoscloud.GetDataCallback
 
getDataInBackground(GetDataCallback, ProgressCallback) - Method in class com.avos.avoscloud.AVFile
Gets the data for this object in a background thread.
getDataInBackground(GetDataCallback) - Method in class com.avos.avoscloud.AVFile
Gets the data for this object in a background thread.
getDate(String) - Method in class com.avos.avoscloud.AVObject
Access a Date value.
getDate(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getDirectlyClientForUse() - Static method in class com.avos.avoscloud.AVUtils
 
getDouble(String) - Method in class com.avos.avoscloud.AVObject
Access a double value.
getDouble(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getDownloaderInstance(ProgressCallback, GetDataCallback) - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getDumpQueryString() - Method in class com.avos.avoscloud.AVRequestParams
 
getEmail() - Method in class com.avos.avoscloud.AVUser
Retrieves the email address.
getEncodeUrl(String, Map<String, String>) - Static method in class com.avos.avoscloud.AVUtils
 
getEndpoint(String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getEndpoint(Object) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getEndpoint(Object, boolean) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getEndpointByAVClassName(String, String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getExpireAt() - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
getFacebookToken() - Method in class com.avos.avoscloud.AVUser
 
GetFileCallback<T extends AVFile> - Class in com.avos.avoscloud
A GetFileCallback is used to run code after a AVFile.parseFileWithObjectId is used to fetch a AVFile by object id in a background thread.
GetFileCallback() - Constructor for class com.avos.avoscloud.GetFileCallback
 
getFileExtensionFromUrl(String) - Static method in class com.avos.avoscloud.utils.MimeTypeMap
Returns the file extension or an empty string iff there is no extension.
getFirst() - Method in class com.avos.avoscloud.AVQuery
Retrieves at most one AVObject that satisfies this query.
getFirstInBackground(GetCallback<T>) - Method in class com.avos.avoscloud.AVQuery
Retrieves at most one AVObject that satisfies this query from the server in a background thread.
getFollowees() - Method in class com.avos.avoscloud.AVFriendship
获取用户的关注
getFolloweesEndPoint(String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getFollowEndPoint(String, String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getFollowers() - Method in class com.avos.avoscloud.AVFriendship
获取用户的粉丝
getFollowersAndFollowees(String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getFollowersAndFolloweesInBackground(FollowersAndFolloweesCallback) - Method in class com.avos.avoscloud.AVUser
 
getFollowersEndPoint(String) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getFollowersInBackground(FindCallback) - Method in class com.avos.avoscloud.AVUser
Deprecated.
getFromDocumentDir(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getFromDocumentDir(String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getFromJSON(String, Class<T>) - Static method in class com.avos.avoscloud.AVUtils
 
getHostName(String) - Static method in class com.avos.avoscloud.AVUtils
 
GetHttpResponseHandler - Class in com.avos.avoscloud
 
GetHttpResponseHandler(GenericObjectCallback) - Constructor for class com.avos.avoscloud.GetHttpResponseHandler
 
GetHttpResponseHandler(GenericObjectCallback, AVQuery.CachePolicy, String) - Constructor for class com.avos.avoscloud.GetHttpResponseHandler
 
getImageUrl() - Method in class com.avos.avoscloud.AVStatus
 
getInBackground(String, boolean, AVFriendshipCallback) - Method in class com.avos.avoscloud.AVFriendshipQuery
 
getInBackground(AVFriendshipCallback) - Method in class com.avos.avoscloud.AVFriendshipQuery
 
getInBackground(String, GetCallback<T>) - Method in class com.avos.avoscloud.AVQuery
Constructs a AVObject whose id is already known by fetching data from the server in a background thread.
getInboxPrivteStatuses(long, long, StatusListCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getInboxStatusesInBackground(long, long, StatusListCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getInboxStatusesWithInboxType(long, long, String, StatusListCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getInboxType() - Method in class com.avos.avoscloud.AVStatus
到达收件箱类型, 默认是`default`,私信是`private`, 可以自定义任何类型
getInboxType() - Method in class com.avos.avoscloud.AVStatusQuery
 
getInboxUnreadStatusesCountInBackgroud(CountCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getInboxUnreadStatusesCountWithInboxTypeInBackgroud(long, long, String, CountCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getInclude() - Method in class com.avos.avoscloud.QueryConditions
 
getInstance() - Static method in class com.avos.avoscloud.AppRouterManager
 
getInstance() - Static method in class com.avos.avoscloud.DNSAmendNetwork
 
getInstance() - Static method in class com.avos.avoscloud.utils.UrlValidator
Returns the singleton instance of this class with default schemes and options.
getInt(String) - Method in class com.avos.avoscloud.AVObject
Access an int value.
getInt(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getInternalCallback() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getInternalIdFromRequestBody(Map) - Static method in class com.avos.avoscloud.AVPowerfulUtils
 
getInternalLogger() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getInternalPersistence() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getInternalRequestSign() - Method in class com.avos.avoscloud.internal.InternalConfigurationController
 
getJSONArray(String) - Method in class com.avos.avoscloud.AVObject
Access a JSONArray value.
getJSONArray(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getJSONObject(String) - Method in class com.avos.avoscloud.AVObject
Access a JSONObject value.
getJSONObject(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getJSONValue(String, String) - Static method in class com.avos.avoscloud.AVUtils
 
getKey() - Method in class com.avos.avoscloud.AVRelation
 
getKey() - Method in class com.avos.avoscloud.QueryOperation
 
getLast() - Method in class com.avos.avoscloud.AVOperation
 
getLastModify(String) - Static method in class com.avos.avoscloud.PaasClient
 
getLatitude() - Method in class com.avos.avoscloud.AVGeoPoint
Get latitude.
getLimit() - Method in class com.avos.avoscloud.AVFriendshipQuery
Accessor for the limit.
getLimit() - Method in class com.avos.avoscloud.AVQuery
Accessor for the limit.
getLimit() - Method in class com.avos.avoscloud.QueryConditions
 
getList(String) - Method in class com.avos.avoscloud.AVObject
Access a List value
getList(String, Class<T>) - Method in class com.avos.avoscloud.AVObject
获得一个指定类型的List值
getList(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getLogLevel() - Method in class com.avos.avoscloud.internal.InternalLogger
 
getLong(String) - Method in class com.avos.avoscloud.AVObject
Access a long value.
getLong(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getLongitude() - Method in class com.avos.avoscloud.AVGeoPoint
Get longitude.
getMap(String) - Method in class com.avos.avoscloud.AVObject
Access a Map value
getMap(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getMap(JSONObject, String) - Static method in class com.avos.avoscloud.JSONHelper
 
getMaxCacheAge() - Method in class com.avos.avoscloud.AVQuery
Gets the maximum age of cached data that will be considered in this query.
getMaxId() - Method in class com.avos.avoscloud.AVStatusQuery
 
getMessage() - Method in class com.avos.avoscloud.AVStatus
 
getMessageId() - Method in class com.avos.avoscloud.AVStatus
此状态在用户Inbox中的ID
getMetaData() - Method in class com.avos.avoscloud.AVFile
Returns the file's metadata map.
getMetaData(String) - Method in class com.avos.avoscloud.AVFile
Returns the metadata value by key.
getMimeType(String) - Static method in class com.avos.avoscloud.AVFile
 
getMimeTypeFromExtension(String) - Method in class com.avos.avoscloud.utils.MimeTypeMap
 
getMobilePhoneNumber() - Method in class com.avos.avoscloud.AVUser
 
getMyFolloweesInBackground(FindCallback) - Method in class com.avos.avoscloud.AVUser
Deprecated.
getName() - Method in class com.avos.avoscloud.AVFile
The filename.
getName() - Method in class com.avos.avoscloud.AVRole
Gets the name of the role.
getNetworkTimeoutInMills() - Method in class com.avos.avoscloud.internal.InternalClientConfiguration
 
getNextIMRequestId() - Static method in class com.avos.avoscloud.AVUtils
 
getNumber(String) - Method in class com.avos.avoscloud.AVObject
Access a numerical value.
getNumber(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getObject(String, AVRequestParams, boolean, Map<String, String>, GenericObjectCallback, AVQuery.CachePolicy, long) - Method in class com.avos.avoscloud.PaasClient
 
getObject(String, AVRequestParams, boolean, Map<String, String>, GenericObjectCallback, AVQuery.CachePolicy) - Method in class com.avos.avoscloud.PaasClient
 
getObject(String, AVRequestParams, boolean, Map<String, String>, GenericObjectCallback, AVQuery.CachePolicy, boolean) - Method in class com.avos.avoscloud.PaasClient
 
getObject(String, AVRequestParams, boolean, Map<String, String>, GenericObjectCallback) - Method in class com.avos.avoscloud.PaasClient
 
getObjectId() - Method in class com.avos.avoscloud.AVFile
Returns the file object Id.
getObjectId() - Method in class com.avos.avoscloud.AVObject
Accessor to the object id.
getObjectId() - Method in class com.avos.avoscloud.AVStatus
 
getOKHttpClient() - Static method in class com.avos.avoscloud.HttpClientUploader
 
getOp() - Method in class com.avos.avoscloud.QueryOperation
 
getOrder() - Method in class com.avos.avoscloud.AVFriendshipQuery
 
getOrder() - Method in class com.avos.avoscloud.AVQuery
 
getOrder() - Method in class com.avos.avoscloud.QueryConditions
 
getOriginalName() - Method in class com.avos.avoscloud.AVFile
 
getOwner() - Method in class com.avos.avoscloud.AVStatusQuery
 
getOwnerObjectId() - Method in class com.avos.avoscloud.AVFile
Returns the file's owner
getPaasDocumentDir() - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getPaasDocumentDir() - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getParameters() - Method in class com.avos.avoscloud.QueryConditions
 
getParent() - Method in class com.avos.avoscloud.AVRelation
 
getParsedObject(Object) - Static method in class com.avos.avoscloud.AVUtils
 
getParsedObject(Object, boolean) - Static method in class com.avos.avoscloud.AVUtils
 
getParsedObject(Object, boolean, boolean) - Static method in class com.avos.avoscloud.AVUtils
 
getParsedObject(Object, boolean, boolean, boolean) - Static method in class com.avos.avoscloud.AVUtils
 
getParsedObject(Object, boolean, boolean, boolean, boolean) - Static method in class com.avos.avoscloud.AVUtils
 
getParsedObject(Object, boolean, boolean, boolean, boolean, boolean) - Static method in class com.avos.avoscloud.AVUtils
 
getParsedValues() - Method in class com.avos.avoscloud.ops.CollectionOp
 
getPersistentSettingBoolean(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getPersistentSettingBoolean(String, String, Boolean) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getPersistentSettingBoolean(String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getPersistentSettingBoolean(String, String, Boolean) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getPersistentSettingInteger(String, String, Integer) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getPersistentSettingInteger(String, String, Integer) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getPersistentSettingLong(String, String, Long) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getPersistentSettingLong(String, String, Long) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getPersistentSettingString(String, String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
getPersistentSettingString(String, String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
getPolicy() - Method in class com.avos.avoscloud.AVQuery
 
getPublicReadAccess() - Method in class com.avos.avoscloud.AVACL
Get whether the public is allowed to read this object.
getPublicWriteAccess() - Method in class com.avos.avoscloud.AVACL
Get whether the public is allowed to write this object.
getQqWeiboToken() - Method in class com.avos.avoscloud.AVUser
 
getQQWeiboToken() - Method in class com.avos.avoscloud.AVUser
 
getQuery(Class<T>) - Static method in class com.avos.avoscloud.AVObject
Create a AVQuery with special sub-class.
getQuery(String) - Static method in class com.avos.avoscloud.AVQuery
Constructs a query.
getQuery(Class<T>) - Static method in class com.avos.avoscloud.AVQuery
Create a AVQuery with special sub-class.
getQuery() - Method in class com.avos.avoscloud.AVRelation
Gets a query that can be used to query the objects in this relation.
getQuery(Class<T>) - Method in class com.avos.avoscloud.AVRelation
Gets a query that can be used to query the subclass objects in this relation.
getQuery() - Static method in class com.avos.avoscloud.AVRole
Gets a AVQuery over the Role collection.
getQuery() - Static method in class com.avos.avoscloud.AVUser
Constructs a query for AVUsers.
getQueryString() - Method in class com.avos.avoscloud.AVRequestParams
 
getRandomString(int) - Static method in class com.avos.avoscloud.AVUtils
 
getReadAccess(AVUser) - Method in class com.avos.avoscloud.AVACL
Get whether the given user is *explicitly* allowed to read this object.
getReadAccess(String) - Method in class com.avos.avoscloud.AVACL
Get whether the given user id is *explicitly* allowed to read this object.
getRelation(String) - Method in class com.avos.avoscloud.AVObject
Access or create a Relation value for a key
getRelation(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getRequestHeaders() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
getResults() - Method in class com.avos.avoscloud.AVCloudQueryResult
 
getRoleReadAccess(AVRole) - Method in class com.avos.avoscloud.AVACL
Get whether users belonging to the given role are allowed to read this object.
getRoleReadAccess(String) - Method in class com.avos.avoscloud.AVACL
Get whether users belonging to the role with the given roleName are allowed to read this object.
getRoles() - Method in class com.avos.avoscloud.AVRole
Gets the AVRelation for the AVRoles that are direct children of this role.
getRoleWriteAccess(AVRole) - Method in class com.avos.avoscloud.AVACL
Get whether users belonging to the given role are allowed to write this object.
getRoleWriteAccess(String) - Method in class com.avos.avoscloud.AVACL
Get whether users belonging to the role with the given roleName are allowed to write this object.
getRouterServer() - Method in class com.avos.avoscloud.AppRouterManager
获取 router server
getSelectedKeys() - Method in class com.avos.avoscloud.QueryConditions
 
getSequence() - Method in class com.avos.avoscloud.AVOperation
 
getServerDate() - Static method in class com.avos.avoscloud.internal.InternalDate
获取服务器端当前时间
getServerDateInBackground(AVServerDateCallback) - Static method in class com.avos.avoscloud.internal.InternalDate
获取服务器端当前时间
getService(String) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
getSessionKey(String) - Static method in class com.avos.avoscloud.AVUtils
 
getSessionToken() - Method in class com.avos.avoscloud.AVUser
 
getSinaWeiboToken() - Method in class com.avos.avoscloud.AVUser
 
getSinceId() - Method in class com.avos.avoscloud.AVStatusQuery
 
getSingleton() - Static method in class com.avos.avoscloud.utils.MimeTypeMap
Get the singleton instance of MimeTypeMap.
getSize() - Method in class com.avos.avoscloud.AVFile
Returns the file size in bytes.
getSkip() - Method in class com.avos.avoscloud.AVFriendshipQuery
Accessor for the skip value.
getSkip() - Method in class com.avos.avoscloud.AVQuery
Accessor for the skip value.
getSkip() - Method in class com.avos.avoscloud.QueryConditions
 
getSnsType() - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
getSource() - Method in class com.avos.avoscloud.AVStatus
获取Status的发送者
getStatuses(long, long, StatusListCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getStatusesFromCurrentUserWithType(String, long, long, StatusListCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getStatusesFromUser(String, long, long, StatusListCallback) - Static method in class com.avos.avoscloud.AVStatus
Deprecated.
getStatusWithId(String) - Static method in class com.avos.avoscloud.AVStatus
 
getStatusWithIdInBackgroud(String, StatusCallback) - Static method in class com.avos.avoscloud.AVStatus
 
getStorageType() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
getString(String) - Method in class com.avos.avoscloud.AVObject
Access a string value.
getString(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getTargetClass() - Method in class com.avos.avoscloud.AVRelation
 
getThumbnailUrl(boolean, int, int) - Method in class com.avos.avoscloud.AVFile
Returns a thumbnail image url using QiNiu endpoints.
getThumbnailUrl(boolean, int, int, int, String) - Method in class com.avos.avoscloud.AVFile
返回缩略图URl 这个服务仅仅适用于保存在Qiniu的图片
getTrace() - Static method in class com.avos.avoscloud.LogUtil.log
 
getTwitterToken() - Method in class com.avos.avoscloud.AVUser
 
getUnreadStatusesCountInBackground(String, CountCallback) - Static method in class com.avos.avoscloud.AVStatus
 
getUpdatedAt() - Method in class com.avos.avoscloud.AVObject
This reports time as the server sees it, so that if you make changes to a AVObject, then wait a while, and then call save(), the updated time will be the time of the save() call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getUploader(SaveCallback, ProgressCallback) - Method in class com.avos.avoscloud.AVFile
 
getUrl() - Method in class com.avos.avoscloud.AVFile
This returns the url of the file.
getUser() - Method in class com.avos.avoscloud.AVFriendship
 
getUserAgent() - Method in class com.avos.avoscloud.internal.impl.DefaultClientConfiguration
 
getUserAgent() - Method in class com.avos.avoscloud.internal.InternalClientConfiguration
 
getUserId() - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
getUsername() - Method in class com.avos.avoscloud.AVUser
Retrieves the username.
getUserQuery() - Static method in class com.avos.avoscloud.AVQuery
Deprecated. 
getUserQuery(Class<T>) - Static method in class com.avos.avoscloud.AVUser
Constructs a query for AVUsers subclasses.
getUsers() - Method in class com.avos.avoscloud.AVRole
Gets the AVRelation for the AVUsers that are direct children of this role.
getUuid() - Method in class com.avos.avoscloud.AVObject
 
getUuid() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
getValue() - Method in class com.avos.avoscloud.AVObjectReferenceCount
 
getValue() - Method in class com.avos.avoscloud.QueryOperation
 
getValues() - Method in class com.avos.avoscloud.ops.AddOp
 
getValues() - Method in class com.avos.avoscloud.ops.AddRelationOp
 
getValues() - Method in class com.avos.avoscloud.ops.AddUniqueOp
 
getValues() - Method in interface com.avos.avoscloud.ops.AVOp
 
getValues() - Method in class com.avos.avoscloud.ops.CollectionOp
 
getValues() - Method in class com.avos.avoscloud.ops.CompoundOp
 
getValues() - Method in class com.avos.avoscloud.ops.DeleteOp
 
getValues() - Method in class com.avos.avoscloud.ops.IncrementOp
 
getValues() - Method in class com.avos.avoscloud.ops.NullOP
 
getValues() - Method in class com.avos.avoscloud.ops.RemoveOp
 
getValues() - Method in class com.avos.avoscloud.ops.RemoveRelationOp
 
getValues() - Method in class com.avos.avoscloud.ops.SetOp
 
getWhere() - Method in class com.avos.avoscloud.QueryConditions
 
getWholeUrl(String) - Method in class com.avos.avoscloud.AVRequestParams
 
getWriteAccess(AVUser) - Method in class com.avos.avoscloud.AVACL
Get whether the given user is *explicitly* allowed to write this object.
getWriteAccess(String) - Method in class com.avos.avoscloud.AVACL
Get whether the given user id is *explicitly* allowed to write this object.
globalInstance() - Static method in class com.avos.avoscloud.internal.InternalConfigurationController
 
guessExtensionFromMimeType(String) - Static method in class com.avos.avoscloud.utils.MimeUtils
Returns the registered extension for the given MIME type.
guessMimeTypeFromExtension(String) - Static method in class com.avos.avoscloud.utils.MimeUtils
Returns the MIME type for the given extension.

H

handleAllArchivedRequest() - Method in class com.avos.avoscloud.PaasClient
 
handleAllArchivedRequest(boolean) - Method in class com.avos.avoscloud.PaasClient
 
has(String) - Method in class com.avos.avoscloud.AVObject
Whether this object has a particular key.
has(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
hasCache(String) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
hasCache(String, String) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
hasCache(String) - Method in interface com.avos.avoscloud.internal.InternalCache
 
hasCache(String, String) - Method in interface com.avos.avoscloud.internal.InternalCache
 
hasCachedResult() - Method in class com.avos.avoscloud.AVQuery
Returns whether or not this query has a cached result.
hasExtension(String) - Static method in class com.avos.avoscloud.utils.MimeUtils
Returns true if the given extension has a registered MIME type.
hashCode() - Method in class com.avos.avoscloud.AVObject
 
hashCode() - Method in class com.avos.avoscloud.QueryOperation
 
hasMimeType(String) - Static method in class com.avos.avoscloud.utils.MimeUtils
Returns true if the given MIME type has an entry in the map.
hasProperty(Class<?>, String) - Static method in class com.avos.avoscloud.AVUtils
 
hasSameId(AVObject) - Method in class com.avos.avoscloud.AVObject
 
hasSameId(AVObject) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
hasValidCache(String, String, long) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
hasValidCache(String, String, long) - Method in interface com.avos.avoscloud.internal.InternalCache
是否有有效的 cache,本地有相应缓存并且没有超过缓存限制及认为有效
headerMap() - Method in class com.avos.avoscloud.AVObject
 
headerMap() - Method in class com.avos.avoscloud.AVUser
 
HttpClientUploader - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
HttpClientUploader(SaveCallback, ProgressCallback) - Constructor for class com.avos.avoscloud.HttpClientUploader
 

I

i(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
i(String, String, Throwable) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
i(String, String) - Method in class com.avos.avoscloud.internal.InternalLogger
 
i(String, String, Throwable) - Method in class com.avos.avoscloud.internal.InternalLogger
 
i(String) - Static method in class com.avos.avoscloud.LogUtil.avlog
 
i(Object) - Static method in class com.avos.avoscloud.LogUtil.avlog
 
i(String) - Static method in class com.avos.avoscloud.LogUtil.log
 
ignoreHook(AVObject.Hook) - Method in class com.avos.avoscloud.AVObject
 
IMAGE_TAG - Static variable in class com.avos.avoscloud.AVStatus
 
INBOX_PRIVATE - Static variable in class com.avos.avoscloud.AVStatus
Deprecated.
INBOX_TIMELINE - Static variable in class com.avos.avoscloud.AVStatus
Deprecated.
inboxQuery(AVUser, String) - Static method in class com.avos.avoscloud.AVStatus
返回一个AVStatusQuery对象,用来查询用户收件箱内容
InboxStatusFindCallback - Class in com.avos.avoscloud
本类是用于Status中的收件箱查询 增加了一个end属性,来判断是否查询到最老的一页数据
InboxStatusFindCallback() - Constructor for class com.avos.avoscloud.InboxStatusFindCallback
 
include(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Include nested AVObjects for the provided key.
include(String) - Method in class com.avos.avoscloud.AVQuery
Include nested AVObjects for the provided key.
include(String) - Method in class com.avos.avoscloud.QueryConditions
 
INCORRECT_TYPE - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that a field was set to an inconsistent type.
increaseSequence() - Method in class com.avos.avoscloud.AVOperationQueue
 
increment(String) - Method in class com.avos.avoscloud.AVObject
Atomically increments the given key by 1.
increment(String, Number) - Method in class com.avos.avoscloud.AVObject
Atomically increments the given key by the given number.
increment() - Method in class com.avos.avoscloud.AVObjectReferenceCount
 
increment(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
increment(String, Number) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
IncrementOp - Class in com.avos.avoscloud.ops
 
IncrementOp() - Constructor for class com.avos.avoscloud.ops.IncrementOp
 
IncrementOp(String, Number) - Constructor for class com.avos.avoscloud.ops.IncrementOp
 
instance - Static variable in class com.avos.avoscloud.AVObject.AVObjectCreator
 
instance() - Static method in class com.avos.avoscloud.internal.impl.DefaultAppConfiguration
 
instance() - Static method in class com.avos.avoscloud.internal.impl.DefaultClientConfiguration
 
instance() - Static method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
instance() - Static method in class com.avos.avoscloud.internal.impl.DefaultInternalCallback
 
instance() - Static method in class com.avos.avoscloud.internal.impl.DefaultInternalRequestSign
 
instance() - Static method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
instance() - Static method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
instance - Static variable in class com.avos.avoscloud.ObjectValueFilter
 
INSTANCE - Static variable in class com.avos.avoscloud.ops.NullOP
 
intercept(Interceptor.Chain) - Method in class com.avos.avoscloud.PaasClient.ProgressInterceptor
 
INTERNAL_SERVER_ERROR - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that something has gone wrong with the server.
InternalCache - Interface in com.avos.avoscloud.internal
 
InternalCallback - Interface in com.avos.avoscloud.internal
 
internalClassName() - Method in class com.avos.avoscloud.AVObject
 
InternalClientConfiguration - Class in com.avos.avoscloud.internal
 
InternalClientConfiguration() - Constructor for class com.avos.avoscloud.internal.InternalClientConfiguration
 
InternalConfigurationController - Class in com.avos.avoscloud.internal
用于配置所有平台相关代码的具体实现
InternalConfigurationController.Builder - Class in com.avos.avoscloud.internal
 
InternalDate - Class in com.avos.avoscloud.internal
 
InternalDate() - Constructor for class com.avos.avoscloud.internal.InternalDate
 
internalDone(T, AVException) - Method in class com.avos.avoscloud.AVCallback
 
internalDone(AVException) - Method in class com.avos.avoscloud.AVCallback
 
internalDone0(T, AVException) - Method in class com.avos.avoscloud.AVCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.AVMobilePhoneVerifyCallback
AVMobilePhoneVerifyCallback 用来验证用户的手机号码
internalDone0(AVFriendship, AVException) - Method in class com.avos.avoscloud.callback.AVFriendshipCallback
 
internalDone0(Date, AVException) - Method in class com.avos.avoscloud.callback.AVServerDateCallback
 
internalDone0(AVCloudQueryResult, AVException) - Method in class com.avos.avoscloud.CloudQueryCallback
 
internalDone0(Integer, AVException) - Method in class com.avos.avoscloud.CountCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.DeleteCallback
 
internalDone0(List<T>, AVException) - Method in class com.avos.avoscloud.FindCallback
 
internalDone0(T, AVException) - Method in class com.avos.avoscloud.FollowCallback
 
internalDone0(Map<String, T>, AVException) - Method in class com.avos.avoscloud.FollowersAndFolloweesCallback
 
internalDone0(T, AVException) - Method in class com.avos.avoscloud.FunctionCallback
 
internalDone0(T, AVException) - Method in class com.avos.avoscloud.GetCallback
 
internalDone0(byte[], AVException) - Method in class com.avos.avoscloud.GetDataCallback
 
internalDone0(T, AVException) - Method in class com.avos.avoscloud.GetFileCallback
 
internalDone0(T, AVException) - Method in class com.avos.avoscloud.LogInCallback
 
internalDone0(Integer, AVException) - Method in class com.avos.avoscloud.ProgressCallback
Override this function with your desired callback.
internalDone0(T, AVException) - Method in class com.avos.avoscloud.RefreshCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.RequestEmailVerifyCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.RequestMobileCodeCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.RequestPasswordResetCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.SaveCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.SendCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.SignUpCallback
 
internalDone0(AVStatus, AVException) - Method in class com.avos.avoscloud.StatusCallback
 
internalDone0(List<AVStatus>, AVException) - Method in class com.avos.avoscloud.StatusListCallback
 
internalDone0(Void, AVException) - Method in class com.avos.avoscloud.UpdatePasswordCallback
 
internalDoneInCurrentThread(AVCallback, Object, AVException) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCallback
 
internalDoneInCurrentThread(AVCallback, Object, AVException) - Method in interface com.avos.avoscloud.internal.InternalCallback
 
internalDoneInMainThread(AVCallback, Object, AVException) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCallback
 
internalDoneInMainThread(AVCallback, Object, AVException) - Method in interface com.avos.avoscloud.internal.InternalCallback
 
InternalFileDownloader - Interface in com.avos.avoscloud.internal
 
internalId() - Method in class com.avos.avoscloud.AVObject
 
InternalLogger - Class in com.avos.avoscloud.internal
 
InternalLogger() - Constructor for class com.avos.avoscloud.internal.InternalLogger
 
InternalPersistence - Interface in com.avos.avoscloud.internal
 
InternalRequestSign - Interface in com.avos.avoscloud.internal
 
InternalSMS - Class in com.avos.avoscloud.internal
 
InternalSMS() - Constructor for class com.avos.avoscloud.internal.InternalSMS
 
interruptImmediately() - Method in class com.avos.avoscloud.HttpClientUploader
 
INVALID_ACL - Static variable in exception com.avos.avoscloud.AVException
Error code indicating an invalid ACL was provided.
INVALID_CHANNEL_NAME - Static variable in exception com.avos.avoscloud.AVException
Error code indicating an invalid channel name.
INVALID_CLASS_NAME - Static variable in exception com.avos.avoscloud.AVException
Error code indicating a missing or invalid classname.
INVALID_EMAIL_ADDRESS - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the email address was invalid.
INVALID_FILE_NAME - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an invalid filename was used for AVFile.
INVALID_FILE_URL - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the file address was invalid.
INVALID_JSON - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that badly formed JSON was received upstream.
INVALID_KEY_NAME - Static variable in exception com.avos.avoscloud.AVException
Error code indicating an invalid key name.
INVALID_KEYS - Static variable in class com.avos.avoscloud.AVObject
 
INVALID_LINKED_SESSION - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an user with a linked (e.g.
INVALID_NESTED_KEY - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an invalid key was used in a nested JSONObject.
INVALID_PHONE_NUMBER - Static variable in exception com.avos.avoscloud.AVException
用来标识手机号码格式错误的错误代码
INVALID_POINTER - Static variable in exception com.avos.avoscloud.AVException
Error code indicating a malformed pointer.
INVALID_QUERY - Static variable in exception com.avos.avoscloud.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 - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that a role's name is invalid.
invalidObjectIdException() - Static method in class com.avos.avoscloud.AVErrorUtils
 
invalidQueryException() - Static method in class com.avos.avoscloud.AVErrorUtils
 
invokeCallback(AVException) - Method in class com.avos.avoscloud.AVOperation
 
IS_ANDROID - Static variable in class com.avos.avoscloud.AVUtils
 
isACL(String) - Static method in class com.avos.avoscloud.AVUtils
 
isAndroid(String) - Static method in class com.avos.avoscloud.AVUtils
 
isAndroid() - Static method in class com.avos.avoscloud.AVUtils
 
isAnonymous() - Method in class com.avos.avoscloud.AVUser
 
isART(String) - Static method in class com.avos.avoscloud.AVUtils
 
isAuthenticated() - Method in class com.avos.avoscloud.AVUser
Whether the AVUser has been authenticated on this device.
isBlankContent(String) - Static method in class com.avos.avoscloud.AVUtils
 
isBlankString(String) - Static method in class com.avos.avoscloud.AVUtils
 
isCancelled() - Method in class com.avos.avoscloud.HttpClientUploader
 
isCancelled() - Method in interface com.avos.avoscloud.Uploader
 
isConfigured() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
isConfigured() - Method in class com.avos.avoscloud.internal.impl.DefaultAppConfiguration
 
isConnected() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
isConnected() - Method in class com.avos.avoscloud.internal.impl.DefaultAppConfiguration
 
isCount() - Method in class com.avos.avoscloud.AVStatusQuery
 
isData(String) - Static method in class com.avos.avoscloud.AVUtils
 
isDataAvailable() - Method in class com.avos.avoscloud.AVFile
Deprecated.
isDataAvailable() - Method in class com.avos.avoscloud.AVObject
Gets whether the AVObject has been fetched.
isDate(String) - Static method in class com.avos.avoscloud.AVUtils
 
isDebugEnabled() - Method in class com.avos.avoscloud.internal.InternalLogger
 
isDigitString(String) - Static method in class com.avos.avoscloud.AVUtils
 
isDirty() - Method in class com.avos.avoscloud.AVFile
Whether the file still needs to be saved.
isEmpty() - Method in class com.avos.avoscloud.AVRequestParams
 
isEmptyList(List) - Static method in class com.avos.avoscloud.AVUtils
 
isEmptyObject(JSONObject) - Static method in class com.avos.avoscloud.JSONHelper
 
isEnableAutomatic() - Static method in class com.avos.avoscloud.AVUser
 
isEnd() - Method in class com.avos.avoscloud.InboxStatusFindCallback
判断是否查询到最老的一页数据
isFetchWhenSave() - Method in class com.avos.avoscloud.AVObject
 
isFetchWhenSave() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
isFile(String) - Static method in class com.avos.avoscloud.AVUtils
 
isFileFromUrulu(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
isGeoPoint(String) - Static method in class com.avos.avoscloud.AVUtils
 
isJSONResponse(String, String) - Static method in class com.avos.avoscloud.AVUtils
 
isJSONResponseContent(String) - Static method in class com.avos.avoscloud.AVUtils
 
isLastModifyEnabled() - Static method in class com.avos.avoscloud.PaasClient
 
isLinked(AVUser) - Static method in class com.avos.avoscloud.AVAnonymousUtils
Whether the user is logged in anonymously.
isMainThread() - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCallback
 
isMainThread() - Method in interface com.avos.avoscloud.internal.InternalCallback
 
isMobilePhoneVerified() - Method in class com.avos.avoscloud.AVUser
 
isNew() - Method in class com.avos.avoscloud.AVUser
Indicates whether this AVUser was created during this session through a call to AVUser.signUp() or by logging in with a linked service such as Facebook.
isPendingRequest() - Method in class com.avos.avoscloud.AVOperation
 
isPointer(String) - Static method in class com.avos.avoscloud.AVUtils
 
isRelation(String) - Static method in class com.avos.avoscloud.AVUtils
 
isRequestStatisticNeed() - Method in class com.avos.avoscloud.GenericObjectCallback
 
isRetryNeeded(int, Throwable) - Method in class com.avos.avoscloud.GenericObjectCallback
 
isSnapshotRequest() - Method in class com.avos.avoscloud.AVOperation
 
isTrace() - Method in class com.avos.avoscloud.AVQuery
 
isTrace() - Method in class com.avos.avoscloud.QueryConditions
 
isValid(String) - Method in class com.avos.avoscloud.utils.RegexValidator
Validate a value against the set of regular expressions.
isValid(String) - Method in class com.avos.avoscloud.utils.UrlValidator
Checks if a field has a valid url address.
isValidFragment(String) - Method in class com.avos.avoscloud.utils.UrlValidator
Returns true if the given fragment is null or fragments are allowed.
isValidPath(String) - Method in class com.avos.avoscloud.utils.UrlValidator
Returns true if the path is valid.
isValidQuery(String) - Method in class com.avos.avoscloud.utils.UrlValidator
Returns true if the query is null or it's a properly formatted query string.
isValidScheme(String) - Method in class com.avos.avoscloud.utils.UrlValidator
Validate scheme.
iterator() - Method in class com.avos.avoscloud.ops.BaseOp
 
iterator() - Method in class com.avos.avoscloud.ops.NullOP
 

J

joinCollection(Collection<String>, String) - Static method in class com.avos.avoscloud.AVUtils
 
JSON - Static variable in class com.avos.avoscloud.PaasClient.AVHttpClient
 
JSONHelper - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
JSONHelper() - Constructor for class com.avos.avoscloud.JSONHelper
 
jsonStringFromMapWithNull(Object) - Static method in class com.avos.avoscloud.AVUtils
 
jsonStringFromObjectWithNull(Object) - Static method in class com.avos.avoscloud.AVUtils
 

K

key() - Method in interface com.avos.avoscloud.ops.AVOp
 
key - Variable in class com.avos.avoscloud.ops.BaseOp
 
key() - Method in class com.avos.avoscloud.ops.BaseOp
 
key() - Method in class com.avos.avoscloud.ops.NullOP
 
keySet() - Method in class com.avos.avoscloud.AVObject
Returns a set view of the keys contained in this object.
keySet() - Method in class com.avos.avoscloud.AVStatus
Deprecated.

L

lastModifyFromHeaders(Header[]) - Static method in class com.avos.avoscloud.PaasClient
 
limit(int) - Method in class com.avos.avoscloud.AVFriendshipQuery
 
limit(int) - Method in class com.avos.avoscloud.AVQuery
 
LINKED_ID_MISSING - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an user cannot be linked to an account because that account's id could not be found.
log() - Constructor for class com.avos.avoscloud.LogUtil.log
 
LOG_LEVEL_DEBUG - Static variable in class com.avos.avoscloud.internal.InternalLogger
 
LOG_LEVEL_ERROR - Static variable in class com.avos.avoscloud.internal.InternalLogger
 
LOG_LEVEL_INFO - Static variable in class com.avos.avoscloud.internal.InternalLogger
 
LOG_LEVEL_NONE - Static variable in class com.avos.avoscloud.internal.InternalLogger
 
LOG_LEVEL_VERBOSE - Static variable in class com.avos.avoscloud.internal.InternalLogger
 
LOG_LEVEL_WARNING - Static variable in class com.avos.avoscloud.internal.InternalLogger
 
LOG_TAG - Static variable in class com.avos.avoscloud.AVUser
 
logIn(LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVAnonymousUtils
Creates an anonymous user.
logIn() - Static method in class com.avos.avoscloud.AVAnonymousUtils
Creates an anonymous user.
logIn(String, String) - Static method in class com.avos.avoscloud.AVUser
 
logIn(String, String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
Logs in a user with a username and password.
loginByMobilePhoneNumber(String, String) - Static method in class com.avos.avoscloud.AVUser
 
loginByMobilePhoneNumber(String, String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
 
loginByMobilePhoneNumberInBackground(String, String, LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVUser
 
loginByMobilePhoneNumberInBackground(String, String, LogInCallback<T>, Class<T>) - Static method in class com.avos.avoscloud.AVUser
 
loginBySMSCode(String, String) - Static method in class com.avos.avoscloud.AVUser
通过短信验证码和手机号码来登录用户 请不要在UI线程内调用本方法
loginBySMSCode(String, String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
通过短信验证码和手机号码来登录用户 请不要在UI线程内调用本方法
loginBySMSCodeInBackground(String, String, LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVUser
通过短信验证码和手机号码来登录用户 本方法为异步方法,可以在UI线程中调用
loginBySMSCodeInBackground(String, String, LogInCallback<T>, Class<T>) - Static method in class com.avos.avoscloud.AVUser
通过短信验证码和手机号码来登录用户 本方法为异步方法,可以在UI线程中调用
LogInCallback<T extends AVUser> - Class in com.avos.avoscloud
A LogInCallback is used to run code after logging in a user.
LogInCallback() - Constructor for class com.avos.avoscloud.LogInCallback
 
logInInBackground(String, String, LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVUser
 
logInInBackground(String, String, LogInCallback<T>, Class<T>) - Static method in class com.avos.avoscloud.AVUser
Logs in a user with a username and password.
loginWithAuthData(AVUser.AVThirdPartyUserAuth, LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVUser
生成一个新的AarseUser,并且将AVUser与SNS平台获取的userInfo关联。
loginWithAuthData(Class<T>, AVUser.AVThirdPartyUserAuth, LogInCallback<T>) - Static method in class com.avos.avoscloud.AVUser
生成一个新的AVUser子类化对象,并且将该对象与SNS平台获取的userInfo关联。
logOut() - Static method in class com.avos.avoscloud.AVUser
Logs out the currently logged in user session.
LogUtil - Class in com.avos.avoscloud
 
LogUtil() - Constructor for class com.avos.avoscloud.LogUtil
 
LogUtil.avlog - Class in com.avos.avoscloud
 
LogUtil.log - Class in com.avos.avoscloud
 
lookup(String) - Method in class com.avos.avoscloud.DNSAmendNetwork
 

M

main(String[]) - Static method in class com.avos.avoscloud.signature.Base64Decoder
 
mapFromByteArray(byte[]) - Static method in class com.avos.avoscloud.AVUtils
 
mapFromChildObject(AVObject, String) - Static method in class com.avos.avoscloud.AVUtils
 
mapFromDate(Date) - Static method in class com.avos.avoscloud.AVUtils
 
mapFromFile(AVFile) - Static method in class com.avos.avoscloud.AVUtils
Deprecated.
mapFromGeoPoint(AVGeoPoint) - Static method in class com.avos.avoscloud.AVUtils
 
mapFromPointerObject(AVObject) - Static method in class com.avos.avoscloud.AVUtils
 
mapFromPointerObject(AVObject, boolean) - Static method in class com.avos.avoscloud.AVUtils
 
mapFromString(String) - Static method in class com.avos.avoscloud.JSONHelper
 
mapFromUserObjectId(String) - Static method in class com.avos.avoscloud.AVUtils
 
match(String) - Method in class com.avos.avoscloud.utils.RegexValidator
Validate a value against the set of regular expressions returning the array of matched groups.
md5(String) - Static method in class com.avos.avoscloud.AVUtils
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.AddOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.AddRelationOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.AddUniqueOp
 
merge(AVOp) - Method in interface com.avos.avoscloud.ops.AVOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.BaseOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.DeleteOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.IncrementOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.NullOP
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.RemoveOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.RemoveRelationOp
 
merge(AVOp) - Method in class com.avos.avoscloud.ops.SetOp
 
MESSAGE_TAG - Static variable in class com.avos.avoscloud.AVStatus
 
MimeTypeMap - Class in com.avos.avoscloud.utils
 
MimeUtils - Class in com.avos.avoscloud.utils
Utilities for dealing with MIME types.
MISSING_OBJECT_ID - Static variable in exception com.avos.avoscloud.AVException
Error code indicating an unspecified object id.
MISSING_OBJECTID - Static variable in class com.avos.avoscloud.AVErrorUtils
 
Mname - Static variable in class com.avos.avoscloud.LogUtil.log
 
MUST_CREATE_USER_THROUGH_SIGNUP - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an user can only be created through signup.
mustRunOnUIThread() - Method in class com.avos.avoscloud.AVCallback
 

N

newArray(int) - Method in class com.avos.avoscloud.AVObject.AVObjectCreator
 
newAVObjectByClassName(String) - Static method in class com.avos.avoscloud.AVUtils
 
newAVObjectByClassName(String, String) - Static method in class com.avos.avoscloud.AVUtils
 
newAVUser(Class<T>, LogInCallback<T>) - Static method in class com.avos.avoscloud.AVUser
 
newAVUser() - Static method in class com.avos.avoscloud.AVUser
 
NO_CLOSE - Static variable in class com.avos.avoscloud.utils.Base64
Flag to pass to {Base64OutputStream} to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_FRAGMENTS - Static variable in class com.avos.avoscloud.utils.UrlValidator
Enabling this options disallows any URL fragments.
NO_PADDING - Static variable in class com.avos.avoscloud.utils.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class com.avos.avoscloud.utils.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
noPendingRequest() - Method in class com.avos.avoscloud.AVOperationQueue
 
NOT_INITIALIZED - Static variable in exception com.avos.avoscloud.AVException
You must call AVOSCloud.initialize before using the AVOSCloud library.
NullOP - Class in com.avos.avoscloud.ops
 
NullOP() - Constructor for class com.avos.avoscloud.ops.NullOP
 

O

OBJECT_ID - Static variable in class com.avos.avoscloud.AVObject
 
OBJECT_NOT_FOUND - Static variable in exception com.avos.avoscloud.AVException
Error code indicating the specified object doesn't exist.
OBJECT_TOO_LARGE - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the object is too large.
objectFromClassName(String) - Static method in class com.avos.avoscloud.AVUtils
 
objectFromRelationMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
objectId - Variable in class com.avos.avoscloud.AVObject
 
objectId - Variable in class com.avos.avoscloud.AVResponse
 
objectIdTag - Static variable in class com.avos.avoscloud.AVUtils
 
ObjectParser() - Constructor for class com.avos.avoscloud.AVUtils.ObjectParser
 
ObjectValueFilter - Class in com.avos.avoscloud
这个类主要是用来解决fastjson 遇到org.json.JSONObject与org.json.JSONArray没法正确序列化的问题 Created by lbt05 on 6/2/15.
ObjectValueFilter() - Constructor for class com.avos.avoscloud.ObjectValueFilter
 
onDataSynchronized() - Method in class com.avos.avoscloud.AVObject
 
onDataSynchronized() - Method in class com.avos.avoscloud.AVUser
 
onFailure(Request, IOException) - Method in class com.avos.avoscloud.AsyncHttpResponseHandler
 
onFailure(int, Header[], byte[], Throwable) - Method in class com.avos.avoscloud.AsyncHttpResponseHandler
 
onFailure(int, Throwable, String) - Method in class com.avos.avoscloud.GenericObjectCallback
 
onFailure(Throwable, String) - Method in class com.avos.avoscloud.GenericObjectCallback
 
onFailure(int, Header[], byte[], Throwable) - Method in class com.avos.avoscloud.GetHttpResponseHandler
 
onFailure(int, Header[], byte[], Throwable) - Method in class com.avos.avoscloud.PostHttpResponseHandler
 
onGroupRequestFinished(int, int, AVObject) - Method in class com.avos.avoscloud.GenericObjectCallback
 
onResponse(Response) - Method in class com.avos.avoscloud.AsyncHttpResponseHandler
 
onSaveFailure() - Method in class com.avos.avoscloud.AVObject
 
onSaveSuccess() - Method in class com.avos.avoscloud.AVObject
 
onSaveSuccess() - Method in class com.avos.avoscloud.AVUser
 
onSuccess(int, Header[], byte[]) - Method in class com.avos.avoscloud.AsyncHttpResponseHandler
 
onSuccess(String, AVException) - Method in class com.avos.avoscloud.GenericObjectCallback
 
onSuccess(int, Header[], byte[]) - Method in class com.avos.avoscloud.GetHttpResponseHandler
 
onSuccess(int, Header[], byte[]) - Method in class com.avos.avoscloud.PostHttpResponseHandler
 
OPERATION_FORBIDDEN - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the operation isn't allowed for clients.
ops - Variable in class com.avos.avoscloud.ops.BaseOp
 
or(List<AVQuery<T>>) - Static method in class com.avos.avoscloud.AVQuery
Constructs a query that is the or of the given queries.
or(T, T) - Static method in class com.avos.avoscloud.AVUtils
 
OR_OP - Static variable in class com.avos.avoscloud.QueryOperation
 
order(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
 
order(String) - Method in class com.avos.avoscloud.AVQuery
 
orderByAscending(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Sorts the results in ascending order by the given key.
orderByAscending(String) - Method in class com.avos.avoscloud.AVQuery
Sorts the results in ascending order by the given key.
orderByAscending(String) - Method in class com.avos.avoscloud.QueryConditions
 
orderByDescending(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Sorts the results in descending order by the given key.
orderByDescending(String) - Method in class com.avos.avoscloud.AVQuery
Sorts the results in descending order by the given key.
orderByDescending(String) - Method in class com.avos.avoscloud.QueryConditions
 
OTHER_CAUSE - Static variable in exception com.avos.avoscloud.AVException
 

P

PaasClient - Class in com.avos.avoscloud
 
PaasClient.AVHttpClient - Class in com.avos.avoscloud
 
PaasClient.ProgressInterceptor - Class in com.avos.avoscloud
 
PaasClient.ProgressListener - Interface in com.avos.avoscloud
 
parse(Object) - Method in class com.avos.avoscloud.AVUtils.ObjectParser
 
parseACLWithPublicAccess(boolean, boolean) - Static method in class com.avos.avoscloud.AVACL
Construct a AVACL object with public read/write permissions
parseAVObject(String) - Static method in class com.avos.avoscloud.AVObject
通过解析AVObject.toString得到的String对象来获取AVObject对象
parseFileKey(String) - Static method in class com.avos.avoscloud.AVUtils
 
parseFileWithAbsoluteLocalPath(String, String) - Static method in class com.avos.avoscloud.AVFile
parseFileWithAVObject(AVObject) - Static method in class com.avos.avoscloud.AVFile
Deprecated.
parseFileWithFile(String, File) - Static method in class com.avos.avoscloud.AVFile
Deprecated.
parseFileWithObjectId(String) - Static method in class com.avos.avoscloud.AVFile
Deprecated.
parseFileWithObjectIdInBackground(String, GetFileCallback<AVFile>) - Static method in class com.avos.avoscloud.AVFile
parseObjectFromMap(Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
PASSWORD_MISSING - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the password is missing or empty.
platformUserIdTag(String) - Static method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
popHead() - Method in class com.avos.avoscloud.AVOperationQueue
 
postBatchObject(List<Object>, boolean, Map<String, String>, GenericObjectCallback) - Method in class com.avos.avoscloud.PaasClient
 
postBatchSave(List, boolean, boolean, Map<String, String>, GenericObjectCallback, String, String) - Method in class com.avos.avoscloud.PaasClient
 
PostHttpResponseHandler - Class in com.avos.avoscloud
 
postObject(String, String, boolean, GenericObjectCallback) - Method in class com.avos.avoscloud.PaasClient
 
postObject(String, String, boolean, boolean, GenericObjectCallback, String, String) - Method in class com.avos.avoscloud.PaasClient
 
process(Object, String, Object) - Method in class com.avos.avoscloud.ObjectValueFilter
 
processAdditionalInfo(String, FindCallback<T>) - Method in class com.avos.avoscloud.AVQuery
 
processAdditionalInfo(String, FindCallback<AVStatus>) - Method in class com.avos.avoscloud.AVStatusQuery
 
processAuthData(AVUser.AVThirdPartyUserAuth) - Method in class com.avos.avoscloud.AVUser
 
processResults(String) - Method in class com.avos.avoscloud.AVQuery
 
ProgressCallback - Class in com.avos.avoscloud
A ProgressCallback is used to get progress of an operation.
ProgressCallback() - Constructor for class com.avos.avoscloud.ProgressCallback
 
ProgressInterceptor(PaasClient.ProgressListener) - Constructor for class com.avos.avoscloud.PaasClient.ProgressInterceptor
 
publishProgress(int) - Method in class com.avos.avoscloud.HttpClientUploader
 
publishProgress(int) - Method in interface com.avos.avoscloud.Uploader
 
PUSH_INTENT_KEY - Static variable in class com.avos.avoscloud.AVConstants
 
PUSH_MISCONFIGURED - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that push is misconfigured.
put(String, Object) - Method in class com.avos.avoscloud.AVObject
Add a key-value pair to this object.
put(String, Object, boolean) - Method in class com.avos.avoscloud.AVObject
 
put(String, Object) - Method in class com.avos.avoscloud.AVRequestParams
 
put(String, Object) - Method in class com.avos.avoscloud.AVRole
Add a key-value pair to this object.
put(String, Object) - Method in class com.avos.avoscloud.AVStatus
添加AVStatus中的一对自定义内容
put(String, Object, boolean) - Method in class com.avos.avoscloud.AVStatus
 
put(String, Object) - Method in class com.avos.avoscloud.AVUser
Add a key-value pair to this object.
putObject(String, String, boolean, Map<String, String>, GenericObjectCallback, String, String) - Method in class com.avos.avoscloud.PaasClient
 
putObject(String, String, boolean, boolean, Map<String, String>, GenericObjectCallback, String, String) - Method in class com.avos.avoscloud.PaasClient
 

Q

query(AVQuery) - Method in class com.avos.avoscloud.AVDeleteOption
Only delete object when query matches AVObject instance data
query(AVQuery) - Method in class com.avos.avoscloud.AVSaveOption
 
QueryConditions - Class in com.avos.avoscloud
Created by lbt05 on 3/31/15.
QueryConditions() - Constructor for class com.avos.avoscloud.QueryConditions
 
QueryOperation - Class in com.avos.avoscloud
Created by lbt05 on 2/25/15.
QueryOperation(String, String, Object) - Constructor for class com.avos.avoscloud.QueryOperation
 

R

RATE_LIMITED - Static variable in exception com.avos.avoscloud.AVException
Error code indicating client is rate limited by avoscloud server.
read() - Method in class com.avos.avoscloud.signature.Base64Decoder
Returns the next decoded character from the stream, or -1 if end of stream was reached.
read(byte[], int, int) - Method in class com.avos.avoscloud.signature.Base64Decoder
Reads decoded data into an array of bytes and returns the actual number of bytes read, or -1 if end of stream was reached.
readContentBytesFromFile(File) - Static method in class com.avos.avoscloud.AVUtils
 
readContentBytesFromFile(File) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
readContentBytesFromFile(File) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
readContentFromFile(File) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
readContentFromFile(File) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
readFile(String) - Static method in class com.avos.avoscloud.AVUtils
 
readFile(File) - Static method in class com.avos.avoscloud.AVUtils
 
rebuildInstanceData() - Method in class com.avos.avoscloud.AVObject
 
rebuildInstanceData() - Method in class com.avos.avoscloud.AVUser
 
refresh() - Method in class com.avos.avoscloud.AVObject
Refreshes this object with the data from the server.
refresh(String) - Method in class com.avos.avoscloud.AVObject
Refreshes this object with the data from the server.
refresh() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
refresh(String) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
RefreshCallback<T extends AVObject> - Class in com.avos.avoscloud
A RefreshCallback is used to run code after refresh is used to update a AVObject in a background thread.
RefreshCallback() - Constructor for class com.avos.avoscloud.RefreshCallback
 
refreshInBackground(RefreshCallback<AVObject>) - Method in class com.avos.avoscloud.AVObject
Refreshes this object with the data from the server in a background thread.
refreshInBackground(String, RefreshCallback<AVObject>) - Method in class com.avos.avoscloud.AVObject
Refreshes this object with the data from the server in a background thread.
refreshInBackground(RefreshCallback<AVObject>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
refreshInBackground(String, RefreshCallback<AVObject>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
RegexValidator - Class in com.avos.avoscloud.utils
Regular Expression validation (using JDK 1.4+ regex support).
RegexValidator(String) - Constructor for class com.avos.avoscloud.utils.RegexValidator
Construct a case sensitive validator for a single regular expression.
RegexValidator(String, boolean) - Constructor for class com.avos.avoscloud.utils.RegexValidator
Construct a validator for a single regular expression with the specified case sensitivity.
RegexValidator(String[]) - Constructor for class com.avos.avoscloud.utils.RegexValidator
Construct a case sensitive validator that matches any one of the set of regular expressions.
RegexValidator(String[], boolean) - Constructor for class com.avos.avoscloud.utils.RegexValidator
Construct a validator that matches any one of the set of regular expressions with the specified case sensitivity.
registerEventuallyObject(AVObject) - Static method in class com.avos.avoscloud.PaasClient
 
registerSubclass(Class<T>) - Static method in class com.avos.avoscloud.AVObject
Register subclass to AVOSCloud SDK.It must be invocated before AVOSCloud.initialize.
remove() - Static method in class com.avos.avoscloud.AVExceptionHolder
 
remove(String) - Method in class com.avos.avoscloud.AVObject
Removes a key from this object's data if it exists.
remove(AVObject) - Method in class com.avos.avoscloud.AVRelation
Removes an object from this relation.
remove(String) - Method in class com.avos.avoscloud.AVStatus
删除AVStatus中的一对自定义内容
remove(String) - Method in class com.avos.avoscloud.AVUser
Removes a key from this object's data if it exists.
remove(String, String) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
remove(String, String) - Method in interface com.avos.avoscloud.internal.InternalCache
 
remove(int) - Method in interface com.avos.avoscloud.ops.AVOp
 
remove(int) - Method in class com.avos.avoscloud.ops.BaseOp
 
remove(int) - Method in class com.avos.avoscloud.ops.NullOP
 
removeAll(String, Collection<?>) - Method in class com.avos.avoscloud.AVObject
Atomically removes all instances of the objects contained in a Collection from the array associated with a given key.
removeAll(String, Collection<?>) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
removeFirst() - Method in class com.avos.avoscloud.ops.CompoundOp
 
removeKeyZonePersistentSettings(String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
removeKeyZonePersistentSettings(String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
removeLast() - Method in class com.avos.avoscloud.ops.CompoundOp
 
removeLastModifyForUrl(String) - Static method in class com.avos.avoscloud.PaasClient
 
removeMetaData(String) - Method in class com.avos.avoscloud.AVFile
Remove file meta data.
RemoveOp - Class in com.avos.avoscloud.ops
 
RemoveOp(String, Collection<?>) - Constructor for class com.avos.avoscloud.ops.RemoveOp
 
RemoveOp() - Constructor for class com.avos.avoscloud.ops.RemoveOp
 
removePersistentSettingString(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
removePersistentSettingString(String, String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
removePersistentSettingString(String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
removePersistentSettingString(String, String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
RemoveRelationOp - Class in com.avos.avoscloud.ops
 
RemoveRelationOp(String, AVObject...) - Constructor for class com.avos.avoscloud.ops.RemoveRelationOp
 
RemoveRelationOp() - Constructor for class com.avos.avoscloud.ops.RemoveRelationOp
 
requestEmailVerfiyInBackground(String, RequestEmailVerifyCallback) - Static method in class com.avos.avoscloud.AVUser
requestEmailVerify(String) - Static method in class com.avos.avoscloud.AVUser
调用这个方法会给用户的邮箱发送一封验证邮件,让用户能够确认在AVOS Cloud网站上注册的账号邮箱
RequestEmailVerifyCallback - Class in com.avos.avoscloud
RequestEmailVerifyCallback 用来验证用户的邮箱.
RequestEmailVerifyCallback() - Constructor for class com.avos.avoscloud.RequestEmailVerifyCallback
 
requestEmailVerifyInBackground(String, RequestEmailVerifyCallback) - Static method in class com.avos.avoscloud.AVUser
调用这个方法会给用户的邮箱发送一封验证邮件,让用户能够确认在AVOS Cloud网站上注册的账号邮箱
requestLoginSmsCode(String) - Static method in class com.avos.avoscloud.AVUser
请求登录验证码 请在异步任务中调用本方法,或者请使用requestLoginSmsCodeInBackground
requestLoginSmsCodeInBackground(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.AVUser
 
RequestMobileCodeCallback - Class in com.avos.avoscloud
RequestMobilePhoneVerify 用来验证用户的手机号码
RequestMobileCodeCallback() - Constructor for class com.avos.avoscloud.RequestMobileCodeCallback
 
requestMobilePhoneVerify(String) - Static method in class com.avos.avoscloud.AVUser
调用这个方法来请求用户的手机号码验证 在发送这条请求前,请保证您已经成功保存用户的手机号码,并且在控制中心打开了“验证注册用户手机号码”选项 本方法请在异步方法中调用
requestMobilePhoneVerifyInBackgroud(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.AVUser
Deprecated.
requestMobilePhoneVerifyInBackground(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.AVUser
调用这个方法来请求用户的手机号码验证 在发送这条请求前,请保证您已经成功保存用户的手机号码,并且在控制中心打开了“验证注册用户手机号码”选项
requestPasswordReset(String) - Static method in class com.avos.avoscloud.AVUser
Requests a password reset email to be sent to the specified email address associated with the user account.
requestPasswordResetBySmsCode(String) - Static method in class com.avos.avoscloud.AVUser
申请通过短信重置用户密码 请确保是在异步程序中调用此方法,否则请调用 requestPasswordResetBySmsCodeInBackground(String mobilePhoneNumber,RequestMobileCodeCallback callback)方法
requestPasswordResetBySmsCodeInBackground(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.AVUser
申请通过短信重置用户密码
requestPasswordResetBySmsCodeInBackground(String, boolean, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.AVUser
 
RequestPasswordResetCallback - Class in com.avos.avoscloud
A RequestPasswordResetCallback is used to run code requesting a password reset for a user.
RequestPasswordResetCallback() - Constructor for class com.avos.avoscloud.RequestPasswordResetCallback
 
requestPasswordResetInBackground(String, RequestPasswordResetCallback) - Static method in class com.avos.avoscloud.AVUser
Requests a password reset email to be sent in a background thread to the specified email address associated with the user account.
requestSign() - Method in class com.avos.avoscloud.internal.impl.DefaultInternalRequestSign
 
requestSign() - Method in interface com.avos.avoscloud.internal.InternalRequestSign
compute restful api request sign
requestSMSCode(String, String, String, int) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送短信验证码 请在异步任务中调用本方法,或者调用requestSMSCodeInBackgroud(String phone, String name, String op, int ttl, RequestMobileCodeCallback callback)方法 短信示范为: 您正在{name}中进行{op},您的验证码是:{Code},请输入完整验证,有效期为:{ttl}
requestSMSCode(String, String, Map<String, Object>) - Static method in class com.avos.avoscloud.internal.InternalSMS
通过短信模板来发送短信验证码 请在异步任务中调用本方法,或者调用 public static void requestSMSCodeInBackground(String phone, String template, Map env, RequestMobileCodeCallback callback)
requestSMSCode(String) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送短信验证码 请在异步任务中调用本方法,或者调用requestSMSCodeInBackground(String phone)方法 短信示范为: 您正在{应用名称}中进行短信验证,您的验证码是:{Code},请输入完整验证,有效期为:10分钟
requestSMSCodeInBackgroud(String, String, String, int, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
Deprecated.
requestSMSCodeInBackgroud(String, String, Map<String, Object>, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
Deprecated.
requestSMSCodeInBackgroud(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
Deprecated.
requestSMSCodeInBackground(String, String, String, int, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送短信验证码 短信示范为: 您正在{name}中进行{op},您的验证码是:{Code},请输入完整验证,有效期为:{ttl}
requestSMSCodeInBackground(String, String, Map<String, Object>, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
通过短信模板来发送短信验证码
requestSMSCodeInBackground(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送短信验证码 短信示范为: 您正在{应用名称}中进行短信验证,您的验证码是:{Code},请输入完整验证,有效期为:10分钟
requestStatistic - Variable in class com.avos.avoscloud.AVObject
 
requestVoiceCode(String) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送语音验证码,验证码会以电话形式打给目标手机
requestVoiceCode(String, String) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送语音验证码,验证码会以电话形式打给目标手机
requestVoiceCodeInBackground(String, RequestMobileCodeCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
请求发送语音验证码,验证码会以电话形式打给目标手机
resetPasswordBySmsCode(String, String) - Static method in class com.avos.avoscloud.AVUser
通过短信验证码更新用户密码 请确保是在异步方法中调用本方法否则请调用resetPasswordBySmsCodeInBackground(String smsCode, String newPassword, UpdatePasswordCallback callback) 方法
resetPasswordBySmsCodeInBackground(String, String, UpdatePasswordCallback) - Static method in class com.avos.avoscloud.AVUser
通过短信验证码更新用户密码
resetPasswordBySmsCodeInBackground(String, String, boolean, UpdatePasswordCallback) - Static method in class com.avos.avoscloud.AVUser
 
restfulCloudData(Object) - Static method in class com.avos.avoscloud.AVUtils
 
restfulServerData(Map<String, ?>) - Static method in class com.avos.avoscloud.AVUtils
 
results - Variable in class com.avos.avoscloud.AVFollowResponse
 
results - Variable in class com.avos.avoscloud.AVResponse
 
results - Variable in class com.avos.avoscloud.AVResponseArray
 
retry(Throwable, String) - Method in class com.avos.avoscloud.GenericObjectCallback
 
reverseQuery(String, String, AVObject) - Static method in class com.avos.avoscloud.AVRelation
Create a query that can be used to query the parent objects in this relation.
reverseQuery(Class<M>, String, AVObject) - Static method in class com.avos.avoscloud.AVRelation
Create a query that can be used to query the parent objects in this relation.
rpcFunction(String, Object) - Static method in class com.avos.avoscloud.AVCloud
Calls a cloud function as rpc call in the background.
rpcFunctionInBackground(String, Object, FunctionCallback<T>) - Static method in class com.avos.avoscloud.AVCloud
Calls a cloud function as rpc call in the background.

S

S3Uploader - Class in com.avos.avoscloud
Created by summer on 13-5-27.
sameOp(QueryOperation) - Method in class com.avos.avoscloud.QueryOperation
 
save() - Method in class com.avos.avoscloud.AVFile
Saves the file to the AVOSCloud cloud synchronously.
save() - Method in class com.avos.avoscloud.AVObject
Saves this object to the server.
save(AVSaveOption) - Method in class com.avos.avoscloud.AVObject
Saves this object to the server.
save() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
save(String, String, String) - Method in class com.avos.avoscloud.internal.impl.DefaultInternalCacheImpementation
 
save(String, String, String) - Method in interface com.avos.avoscloud.internal.InternalCache
 
saveAll(List<? extends AVObject>) - Static method in class com.avos.avoscloud.AVObject
Saves each object in the provided list.
saveAllInBackground(List<? extends AVObject>) - Static method in class com.avos.avoscloud.AVObject
Saves each object in the provided list to the server in a background thread.
saveAllInBackground(List<? extends AVObject>, SaveCallback) - Static method in class com.avos.avoscloud.AVObject
Saves each object in the provided list to the server in a background thread.
SaveCallback - Class in com.avos.avoscloud
A SaveCallback is used to run code after saving a AVObject in a background thread.
SaveCallback() - Constructor for class com.avos.avoscloud.SaveCallback
 
saveContentToFile(byte[], File) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
saveContentToFile(String, File) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
saveContentToFile(String, File) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
saveContentToFile(byte[], File) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
saveEventually() - Method in class com.avos.avoscloud.AVObject
适用于用户并不关心具体保存到服务器的具体时间,或者数据并不需要时常与服务器发生交互时,可以使用本方法 在网络请求遇到异常时,AVOS Cloud会将此类请求保存到本地,等到网络回复正常或者排除故障以后再发送请求 被保存下来的请求会按照初始的发送顺序进行发送
saveEventually(SaveCallback) - Method in class com.avos.avoscloud.AVObject
适用于用户并不关心具体保存到服务器的具体时间,或者数据并不需要时常与服务器发生交互时,可以使用本方法 在网络请求遇到异常时,AVOS Cloud会将此类请求保存到本地,等到网络回复正常或者排除故障以后再发送请求 被保存下来的请求会按照初始的发送顺序进行发送
saveEventually() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
saveEventually(SaveCallback) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
saveFileBeforeSave(List<AVFile>, boolean, SaveCallback) - Static method in class com.avos.avoscloud.AVObject
 
saveInBackground(SaveCallback, ProgressCallback) - Method in class com.avos.avoscloud.AVFile
Saves the file to the AVOSCloud cloud in a background thread.
saveInBackground(SaveCallback) - Method in class com.avos.avoscloud.AVFile
Saves the file to the AVOSCloud cloud in a background thread.
saveInBackground() - Method in class com.avos.avoscloud.AVFile
Saves the file to the AVOSCloud cloud in a background thread.
saveInBackground() - Method in class com.avos.avoscloud.AVObject
Saves this object to the server in a background thread.
saveInBackground(AVSaveOption) - Method in class com.avos.avoscloud.AVObject
Saves this object to the server in a background thread.Use this when you do not have code to run on completion of the push.
saveInBackground(SaveCallback) - Method in class com.avos.avoscloud.AVObject
Saves this object to the server in a background thread.
saveInBackground(AVSaveOption, SaveCallback) - Method in class com.avos.avoscloud.AVObject
Saves this object to the server in a background thread.
saveInBackground() - Method in class com.avos.avoscloud.AVStatus
Deprecated.
saveInBackground(SaveCallback) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
savePersistentSettingBoolean(String, String, Boolean) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
savePersistentSettingBoolean(String, String, Boolean) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
savePersistentSettingInteger(String, String, Integer) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
savePersistentSettingInteger(String, String, Integer) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
savePersistentSettingLong(String, String, Long) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
savePersistentSettingLong(String, String, Long) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
savePersistentSettingString(String, String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
savePersistentSettingString(String, String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
saveToDocumentDir(String, String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
saveToDocumentDir(String, String, String) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
SCRIPT_ERROR - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that a Cloud Code script failed.
selectKeys(Collection<String>) - Method in class com.avos.avoscloud.AVFriendshipQuery
Restrict the fields of returned AVObjects to only include the provided keys.
selectKeys(Collection<String>) - Method in class com.avos.avoscloud.AVQuery
Restrict the fields of returned AVObjects to only include the provided keys.
selectKeys(Collection<String>) - Method in class com.avos.avoscloud.QueryConditions
 
send() - Method in class com.avos.avoscloud.AVStatus
 
SendCallback - Class in com.avos.avoscloud
A SendCallback is used to run code after sending a AVPush in a background thread.
SendCallback() - Constructor for class com.avos.avoscloud.SendCallback
 
sendInBackground(SaveCallback) - Method in class com.avos.avoscloud.AVStatus
 
sendInBackgroundWithBlock(SaveCallback) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
sendPrivateStatus(AVStatus, String) - Static method in class com.avos.avoscloud.AVStatus
向用户发私信
sendPrivateStatusInBackgroud(AVStatus, String, SaveCallback) - Static method in class com.avos.avoscloud.AVStatus
向用户发私信
sendStatusToFollowersInBackgroud(AVStatus, SaveCallback) - Static method in class com.avos.avoscloud.AVStatus
向用户的粉丝发送新状态
serviceHostMap - Static variable in class com.avos.avoscloud.internal.AppConfiguration
 
SESSION_MISSING - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that an user object without a valid session could not be altered.
SESSION_TOKEN_KEY - Static variable in class com.avos.avoscloud.AVUser
 
sessionMissingException() - Static method in class com.avos.avoscloud.AVErrorUtils
 
sessionTokenField - Static variable in class com.avos.avoscloud.PaasClient
 
setAccessToken(String) - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
setACL(AVACL) - Method in class com.avos.avoscloud.AVFile
 
setACL(AVACL) - Method in class com.avos.avoscloud.AVObject
Set the AVACL governing this object
setACL(AVACL) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
setAnonymous(boolean) - Method in class com.avos.avoscloud.AVUser
 
setAppConfiguration(AppConfiguration) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setApplicationId(String) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
setBaseUrl(String) - Method in class com.avos.avoscloud.PaasClient
 
setBucket(String) - Method in class com.avos.avoscloud.AVFile
 
setCache(InternalCache) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setCachePolicy(AVQuery.CachePolicy) - Method in class com.avos.avoscloud.AVQuery
Change the caching policy of this query.
setCallback(GenericObjectCallback) - Method in class com.avos.avoscloud.AsyncHttpResponseHandler
 
setCallback(SaveCallback) - Method in class com.avos.avoscloud.AVOperation
 
setClassName(String) - Method in class com.avos.avoscloud.AVQuery
 
setClientConfiguration(InternalClientConfiguration) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setClientKey(String) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
setClientKey(String) - Method in class com.avos.avoscloud.internal.impl.DefaultAppConfiguration
 
setConnectTimeout(long, TimeUnit) - Method in class com.avos.avoscloud.PaasClient.AVHttpClient
 
setCount(boolean) - Method in class com.avos.avoscloud.AVStatusQuery
 
setCreatedAt(String) - Method in class com.avos.avoscloud.AVStatus
 
setCurrentUser(AVUser, boolean) - Method in class com.avos.avoscloud.internal.impl.EmptyPersistence
 
setCurrentUser(AVUser, boolean) - Method in interface com.avos.avoscloud.internal.InternalPersistence
 
setData(Map<String, Object>) - Method in class com.avos.avoscloud.AVStatus
 
setDebugEnabled(boolean) - Method in class com.avos.avoscloud.internal.InternalLogger
 
setDefaultACL(AVACL, boolean) - Static method in class com.avos.avoscloud.AVACL
Sets a default ACL that will be applied to all AVObjects when they are created.
setDownloaderImplementation(Class<? extends InternalFileDownloader>) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setEmail(String) - Method in class com.avos.avoscloud.AVUser
Sets the email address.
setEnd(boolean) - Method in class com.avos.avoscloud.InboxStatusFindCallback
 
setEnv() - Method in class com.avos.avoscloud.internal.AppConfiguration
 
setEnv() - Method in class com.avos.avoscloud.internal.impl.DefaultAppConfiguration
 
setExpireAt(String) - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
setFetchWhenSave(boolean) - Method in class com.avos.avoscloud.AVObject
 
setFetchWhenSave(boolean) - Method in class com.avos.avoscloud.AVSaveOption
 
setFetchWhenSave(boolean) - Method in class com.avos.avoscloud.AVStatus
Deprecated.
setFollowees(List<T>) - Method in class com.avos.avoscloud.AVFriendship
 
setFollowers(List<T>) - Method in class com.avos.avoscloud.AVFriendship
 
setGetDataCallback(GetDataCallback) - Method in interface com.avos.avoscloud.internal.InternalFileDownloader
 
setImageUrl(String) - Method in class com.avos.avoscloud.AVStatus
 
setInboxType(String) - Method in class com.avos.avoscloud.AVStatus
 
setInboxType(String) - Method in class com.avos.avoscloud.AVStatusQuery
 
setInclude(List<String>) - Method in class com.avos.avoscloud.QueryConditions
 
setInternalCallback(InternalCallback) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setInternalLogger(InternalLogger) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setInternalPersistence(InternalPersistence) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setInternalRequestSign(InternalRequestSign) - Method in class com.avos.avoscloud.internal.InternalConfigurationController.Builder
 
setKey(String) - Method in class com.avos.avoscloud.ops.BaseOp
 
setLast(boolean) - Method in class com.avos.avoscloud.AVOperation
 
setLastModifyEnabled(boolean) - Static method in class com.avos.avoscloud.PaasClient
 
setLatitude(double) - Method in class com.avos.avoscloud.AVGeoPoint
Set latitude.
setLimit(int) - Method in class com.avos.avoscloud.AVFriendshipQuery
Controls the maximum number of results that are returned.
setLimit(int) - Method in class com.avos.avoscloud.AVQuery
Controls the maximum number of results that are returned.
setLimit(int) - Method in class com.avos.avoscloud.QueryConditions
 
setLogLevel(int) - Method in class com.avos.avoscloud.internal.InternalLogger
 
setLongitude(double) - Method in class com.avos.avoscloud.AVGeoPoint
Set longitude.
setMaxCacheAge(long) - Method in class com.avos.avoscloud.AVQuery
Sets the maximum age of cached data that will be considered in this query.
setMaxId(long) - Method in class com.avos.avoscloud.AVStatusQuery
 
setMessage(String) - Method in class com.avos.avoscloud.AVStatus
 
setMessageId(long) - Method in class com.avos.avoscloud.AVStatus
 
setMobilePhoneNumber(String) - Method in class com.avos.avoscloud.AVUser
 
setName(String) - Method in class com.avos.avoscloud.AVRole
Sets the name for a role.
setNetworkTimeoutInMills(int) - Method in class com.avos.avoscloud.internal.InternalClientConfiguration
 
setObjectId(String) - Method in class com.avos.avoscloud.AVFile
Set the file objectId.
setObjectId(String) - Method in class com.avos.avoscloud.AVObject
Setter for the object id.
SetOp - Class in com.avos.avoscloud.ops
A put object operation
SetOp() - Constructor for class com.avos.avoscloud.ops.SetOp
 
SetOp(String, Object) - Constructor for class com.avos.avoscloud.ops.SetOp
 
setOrder(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Set query order fields.
setOrder(String) - Method in class com.avos.avoscloud.AVQuery
Set query order fields.
setOrder(String) - Method in class com.avos.avoscloud.QueryConditions
 
setOwner(AVUser) - Method in class com.avos.avoscloud.AVStatusQuery
 
setParameters(Map<String, String>) - Method in class com.avos.avoscloud.QueryConditions
 
setPassword(String) - Method in class com.avos.avoscloud.AVUser
Sets the password.
setPolicy(AVQuery.CachePolicy) - Method in class com.avos.avoscloud.AVQuery
Deprecated.
setProductionMode(boolean) - Static method in class com.avos.avoscloud.AVCloud
设置调用云代码函数的测试环境或者生产环境,默认为true,也就是生产环境。
setProgressCallback(ProgressCallback) - Method in interface com.avos.avoscloud.internal.InternalFileDownloader
 
setPublicReadAccess(boolean) - Method in class com.avos.avoscloud.AVACL
Set whether the public is allowed to read this object.
setPublicWriteAccess(boolean) - Method in class com.avos.avoscloud.AVACL
Set whether the public is allowed to write this object.
setQuery(AVQuery) - Method in class com.avos.avoscloud.AVStatus
 
setReadAccess(AVUser, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether the given user id is allowed to read this object.
setReadAccess(String, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether the given user is allowed to read this object.
setRoleReadAccess(AVRole, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether users belonging to the given role are allowed to read this object.
setRoleReadAccess(String, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether users belonging to the role with the given roleName are allowed to read this object.
setRoleWriteAccess(AVRole, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether users belonging to the given role are allowed to write this object.
setRoleWriteAccess(String, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether users belonging to the role with the given roleName are allowed to write this object.
setSelectedKeys(Set<String>) - Method in class com.avos.avoscloud.QueryConditions
 
setSelfQuery(boolean) - Method in class com.avos.avoscloud.AVStatusQuery
 
setSequence(int) - Method in class com.avos.avoscloud.AVOperation
 
setServiceHost(AVOSServices, String) - Static method in class com.avos.avoscloud.PaasClient
 
setSinceId(long) - Method in class com.avos.avoscloud.AVStatusQuery
 
setSkip(int) - Method in class com.avos.avoscloud.AVFriendshipQuery
Controls the number of results to skip before returning any results.
setSkip(int) - Method in class com.avos.avoscloud.AVQuery
Controls the number of results to skip before returning any results.
setSkip(int) - Method in class com.avos.avoscloud.QueryConditions
 
setSnsType(String) - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
setSource(AVObject) - Method in class com.avos.avoscloud.AVStatus
 
setStorageType(AppConfiguration.StorageType) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
setTargetClass(String) - Method in class com.avos.avoscloud.AVRelation
当targetClass为null时,手动设置targetClass值
setTrace(boolean) - Method in class com.avos.avoscloud.AVQuery
Turn on performance tracing of finds.
setTrace(boolean) - Method in class com.avos.avoscloud.QueryConditions
 
setType(AVOp.OpType) - Method in class com.avos.avoscloud.ops.BaseOp
 
setupThreadPoolExecutor(ThreadPoolExecutor) - Method in class com.avos.avoscloud.internal.AppConfiguration
 
setupThreadPoolExecutor(ThreadPoolExecutor) - Method in class com.avos.avoscloud.internal.impl.DefaultAppConfiguration
 
setUser(AVUser) - Method in class com.avos.avoscloud.AVFriendship
 
setUserId(String) - Method in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
setUsername(String) - Method in class com.avos.avoscloud.AVUser
Sets the username.
setValues(Collection) - Method in class com.avos.avoscloud.ops.CollectionOp
 
setValues(Object) - Method in class com.avos.avoscloud.ops.IncrementOp
 
setValues(Object) - Method in class com.avos.avoscloud.ops.SetOp
 
setValues(Object) - Method in interface com.avos.avoscloud.ops.SingleValueOp
 
setWhere(Map<String, List<QueryOperation>>) - Method in class com.avos.avoscloud.QueryConditions
 
setWriteAccess(AVUser, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether the given user is allowed to write this object.
setWriteAccess(String, boolean) - Method in class com.avos.avoscloud.AVACL
Set whether the given user id is allowed to write this object.
SHA1(byte[]) - Static method in class com.avos.avoscloud.AVUtils
 
sharedInstance(AVOSServices) - Static method in class com.avos.avoscloud.PaasClient
 
shouldThrowException(Throwable, String) - Method in class com.avos.avoscloud.AVObject
 
show - Static variable in class com.avos.avoscloud.LogUtil.log
 
showAVLog - Static variable in class com.avos.avoscloud.LogUtil.avlog
 
showInternalDebugLog() - Method in class com.avos.avoscloud.internal.InternalLogger
 
signUp() - Method in class com.avos.avoscloud.AVUser
Signs up a new user.
SignUpCallback - Class in com.avos.avoscloud
A SignUpCallback is used to run code after signing up a AVUser in a background thread.
SignUpCallback() - Constructor for class com.avos.avoscloud.SignUpCallback
 
signUpInBackground(SignUpCallback) - Method in class com.avos.avoscloud.AVUser
Signs up a new user.
signUpOrLoginByMobilePhone(String, String) - Static method in class com.avos.avoscloud.AVUser
直接通过手机号码和验证码来创建或者登录用户。 如果手机号码已经存在则为登录,否则创建新用户 请不要在UI线程中间调用此方法
signUpOrLoginByMobilePhone(String, String, Class<T>) - Static method in class com.avos.avoscloud.AVUser
直接通过手机号码和验证码来创建或者登录用户。 如果手机号码已经存在则为登录,否则创建新用户 请不要在UI线程中间调用此方法
signUpOrLoginByMobilePhoneInBackground(String, String, LogInCallback<AVUser>) - Static method in class com.avos.avoscloud.AVUser
直接通过手机号码和验证码来创建或者登录用户。 如果手机号码已经存在则为登录,否则创建新用户
signUpOrLoginByMobilePhoneInBackground(String, String, Class<T>, LogInCallback<T>) - Static method in class com.avos.avoscloud.AVUser
直接通过手机号码和验证码来创建或者登录用户。 如果手机号码已经存在则为登录,否则创建新用户
SingleValueOp - Interface in com.avos.avoscloud.ops
Created by lbt05 on 6/3/15.
size() - Method in interface com.avos.avoscloud.ops.AVOp
 
size() - Method in class com.avos.avoscloud.ops.BaseOp
 
size() - Method in class com.avos.avoscloud.ops.NullOP
 
skip(int) - Method in class com.avos.avoscloud.AVFriendshipQuery
 
skip(int) - Method in class com.avos.avoscloud.AVQuery
 
SNS_SINA_WEIBO - Static variable in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
SNS_TENCENT_WEIBO - Static variable in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
SNS_TENCENT_WEIXIN - Static variable in class com.avos.avoscloud.AVUser.AVThirdPartyUserAuth
 
statistisInstance() - Static method in class com.avos.avoscloud.PaasClient
 
STATUS_END_POINT - Static variable in class com.avos.avoscloud.AVStatus
 
StatusCallback - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
StatusCallback() - Constructor for class com.avos.avoscloud.StatusCallback
 
StatusListCallback - Class in com.avos.avoscloud
Created with IntelliJ IDEA.
StatusListCallback() - Constructor for class com.avos.avoscloud.StatusListCallback
 
statusQuery(AVUser) - Static method in class com.avos.avoscloud.AVStatus
返回一个AVStatusQuery对象,用来查询用户发件箱内容
storageInstance() - Static method in class com.avos.avoscloud.PaasClient
 
storageType - Variable in class com.avos.avoscloud.internal.AppConfiguration
 
stringFromBytes(byte[]) - Static method in class com.avos.avoscloud.AVUtils
 
stringFromDate(Date) - Static method in class com.avos.avoscloud.AVUtils
 

T

Tag - Static variable in class com.avos.avoscloud.LogUtil.log
 
TIMEOUT - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the request timed out on the server.
toJSON(T) - Static method in class com.avos.avoscloud.AVUtils
 
toJSON(Object) - Static method in class com.avos.avoscloud.JSONHelper
 
toJSONObject() - Method in class com.avos.avoscloud.AVFile
 
toJSONObject() - Method in class com.avos.avoscloud.AVObject
将本对象转化为一个jsonObject
toJsonString(Map<String, Object>) - Static method in class com.avos.avoscloud.JSONHelper
 
toList(JSONArray) - Static method in class com.avos.avoscloud.JSONHelper
 
toMap() - Method in class com.avos.avoscloud.AVFile
 
toMap(JSONObject) - Static method in class com.avos.avoscloud.JSONHelper
 
toObject() - Method in class com.avos.avoscloud.AVStatus
 
toResult() - Method in class com.avos.avoscloud.QueryOperation
 
toResult(String) - Method in class com.avos.avoscloud.QueryOperation
 
toString() - Method in class com.avos.avoscloud.AVObject
 
toString() - Method in enum com.avos.avoscloud.AVOSServices
 
toString() - Method in enum com.avos.avoscloud.AVStatus.INBOX_TYPE
 
toString() - Method in class com.avos.avoscloud.AVStatus
 
toString() - Method in class com.avos.avoscloud.utils.RegexValidator
Provide a String representation of this validator.
type() - Method in interface com.avos.avoscloud.ops.AVOp
 
type - Variable in class com.avos.avoscloud.ops.BaseOp
 
type() - Method in class com.avos.avoscloud.ops.BaseOp
 
type() - Method in class com.avos.avoscloud.ops.NullOP
 
TYPE_MOBILE - Static variable in class com.avos.avoscloud.AVUtils
 
TYPE_NOT_CONNECTED - Static variable in class com.avos.avoscloud.AVUtils
 
TYPE_WIFI - Static variable in class com.avos.avoscloud.AVUtils
 
typeTag - Static variable in class com.avos.avoscloud.AVUtils
 

U

unfollow(String) - Method in class com.avos.avoscloud.AVUser
 
unfollowInBackground(String, FollowCallback) - Method in class com.avos.avoscloud.AVUser
 
UNKNOWN - Static variable in exception com.avos.avoscloud.AVException
Error code indicating unknown reason.
unregisterEvtuallyObject(AVObject) - Static method in class com.avos.avoscloud.PaasClient
 
UNSUPPORTED_SERVICE - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that a service being linked (e.g.
update(long, long, boolean) - Method in interface com.avos.avoscloud.PaasClient.ProgressListener
 
updateAPIServer(String, boolean) - Method in class com.avos.avoscloud.AppRouterManager
更新 api url 有可能因为测试或者 301 等原因需要运行过程中修改 url
updateAPIServer(String) - Static method in class com.avos.avoscloud.PaasClient
 
UPDATED_AT - Static variable in class com.avos.avoscloud.AVObject
 
updatedAt - Variable in class com.avos.avoscloud.AVObject
 
updatedAt - Variable in class com.avos.avoscloud.AVResponse
 
updateHeaderForPath(String, AVRequestParams, Map<String, String>) - Method in class com.avos.avoscloud.PaasClient
 
updateHeaders(Request.Builder, Map<String, String>, boolean) - Method in class com.avos.avoscloud.PaasClient
 
updateLastModify(String, String) - Static method in class com.avos.avoscloud.PaasClient
 
updatePassword(String, String) - Method in class com.avos.avoscloud.AVUser
同步方法调用修改用户当前的密码 您需要保证用户有效的登录状态
UpdatePasswordCallback - Class in com.avos.avoscloud
这个方法是在针对一个已经登陆用户修改密码请求
UpdatePasswordCallback() - Constructor for class com.avos.avoscloud.UpdatePasswordCallback
 
updatePasswordInBackground(String, String, UpdatePasswordCallback) - Method in class com.avos.avoscloud.AVUser
异步方法调用修改用户当前的密码 您需要保证用户有效的登录状态
updatePropertyFromList(AVObject, String, Collection<Object>) - Static method in class com.avos.avoscloud.AVUtils
 
updatePropertyFromMap(AVObject, String, Map<String, Object>) - Static method in class com.avos.avoscloud.AVUtils
 
updateRouterServer(String, boolean) - Method in class com.avos.avoscloud.AppRouterManager
更新 router url 有可能因为测试或者 301 等原因需要运行过程中修改 url
Uploader - Interface in com.avos.avoscloud
Created by lbt05 on 6/12/16.
URL_SAFE - Static variable in class com.avos.avoscloud.utils.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
urlCleanLastSlash(String) - Static method in class com.avos.avoscloud.AVUtils
 
UrlValidator - Class in com.avos.avoscloud.utils
URL Validation routines.
UrlValidator() - Constructor for class com.avos.avoscloud.utils.UrlValidator
Create a UrlValidator with default properties.
UrlValidator(String[]) - Constructor for class com.avos.avoscloud.utils.UrlValidator
Behavior of validation is modified by passing in several strings options:
UrlValidator(long) - Constructor for class com.avos.avoscloud.utils.UrlValidator
Initialize a UrlValidator with the given validation options.
UrlValidator(String[], long) - Constructor for class com.avos.avoscloud.utils.UrlValidator
Behavior of validation is modified by passing in options:
UrlValidator(RegexValidator, long) - Constructor for class com.avos.avoscloud.utils.UrlValidator
Initialize a UrlValidator with the given validation options.
UrlValidator(String[], RegexValidator, long) - Constructor for class com.avos.avoscloud.utils.UrlValidator
Customizable constructor.
useAVCloudCN() - Static method in class com.avos.avoscloud.PaasClient
 
useAVCloudUS() - Static method in class com.avos.avoscloud.PaasClient
 
useLocalStg() - Static method in class com.avos.avoscloud.PaasClient
 
USER_DOESNOT_EXIST - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that user doesn't exist
USER_ID_MISMATCH - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that User ID mismatch.
USER_MOBILE_PHONENUMBER_TAKEN - Static variable in exception com.avos.avoscloud.AVException
这个号码已经绑定过别的账号了
USER_MOBILEPHONE_MISSING - Static variable in exception com.avos.avoscloud.AVException
用户并没有绑定手机号码
USER_MOBILEPHONE_NOT_VERIFIED - Static variable in exception com.avos.avoscloud.AVException
这个手机号码尚未被验证过
USER_WITH_MOBILEPHONE_NOT_FOUND - Static variable in exception com.avos.avoscloud.AVException
没有找到绑定了该手机号的用户
userHeaderMap() - Method in class com.avos.avoscloud.PaasClient
 
USERNAME_MISSING - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the username is missing or empty.
USERNAME_PASSWORD_MISMATCH - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that username and password mismatched.
USERNAME_TAKEN - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that the username has already been taken.
useUruluServer() - Method in class com.avos.avoscloud.PaasClient
 

V

v(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
v(String, String, Throwable) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
v(String, String) - Method in class com.avos.avoscloud.internal.InternalLogger
 
v(String, String, Throwable) - Method in class com.avos.avoscloud.internal.InternalLogger
 
v(String) - Static method in class com.avos.avoscloud.LogUtil.log
 
validate(String) - Method in class com.avos.avoscloud.utils.RegexValidator
Validate a value against the set of regular expressions returning a String value of the aggregated groups.
VALIDATION_ERROR - Static variable in exception com.avos.avoscloud.AVException
Error code indicating that cloud code validation failed.
valueOf(String) - Static method in enum com.avos.avoscloud.AVObject.Hook
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.avos.avoscloud.AVOSServices
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.avos.avoscloud.AVQuery.CachePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.avos.avoscloud.AVStatus.INBOX_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.avos.avoscloud.internal.AppConfiguration.StorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.avos.avoscloud.ops.AVOp.OpType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.avos.avoscloud.AVObject.Hook
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.avos.avoscloud.AVOSServices
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.avos.avoscloud.AVQuery.CachePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.avos.avoscloud.AVStatus.INBOX_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.avos.avoscloud.internal.AppConfiguration.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.avos.avoscloud.ops.AVOp.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCode(String, String) - Static method in class com.avos.avoscloud.internal.InternalSMS
验证验证码
verifyCodeInBackground(String, String, AVMobilePhoneVerifyCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
验证验证码
verifyMobilePhone(String) - Static method in class com.avos.avoscloud.AVUser
验证手机收到的验证码 请在异步方法中调用此方法,或者您可以调用verifyMobilePhoneInBackground方法
verifyMobilePhoneInBackgroud(String, AVMobilePhoneVerifyCallback) - Static method in class com.avos.avoscloud.AVUser
Deprecated.
verifyMobilePhoneInBackground(String, AVMobilePhoneVerifyCallback) - Static method in class com.avos.avoscloud.AVUser
验证手机收到的验证码
verifySMSCode(String, String) - Static method in class com.avos.avoscloud.internal.InternalSMS
验证验证码
verifySMSCodeInBackground(String, String, AVMobilePhoneVerifyCallback) - Static method in class com.avos.avoscloud.internal.InternalSMS
验证验证码

W

w(String, String) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
w(String, String, Throwable) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
w(String, Throwable) - Method in class com.avos.avoscloud.internal.impl.EmptyLogger
 
w(String, String) - Method in class com.avos.avoscloud.internal.InternalLogger
 
w(String, String, Throwable) - Method in class com.avos.avoscloud.internal.InternalLogger
 
w(String, Throwable) - Method in class com.avos.avoscloud.internal.InternalLogger
 
w(String) - Static method in class com.avos.avoscloud.LogUtil.log
 
whereContainedIn(String, Collection<? extends Object>) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be contained in the provided list of values.
whereContainedIn(String, Collection<? extends Object>) - Method in class com.avos.avoscloud.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>) - Method in class com.avos.avoscloud.QueryConditions
 
whereContains(String, String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint for finding string values that contain a provided string.
whereContains(String, String) - Method in class com.avos.avoscloud.AVQuery
Add a constraint for finding string values that contain a provided string.
whereContains(String, String) - Method in class com.avos.avoscloud.QueryConditions
 
whereContainsAll(String, Collection<?>) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value match another AVFriendshipQuery.
whereContainsAll(String, Collection<?>) - Method in class com.avos.avoscloud.AVQuery
Add a constraint to the query that requires a particular key's value match another AVQuery.
whereContainsAll(String, Collection<?>) - Method in class com.avos.avoscloud.QueryConditions
 
whereDoesNotExist(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint for finding objects that do not contain a given key.
whereDoesNotExist(String) - Method in class com.avos.avoscloud.AVQuery
Add a constraint for finding objects that do not contain a given key.
whereDoesNotExist(String) - Method in class com.avos.avoscloud.QueryConditions
 
whereDoesNotMatchKeyInQuery(String, String, AVQuery<?>) - Method in class com.avos.avoscloud.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<?>) - Method in class com.avos.avoscloud.AVQuery
Add a constraint to the query that requires a particular key's value does not match another AVQuery.
whereEndsWith(String, String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint for finding string values that end with a provided string.
whereEndsWith(String, String) - Method in class com.avos.avoscloud.AVQuery
Add a constraint for finding string values that end with a provided string.
whereEndsWith(String, String) - Method in class com.avos.avoscloud.QueryConditions
 
whereEqualTo(String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be equal to the provided value.
whereEqualTo(String, Object) - Method in class com.avos.avoscloud.AVQuery
Add a constraint to the query that requires a particular key's value to be equal to the provided value.
whereEqualTo(String, Object) - Method in class com.avos.avoscloud.QueryConditions
 
whereExists(String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint for finding objects that contain the given key.
whereExists(String) - Method in class com.avos.avoscloud.AVQuery
Add a constraint for finding objects that contain the given key.
whereExists(String) - Method in class com.avos.avoscloud.QueryConditions
 
whereGreaterThan(String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be greater than the provided value.
whereGreaterThan(String, Object) - Method in class com.avos.avoscloud.AVQuery
Add a constraint to the query that requires a particular key's value to be greater than the provided value.
whereGreaterThan(String, Object) - Method in class com.avos.avoscloud.QueryConditions
 
whereGreaterThanOrEqualTo(String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be greater or equal to than the provided value.
whereGreaterThanOrEqualTo(String, Object) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereLessThan(String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be less than the provided value.
whereLessThan(String, Object) - Method in class com.avos.avoscloud.AVQuery
Add a constraint to the query that requires a particular key's value to be less than the provided value.
whereLessThan(String, Object) - Method in class com.avos.avoscloud.QueryConditions
 
whereLessThanOrEqualTo(String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be less or equal to than the provided value.
whereLessThanOrEqualTo(String, Object) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereMatches(String, String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a regular expression constraint for finding string values that match the provided regular expression.
whereMatches(String, String, String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a regular expression constraint for finding string values that match the provided regular expression.
whereMatches(String, String) - Method in class com.avos.avoscloud.AVQuery
Add a regular expression constraint for finding string values that match the provided regular expression.
whereMatches(String, String, String) - Method in class com.avos.avoscloud.AVQuery
Add a regular expression constraint for finding string values that match the provided regular expression.
whereMatches(String, String) - Method in class com.avos.avoscloud.QueryConditions
 
whereMatches(String, String, String) - Method in class com.avos.avoscloud.QueryConditions
 
whereMatchesKeyInQuery(String, String, AVQuery<?>) - Method in class com.avos.avoscloud.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<?>) - Method in class com.avos.avoscloud.AVQuery
Add a constraint to the query that requires a particular key's value match another AVQuery.
whereNear(String, AVGeoPoint) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a proximity based constraint for finding objects with key point values near the point given.
whereNear(String, AVGeoPoint) - Method in class com.avos.avoscloud.AVQuery
Add a proximity based constraint for finding objects with key point values near the point given.
whereNear(String, AVGeoPoint) - Method in class com.avos.avoscloud.QueryConditions
 
whereNotContainedIn(String, Collection<? extends Object>) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value not be contained in the provided list of values.
whereNotContainedIn(String, Collection<? extends Object>) - Method in class com.avos.avoscloud.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>) - Method in class com.avos.avoscloud.QueryConditions
 
whereNotEqualTo(String, Object) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint to the query that requires a particular key's value to be not equal to the provided value.
whereNotEqualTo(String, Object) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereSizeEqual(String, int) - Method in class com.avos.avoscloud.AVFriendshipQuery
添加查询约束条件,查找key类型是数组,该数组的长度匹配提供的数值。
whereSizeEqual(String, int) - Method in class com.avos.avoscloud.AVQuery
添加查询约束条件,查找key类型是数组,该数组的长度匹配提供的数值。
whereSizeEqual(String, int) - Method in class com.avos.avoscloud.QueryConditions
 
whereStartsWith(String, String) - Method in class com.avos.avoscloud.AVFriendshipQuery
Add a constraint for finding string values that start with a provided string.
whereStartsWith(String, String) - Method in class com.avos.avoscloud.AVQuery
Add a constraint for finding string values that start with a provided string.
whereStartsWith(String, String) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinGeoBox(String, AVGeoPoint, AVGeoPoint) - Method in class com.avos.avoscloud.AVFriendshipQuery
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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinKilometers(String, AVGeoPoint, double) - Method in class com.avos.avoscloud.AVFriendshipQuery
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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinKilometers(String, AVGeoPoint, double, double) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinMiles(String, AVGeoPoint, double) - Method in class com.avos.avoscloud.AVFriendshipQuery
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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinMiles(String, AVGeoPoint, double, double) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinRadians(String, AVGeoPoint, double) - Method in class com.avos.avoscloud.AVFriendshipQuery
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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.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) - Method in class com.avos.avoscloud.QueryConditions
 
whereWithinRadians(String, AVGeoPoint, double, double) - Method in class com.avos.avoscloud.QueryConditions
 
withAbsoluteLocalPath(String, String) - Static method in class com.avos.avoscloud.AVFile
Creates a new file from local file path.
withACL(boolean) - Method in class com.avos.avoscloud.AVUtils.ObjectParser
 
withAVObject(AVObject) - Static method in class com.avos.avoscloud.AVFile
Construct a AVFile from AVObject.
withDate(boolean) - Method in class com.avos.avoscloud.AVUtils.ObjectParser
 
withFile(String, File) - Static method in class com.avos.avoscloud.AVFile
Creates a new file from java.io.File object.
withInstanceValue(boolean) - Method in class com.avos.avoscloud.AVUtils.ObjectParser
 
withObjectId(String) - Static method in class com.avos.avoscloud.AVFile
Retrieve a AVFile object by object id from AVOSCloud.If the file is not found,it will throw java.io.FileNotFoundException.
withObjectIdInBackground(String, GetFileCallback<AVFile>) - Static method in class com.avos.avoscloud.AVFile
Retrieve a AVFile object by object id from AVOSCloud in background.If the file is not found,it will call the callback with java.io.FileNotFoundException.
withPointerValue(boolean) - Method in class com.avos.avoscloud.AVUtils.ObjectParser
 
write(int) - Method in class com.avos.avoscloud.signature.Base64Encoder
Writes the given byte to the output stream in an encoded form.
write(byte[], int, int) - Method in class com.avos.avoscloud.signature.Base64Encoder
Writes the given byte array to the output stream in an encoded form.
writeToParcel(Parcel, int) - Method in class com.avos.avoscloud.AVObject
 
writeToParcel(Parcel, int) - Method in class com.avos.avoscloud.AVStatus
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.