com.google.gdata.client
Class Service.ClientOutputProperties
java.lang.Object
com.google.gdata.client.Service.ClientStreamProperties
com.google.gdata.client.Service.ClientOutputProperties
- All Implemented Interfaces:
- OutputProperties, StreamProperties
- Enclosing class:
- Service
public class Service.ClientOutputProperties
- extends Service.ClientStreamProperties
- implements OutputProperties
The ClientOutputProperties class is an adaptor class that implements
the OutputProperties interface for content to be written to the
target service based upon its attributes and a Service.GDataRequest.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestType
protected final ContentType requestType
Service.ClientOutputProperties
public Service.ClientOutputProperties(Service.GDataRequest req,
java.lang.Object source)
Service.ClientOutputProperties
public Service.ClientOutputProperties(ContentType requestType,
java.lang.Object source)
getContentType
public ContentType getContentType()
- Description copied from interface:
StreamProperties
- Returns the MIME content type of data on the stream.
- Specified by:
getContentType in interface StreamProperties
- Returns:
- data content type
getRootMetadata
public ElementMetadata<?,?> getRootMetadata()
- Description copied from interface:
StreamProperties
- Returns the
ElementMetadata for the root object that is being
read from or written to the stream. This metadata will already be
bound to the appropriate MetadataContext for the currently
executing request.
- Specified by:
getRootMetadata in interface StreamProperties
getCallback
public java.lang.String getCallback()