| Interface | Description |
|---|---|
| PaasClient.ProgressListener | |
| Uploader |
Created by lbt05 on 6/12/16.
|
| Class | Description |
|---|---|
| AppRouterManager |
Created by wli on 16/5/6.
|
| AsyncHttpResponseHandler |
Created by lbt05 on 9/17/15.
|
| AVACL |
A AVACL is used to control which users can access or modify a particular object.
|
| AVAnonymousUtils |
Provides utility functions for working with Anonymously logged-in users.
|
| AVCallback<T> |
User: summer Date: 13-4-11 Time: PM3:46
|
| AVCloud |
The AVCloud class defines provides methods for interacting with AVOSCloud Cloud Functions.
|
| AVCloudQueryResult |
CloudQuery的返回值
包含符合CloudQuery的一组对象 和 符合query的对象数(在指定了count查询的时候 比如:"select count(*) from _User")
|
| AVConstants |
Created with IntelliJ IDEA.
|
| AVDeleteOption |
AVDeleteOption is a option value for AVObject delete operation
|
| AVErrorUtils |
Created with IntelliJ IDEA.
|
| AVExceptionHolder |
Created with IntelliJ IDEA.
|
| AVFile |
AVFile is a local representation of a file that is saved to the AVOSCloud cloud.
|
| AVFollowResponse |
Created with IntelliJ IDEA.
|
| AVFriendship<T extends AVUser> |
用户好友关系,同时包含用户的粉丝和用户的关注
|
| AVFriendshipQuery<T extends AVUser> |
用于查询用户的好友关系的Query对象,同时包含用户的粉丝和用户的关注
|
| AVGeoPoint |
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.
|
| AVMobilePhoneVerifyCallback | |
| AVObject |
The AVObject is a local representation of data that can be saved and retrieved from the AVOSCloud
cloud.
|
| AVObject.AVObjectCreator | |
| AVObjectReferenceCount | |
| AVOperation |
Created with IntelliJ IDEA.
|
| AVOperationQueue |
Created with IntelliJ IDEA.
|
| AVPowerfulUtils |
Created with IntelliJ IDEA.
|
| AVQuery<T extends AVObject> |
The AVQuery class defines a query that is used to fetch AVObjects.
|
| AVRelation<T extends AVObject> |
A class that is used to access all of the children of a many-to-many relationship.
|
| AVRequestParams |
Created by lbt05 on 9/17/15.
|
| AVResponse | |
| AVResponseArray | |
| AVRole |
Represents a Role on the AVOSCloud server.
|
| AVSaveOption |
Created by lbt05 on 1/15/16.
|
| AVStatus |
Created with IntelliJ IDEA.
|
| AVStatusQuery | |
| AVUser | |
| AVUser.AVThirdPartyUserAuth | |
| AVUtils | |
| AVUtils.ObjectParser | |
| CloudQueryCallback<T extends AVCloudQueryResult> |
CloudQueryCallback 是通过AVQuery直接调用cloudQuery查询之后被调用的回调函数
|
| CountCallback |
A CountCallback is used to run code after a AVQuery is used to count objects matching a query in
a background thread.
|
| DeleteCallback |
A DeleteCallback is used to run code after saving a AVObject in a background thread.
|
| DNSAmendNetwork |
Created by lbt05 on 9/14/15.
|
| FindCallback<T extends AVObject> |
A FindCallback is used to run code after a AVQuery is used to fetch a list of AVObjects in a
background thread.
|
| FollowCallback<T extends AVObject> |
Created with IntelliJ IDEA.
|
| FollowersAndFolloweesCallback<T extends AVObject> |
Created with IntelliJ IDEA.
|
| FunctionCallback<T> |
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.
|
| GenericObjectCallback | |
| GetCallback<T extends AVObject> |
A GetCallback is used to run code after a AVQuery is used to fetch a AVObject in a background
thread.
|
| GetDataCallback |
A GetDataCallback is used to run code after a AVFile fetches its data on a background thread.
|
| GetFileCallback<T extends AVFile> |
A GetFileCallback is used to run code after a AVFile.parseFileWithObjectId is used to fetch a
AVFile by object id in a background thread.
|
| GetHttpResponseHandler | |
| HttpClientUploader |
Created with IntelliJ IDEA.
|
| InboxStatusFindCallback |
本类是用于Status中的收件箱查询
增加了一个end属性,来判断是否查询到最老的一页数据
|
| JSONHelper |
Created with IntelliJ IDEA.
|
| LogInCallback<T extends AVUser> |
A LogInCallback is used to run code after logging in a user.
|
| LogUtil | |
| LogUtil.avlog | |
| LogUtil.log | |
| ObjectValueFilter |
这个类主要是用来解决fastjson 遇到org.json.JSONObject与org.json.JSONArray没法正确序列化的问题 Created by lbt05 on 6/2/15.
|
| PaasClient | |
| PaasClient.AVHttpClient | |
| PaasClient.ProgressInterceptor | |
| PostHttpResponseHandler | |
| ProgressCallback |
A ProgressCallback is used to get progress of an operation.
|
| QueryConditions |
Created by lbt05 on 3/31/15.
|
| QueryOperation |
Created by lbt05 on 2/25/15.
|
| RefreshCallback<T extends AVObject> |
A RefreshCallback is used to run code after refresh is used to update a AVObject in a background
thread.
|
| RequestEmailVerifyCallback |
RequestEmailVerifyCallback 用来验证用户的邮箱.
|
| RequestMobileCodeCallback |
RequestMobilePhoneVerify 用来验证用户的手机号码
|
| RequestPasswordResetCallback |
A RequestPasswordResetCallback is used to run code requesting a password reset for a user.
|
| S3Uploader |
Created by summer on 13-5-27.
|
| SaveCallback |
A SaveCallback is used to run code after saving a AVObject in a background thread.
|
| SendCallback |
A SendCallback is used to run code after sending a AVPush in a background thread.
|
| SignUpCallback |
A SignUpCallback is used to run code after signing up a AVUser in a background thread.
|
| StatusCallback |
Created with IntelliJ IDEA.
|
| StatusListCallback |
Created with IntelliJ IDEA.
|
| UpdatePasswordCallback |
这个方法是在针对一个已经登陆用户修改密码请求
|
| Enum | Description |
|---|---|
| AVObject.Hook | |
| AVOSServices | |
| AVQuery.CachePolicy | |
| AVStatus.INBOX_TYPE |
| Exception | Description |
|---|---|
| AVException |
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.
|
| AVRuntimeException |
AVOSCloud runtime exception.
|
| Annotation Type | Description |
|---|---|
| AVClassName |
Copyright © 2017. All rights reserved.