| java.lang.Object | |||||
| ↳ | com.google.gdata.data.AbstractExtension | ||||
| ↳ | com.google.gdata.data.ExtensionPoint | ||||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | ||||
| ↳ | com.google.gdata.data.media.MediaEntry<E extends com.google.gdata.data.BaseEntry<E>> | ||||
| ↳ | com.google.gdata.data.maps.MapEntry | ||||
Describes a map entry.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Map map category kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Map map category kind category. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new custom property.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the link that provides the URI of an alternate format of the
entry's or feed's contents.
| |||||||||||
Returns the link that provides the URI of the full feed (without any query
parameters).
| |||||||||||
Returns the batch identifier.
| |||||||||||
Returns the batch interruption information.
| |||||||||||
Returns the batch operation.
| |||||||||||
Returns the batch response status information.
| |||||||||||
Returns the custom properties.
| |||||||||||
Returns the marker for deleted entries.
| |||||||||||
Gets the URL of the enclosed feature feed.
| |||||||||||
Returns the nested feed link.
| |||||||||||
Returns the resource id.
| |||||||||||
Gets the URL of the view projection of the feature feed.
| |||||||||||
Returns whether it has the batch identifier.
| |||||||||||
Returns whether it has the batch interruption information.
| |||||||||||
Returns whether it has the batch operation.
| |||||||||||
Returns whether it has the batch response status information.
| |||||||||||
Returns whether it has the custom properties.
| |||||||||||
Returns whether it has the marker for deleted entries.
| |||||||||||
Returns whether it has the nested feed link.
| |||||||||||
Returns whether it has the resource id.
| |||||||||||
Sets the batch identifier.
| |||||||||||
Sets the batch interruption information.
| |||||||||||
Sets the batch operation.
| |||||||||||
Sets the batch response status information.
| |||||||||||
Sets the marker for deleted entries.
| |||||||||||
Sets the nested feed link.
| |||||||||||
Sets the resource id.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.media.MediaEntry
| |||||||||||
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
From interface
com.google.gdata.data.media.IMediaEntry
| |||||||||||
Map map category kind term value.
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Adds a new custom property.
| customProperty | Custom property |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the link that provides the URI of an alternate format of the entry's or feed's contents.
null for none.
Returns the link that provides the URI of the full feed (without any query parameters).
null for none.
Returns the batch interruption information.
Returns the batch response status information.
Returns the custom properties.
Returns the marker for deleted entries.
Gets the URL of the enclosed feature feed.
null
Gets the URL of the view projection of the feature feed.
null
Returns whether it has the batch identifier.
Returns whether it has the batch interruption information.
Returns whether it has the batch operation.
Returns whether it has the batch response status information.
Returns whether it has the custom properties.
Returns whether it has the marker for deleted entries.
Returns whether it has the nested feed link.
Returns whether it has the resource id.
Sets the batch identifier.
| batchId | Batch identifier or null to reset
|
|---|
Sets the batch interruption information.
| batchInterrupted | Batch interruption information or null
to reset
|
|---|
Sets the batch operation.
| batchOperation | Batch operation or null to reset
|
|---|
Sets the batch response status information.
| batchStatus | Batch response status information or null
to reset
|
|---|
Sets the marker for deleted entries.
| deleted | Marker for deleted entries or null to reset
|
|---|
Sets the nested feed link.
| feedLink | Nested feed link or null to reset
|
|---|
Sets the resource id.
| resourceId | Resource id or null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.