AbstractKinveyOfflineClientRequest<T> |
Implementation of a Client Request, which can either pull a response from a Cache instance or from online. |
CustomEndpoints.CustomCommand |
A JSON client request which executes against a custom endpoint returning a single JSON object. |
CustomEndpoints.CustomCommandArray |
A JSON client request which executes against a custom endpoint returning an array. |
File.DeleteFile |
|
File.DownloadMetadata |
This class will upload new file metadata without actually effecting the file
Note it is not recommended to change the filename without ensuring a file exists with the new name. |
File.DownloadMetadataAndFile |
This class gets a FileMetaData object from Kinvey, and then downloads the associated File
|
File.DownloadMetadataAndFileQuery |
This class gets a FileMetaData object from Kinvey, and then downloads the associated File
|
File.UploadMetadata |
This class will upload new file metadata without actually effecting the file
Note it is not recommended to change the filename without ensuring a file exists with the new name. |
File.UploadMetadataAndFile |
This class uploads a FileMetaData object to Kinvey, returning another FileMetaData containing the upload URL
|
GetLinkedResourceClientRequest<T> |
Implementation of a Client Request, which can download linked resources through the File API as well as the AppData API in one request. |
SaveLinkedResourceClientRequest<T> |
Implementation of a Client Request, which can upload linked resources. |
User.Delete |
Delete Request Class, extends AbstractKinveyJsonClientRequest. |
User.EmailVerification |
EmailVerification Request Class, extends AbstractKinveyJsonClientRequest. |
User.ResetPassword |
ResetPassword Request Class, extends AbstractKinveyJsonClientRequest. |
User.Retrieve<T> |
Retrieve Request Class, extends AbstractKinveyJsonClientRequest. |
User.Update |
Update Request Class, extends AbstractKinveyJsonClientRequest. |
UserDiscovery.Lookup |
|
UserGroup.Create |
|
UserGroup.Delete |
TODO (from REST API documentation http://devcenter.kinvey.com/rest/guides/users#usergroupsdelete )
It's important that the app admin clean ACL metadata in the backend before deleting a group in order to prevent
a reincarnation of the same group from getting access based on old metadata. |
UserGroup.Retrieve |
|
UserGroup.Update |
|
Util.Ping |
|