public class

File.Delete

extends AbstractKinveyJsonClientRequest<T>
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ com.google.api.client.util.GenericData
       ↳ com.kinvey.java.core.AbstractKinveyClientRequest<T>
         ↳ com.kinvey.java.core.AbstractKinveyJsonClientRequest<T>
           ↳ com.kinvey.java.File.Delete

Class Overview

Initiate a delete of a particular file already known to Kinvey.

executeUnparsed() is overridden to first GET the URI for which the file should be deleted.

Summary

Public Methods
HttpResponse executeUnparsed()
[Expand]
Inherited Methods
From class com.kinvey.java.core.AbstractKinveyJsonClientRequest
From class com.kinvey.java.core.AbstractKinveyClientRequest
From class com.google.api.client.util.GenericData
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Public Methods

public HttpResponse executeUnparsed ()

Throws
IOException