| java.lang.Object | ||
| ↳ | com.google.gdata.client.Service.ClientStreamProperties | |
| ↳ | com.google.gdata.client.Service.ClientInputProperties | |
The ClientInputProperties class is an adaptor class that implements the
InputProperties interface for content to be read from the target
service based upon its attributes and a Service.GDataRequest.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| elementMetadata | |||||||||||
| expectType | |||||||||||
| inputType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Service.ClientStreamProperties
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the MIME content type of data on the stream.
| |||||||||||
Returns the
ElementMetadata for the root object that is being
read from or written to the stream. | |||||||||||
Returns the expected root type that will be produced as a result of parsing
the content.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Service.ClientStreamProperties
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.StreamProperties
| |||||||||||
From interface
com.google.gdata.wireformats.input.InputProperties
| |||||||||||
Returns the MIME content type of data on the stream.
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.
Returns the expected root type that will be produced as a result of parsing the content. The parse result will be of this type or a subtype that extends or implements the root type.