Summary
| Nested Classes |
|
class |
ResumableGDataFileUploader.Builder |
Builder to construct a ResumableGDataFileUploader. |
|
enum |
ResumableGDataFileUploader.RequestType |
Types of resumable update request types. |
| Public Methods |
|
<E extends IEntry>
E
|
getResponse(Class<E> entryClass)
Returns the upload response as an instance of parsed entryClass.
|
|
[Expand]
Inherited Methods |
From class
com.google.gdata.client.uploader.ResumableHttpFileUploader
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
RESUMABLE_EDIT_MEDIA_REL
Constant Value:
"resumable-edit-media"
Fields
Public Methods
public
E
getResponse
(Class<E> entryClass)
Returns the upload response as an instance of parsed entryClass.
Parameters
| entryClass
| The class that will be used to represent the resulting
entry. |
Returns
- the inserted media Entry returned by the service.
Throws
| IOException
| error communicating with the GData Service. |
| ServiceException
| insert request failed due to service error.
|