| java.lang.Object | |
| ↳ | com.google.gdata.wireformats.StreamPropertiesBuilder.StreamPropertiesImpl |
The StreamPropertiesImpl class is a simple immutable value object that
implements the StreamProperties interface.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| altRegistry | |||||||||||
| contentType | |||||||||||
| elementMetadata | |||||||||||
| extensionProfile | |||||||||||
| queryMap | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new StreamPropertiesImpl instance from the values contained
in a builder instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
AltRegistry that contains the set of supported
representations and the parser/generator configuration for them. | |||||||||||
Returns the MIME content type of data on the stream.
| |||||||||||
Returns the
ExtensionProfile associated with the stream. | |||||||||||
Returns the value of a request query parameter by name or
null
if not found. | |||||||||||
Returns a Collection that contains the name of all query parameters
found in the request.
| |||||||||||
Returns the
ElementMetadata for the root object that is being
read from or written to the stream. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.StreamProperties
| |||||||||||
Constructs a new StreamPropertiesImpl instance from the values contained in a builder instance.
| builder | Build instance. |
|---|
Returns the AltRegistry that contains the set of supported
representations and the parser/generator configuration for them.
Returns the MIME content type of data on the stream.
Returns the ExtensionProfile associated with the stream.
null for requests that use the
data model classes in com.google.gdata.model.
Returns the value of a request query parameter by name or null
if not found.
| name |
|---|
Returns a Collection that contains the name of all query parameters found in the request.
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.