| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.model | |
| com.google.gdata.util |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Service.getSchema()
Returns the
Schema that contains the metadata about
element types parsed or generated by this service. |
| Modifier and Type | Method and Description |
|---|---|
Schema |
MetadataRegistry.createSchema()
Creates a
Schema out of this registry. |
Schema |
Metadata.getSchema()
Returns the
Schema that this metadata is a part of. |
Schema |
ForwardingElementMetadata.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IEntry> |
ParseUtil.readEntry(ParseSource source,
Class<T> requestedClass,
ExtensionProfile extProfile,
Schema schema)
Reads an entry from a parse source, returning an instance of the requested
class, and using the given extension profile if parsing into the old data
model.
|
static <F extends IFeed> |
ParseUtil.readFeed(ParseSource source,
Class<F> requestedClass,
ExtensionProfile extProfile,
Schema schema)
This method provides the base implementation of feed reading using either
static or dynamic typing.
|
Copyright © 2012. All Rights Reserved.