java.lang.Object | ||
↳ | com.cooliris.picasa.Entry | |
↳ | com.cooliris.picasa.PhotoEntry |
This class models the photo entry kind in the Picasa GData API.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SCHEMA | |||||||||||
albumId | The containing album ID. | ||||||||||
commentCount | The number of comments associated with the photo. | ||||||||||
contentType | The MIME type of the content URL. | ||||||||||
contentUrl | The "content" URL for the photo (currently 1280px, or a video). | ||||||||||
dateEdited | The date the photo entry was last edited. | ||||||||||
datePublished | The date the photo was added. | ||||||||||
dateTaken | The date the photo was captured as specified in the EXIF data. | ||||||||||
dateUpdated | The date the photo was last updated. | ||||||||||
displayIndex | The display index of the photo within the album. | ||||||||||
editUri | The "edit" URI of the photo. | ||||||||||
height | The height of the photo in pixels. | ||||||||||
htmlPageUrl | A link to the HTML page associated with the album. | ||||||||||
latitude | The latitude associated with the photo. | ||||||||||
longitude | The longitude associated with the photo. | ||||||||||
rotation | The rotation of the photo in degrees, if rotation has not already been applied. | ||||||||||
screennailUrl | The "screennail" URL for the photo (currently 800px). | ||||||||||
size | The size of the photo is bytes. | ||||||||||
summary | A short summary of the photo. | ||||||||||
syncAccount | The user account that is the sync source for this entry. | ||||||||||
thumbnailUrl | The "mini-thumbnail" URL for the photo (currently 144px-cropped). | ||||||||||
title | The title of the photo. | ||||||||||
width | The width of the photo in pixels. |
[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 containing album ID.
The number of comments associated with the photo.
The "content" URL for the photo (currently 1280px, or a video). The original image URL is not fetched since "imgmax" accepts one size, used to get this resource.
The date the photo entry was last edited. May be more recent than dateUpdated.
The date the photo was added.
The date the photo was captured as specified in the EXIF data.
The date the photo was last updated.
The display index of the photo within the album. Must be set before insert/update.
The height of the photo in pixels.
The latitude associated with the photo.
The longitude associated with the photo.
The rotation of the photo in degrees, if rotation has not already been applied.
The size of the photo is bytes.
The user account that is the sync source for this entry. Must be set before insert/update.
The width of the photo in pixels.
Resets values to defaults for object reuse.
Sets the property value corresponding to the given XML element, if applicable.