java.lang.Object | ||
↳ | com.cooliris.picasa.Entry | |
↳ | com.cooliris.picasa.AlbumEntry |
This class models the album entry kind in the Picasa GData API.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AlbumEntry.Columns | Column names specific to album entries. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SCHEMA | |||||||||||
bytesUsed | The number of bytes of storage that this album uses. | ||||||||||
dateEdited | The date the album entry was last edited. | ||||||||||
datePublished | The date the album was created. | ||||||||||
dateUpdated | The date the album was last updated. | ||||||||||
editUri | The "edit" URI of the album. | ||||||||||
htmlPageUrl | A link to the HTML page associated with the album. | ||||||||||
locationString | The user-specified location associated with the album. | ||||||||||
numPhotos | The number of photos in the album. | ||||||||||
photosDirty | True if the contents of the album need to be synchronized. | ||||||||||
photosEtag | The ETag for the album/photos GData feed. | ||||||||||
summary | A short summary of the contents of the album. | ||||||||||
syncAccount | The user account that is the sync source for this entry. | ||||||||||
thumbnailUrl | The thumbnail URL associated with the album. | ||||||||||
title | The title of the album. | ||||||||||
user | The album owner. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Resets values to defaults for object reuse.
| |||||||||||
Sets the property value corresponding to the given XML element, if
applicable.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The number of bytes of storage that this album uses.
The date the album entry was last edited. May be more recent than dateUpdated.
The date the album was created.
The date the album was last updated.
The number of photos in the album.
True if the contents of the album need to be synchronized. Must be set before insert/update.
The user account that is the sync source for this entry. Must be set before insert/update.
Resets values to defaults for object reuse.
Sets the property value corresponding to the given XML element, if applicable.