public static final class

AlbumEntry.Columns

extends PicasaApi.Columns
java.lang.Object
   ↳ com.cooliris.picasa.PicasaApi.Columns
     ↳ com.cooliris.picasa.AlbumEntry.Columns

Class Overview

Column names specific to album entries.

Summary

Constants
String BYTES_USED
String LOCATION_STRING
String NUM_PHOTOS
String PHOTOS_DIRTY
String PHOTOS_ETAG
String USER
[Expand]
Inherited Constants
From class com.cooliris.picasa.PicasaApi.Columns
Public Constructors
AlbumEntry.Columns()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BYTES_USED

Constant Value: "bytes_used"

public static final String LOCATION_STRING

Constant Value: "location_string"

public static final String NUM_PHOTOS

Constant Value: "num_photos"

public static final String PHOTOS_DIRTY

Constant Value: "photos_dirty"

public static final String PHOTOS_ETAG

Constant Value: "photos_etag"

public static final String USER

Constant Value: "user"

Public Constructors

public AlbumEntry.Columns ()