public final class

AlbumEntry

extends Entry
java.lang.Object
   ↳ com.cooliris.picasa.Entry
     ↳ com.cooliris.picasa.AlbumEntry

Class Overview

This class models the album entry kind in the Picasa GData API.

Summary

Nested Classes
class AlbumEntry.Columns Column names specific to album entries. 
Fields
public static final EntrySchema SCHEMA
public long bytesUsed The number of bytes of storage that this album uses.
public long dateEdited The date the album entry was last edited.
public long datePublished The date the album was created.
public long dateUpdated The date the album was last updated.
public String editUri The "edit" URI of the album.
public String htmlPageUrl A link to the HTML page associated with the album.
public String locationString The user-specified location associated with the album.
public int numPhotos The number of photos in the album.
public boolean photosDirty True if the contents of the album need to be synchronized.
public String photosEtag The ETag for the album/photos GData feed.
public String summary A short summary of the contents of the album.
public String syncAccount The user account that is the sync source for this entry.
public String thumbnailUrl The thumbnail URL associated with the album.
public String title The title of the album.
public String user The album owner.
[Expand]
Inherited Fields
From class com.cooliris.picasa.Entry
Public Constructors
AlbumEntry()
Public Methods
void clear()
Resets values to defaults for object reuse.
void setPropertyFromXml(String uri, String localName, Attributes attrs, String content)
Sets the property value corresponding to the given XML element, if applicable.
[Expand]
Inherited Methods
From class com.cooliris.picasa.Entry
From class java.lang.Object

Fields

public static final EntrySchema SCHEMA

public long bytesUsed

The number of bytes of storage that this album uses.

public long dateEdited

The date the album entry was last edited. May be more recent than dateUpdated.

public long datePublished

The date the album was created.

public long dateUpdated

The date the album was last updated.

public String editUri

The "edit" URI of the album.

public String htmlPageUrl

A link to the HTML page associated with the album.

public String locationString

The user-specified location associated with the album.

public int numPhotos

The number of photos in the album.

public boolean photosDirty

True if the contents of the album need to be synchronized. Must be set before insert/update.

public String photosEtag

The ETag for the album/photos GData feed.

public String summary

A short summary of the contents of the album.

public String syncAccount

The user account that is the sync source for this entry. Must be set before insert/update.

public String thumbnailUrl

The thumbnail URL associated with the album.

public String title

The title of the album.

public String user

The album owner.

Public Constructors

public AlbumEntry ()

Public Methods

public void clear ()

Resets values to defaults for object reuse.

public void setPropertyFromXml (String uri, String localName, Attributes attrs, String content)

Sets the property value corresponding to the given XML element, if applicable.