public static final enum

ResumableHttpFileUploader.RequestMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.client.uploader.ResumableHttpFileUploader.RequestMethod

Class Overview

Http request type to use in upload requests.

Summary

Enum Values
ResumableHttpFileUploader.RequestMethod  POST   
ResumableHttpFileUploader.RequestMethod  PUT   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ResumableHttpFileUploader.RequestMethod valueOf(String name)
final static RequestMethod[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ResumableHttpFileUploader.RequestMethod POST

public static final ResumableHttpFileUploader.RequestMethod PUT

Public Methods

public static ResumableHttpFileUploader.RequestMethod valueOf (String name)

Parameters
name

public static final RequestMethod[] values ()