| java.lang.Object | |
| ↳ | com.google.gdata.data.photos.impl.GphotoDataImpl |
Known Direct Subclasses
|
Basic implementation class for all of the GphotoData objects. This
provides basic implementations of the standard methods that GphotoData
specifies as well as helper methods for subclasses to use when implementing
particular data interfaces.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| extClass | |||||||||||
| extPoint | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new GphotoData implementation based on the given extension.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add an extension.
| |||||||||||
Add a repeating extension.
| |||||||||||
Declares the set of expected Extension types for an Extensible
within the target extension profile.
| |||||||||||
Gets the gphoto:id of the data object.
| |||||||||||
Remove an extension.
| |||||||||||
Remove an extension by class.
| |||||||||||
Removes a repeating extension object.
| |||||||||||
Set an extension.
| |||||||||||
Sets the id of this entry.
| |||||||||||
Sets the id of this entry.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Helper method to declare an extension as available only on the local entry
class.
| |||||||||||
Get an extension by class.
| |||||||||||
Get a repeating extension by class.
| |||||||||||
Protected helper to get the simple value from a construct extension.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
Construct a new GphotoData implementation based on the given extension.
| extensionPoint |
|---|
Declares the set of expected Extension types for an Extensible
within the target extension profile. Forwards to
declareExtensions(ExtensionProfile).
| extProfile | The ExtensionProfile to initialize. |
|---|
Gets the gphoto:id of the data object. The gphoto:id is the photos-specific system id of the object, provided by the server at object creation time.
Removes a repeating extension object. Forwards to
removeRepeatingExtension(Extension).
| ext |
|---|
Sets the id of this entry.
| id | The string version of the id of this feed or entry. |
|---|
Sets the id of this entry.
| id | The long version of the id of this feed or entry. |
|---|
Helper method to declare an extension as available only on the local entry class.
| extProfile | |
|---|---|
| description |
Protected helper to get the simple value from a construct extension.
| extClass |
|---|