| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.client.http |
| Modifier and Type | Method and Description |
|---|---|
static Service.GDataRequest.RequestType |
Service.GDataRequest.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.GDataRequest.RequestType[] |
Service.GDataRequest.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Service.GDataRequest |
Service.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType inputType)
Creates a new GDataRequest for use by the service.
|
Service.GDataRequest |
GoogleService.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType) |
Service.GDataRequest |
Service.GDataRequestFactory.getRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType)
Creates a new GDataRequest instance of the specified RequestType.
|
| Modifier and Type | Field and Description |
|---|---|
protected Service.GDataRequest.RequestType |
HttpGDataRequest.type
The GData request type.
|
| Modifier and Type | Method and Description |
|---|---|
protected Service.GDataRequest |
HttpGDataRequest.Factory.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType)
Creates a
Service.GDataRequest instance. |
protected Service.GDataRequest |
GoogleGDataRequest.Factory.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType) |
Service.GDataRequest |
HttpGDataRequest.Factory.getRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType) |
| Constructor and Description |
|---|
GoogleGDataRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType,
HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
HttpUrlConnectionSource connectionSource)
Constructs a new GoogleGDataRequest instance of the specified
RequestType, targeting the specified URL with the specified
authentication token.
|
HttpGDataRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType inputType,
HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
HttpUrlConnectionSource connectionSource)
Constructs a new HttpGDataRequest instance of the specified RequestType,
targeting the specified URL.
|
Copyright © 2012. All Rights Reserved.