|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Service.GDataRequestFactory
The GDataRequestFactory interface defines a basic factory interface for constructing a new GDataRequest interface.
Method Summary | |
---|---|
Service.GDataRequest |
getRequest(Query query,
ContentType contentType)
Creates a new GDataRequest instance for querying a service. |
Service.GDataRequest |
getRequest(Service.GDataRequest.RequestType type,
java.net.URL requestUrl,
ContentType contentType)
Creates a new GDataRequest instance of the specified RequestType. |
void |
setAuthToken(AuthTokenFactory.AuthToken authToken)
Set authentication token to be used on subsequent requests created via getRequest(
com.google.gdata.client.Service.GDataRequest.RequestType, URL,
ContentType) . |
void |
setHeader(java.lang.String header,
java.lang.String value)
Set a header that will be included in all requests. |
void |
setPrivateHeader(java.lang.String header,
java.lang.String value)
Set a header that will be included in all requests and do not log the value. |
Method Detail |
---|
void setHeader(java.lang.String header, java.lang.String value)
header
- the name of the headervalue
- the value of the header, if null, then unset that header.void setPrivateHeader(java.lang.String header, java.lang.String value)
header
- the name of the headervalue
- the value of the header. If null, then unset that header.void setAuthToken(AuthTokenFactory.AuthToken authToken)
getRequest(
com.google.gdata.client.Service.GDataRequest.RequestType, URL,
ContentType)
.
An IllegalArgumentException
is thrown if an auth token of the
wrong type is passed, or if authentication is not supported.
authToken
- Authentication token.Service.GDataRequest getRequest(Service.GDataRequest.RequestType type, java.net.URL requestUrl, ContentType contentType) throws java.io.IOException, ServiceException
java.io.IOException
ServiceException
Service.GDataRequest getRequest(Query query, ContentType contentType) throws java.io.IOException, ServiceException
java.io.IOException
ServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |