public class

ResumableGDataFileUploader

extends ResumableHttpFileUploader
java.lang.Object
   ↳ com.google.gdata.client.uploader.ResumableHttpFileUploader
     ↳ com.google.gdata.client.media.ResumableGDataFileUploader

Class Overview

Provides Google Data API specific capabilities to ResumableHttpFileUploader.

Summary

Nested Classes
class ResumableGDataFileUploader.Builder Builder to construct a ResumableGDataFileUploader
enum ResumableGDataFileUploader.RequestType Types of resumable update request types. 
Constants
String RESUMABLE_EDIT_MEDIA_REL
[Expand]
Inherited Constants
From class com.google.gdata.client.uploader.ResumableHttpFileUploader
Fields
private final MediaService service
[Expand]
Inherited Fields
From class com.google.gdata.client.uploader.ResumableHttpFileUploader
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

Constants

public static final String RESUMABLE_EDIT_MEDIA_REL

Constant Value: "resumable-edit-media"

Fields

private final MediaService service

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.