| java.lang.Object | ||
| ↳ | com.google.gdata.data.photos.impl.GphotoDataImpl | |
| ↳ | com.google.gdata.data.photos.impl.UserDataImpl | |
Implementation class for user data objects. This class takes an
ExtensionPoint and uses it to provide all of the methods that
UserData specifies. These methods are handled by using
extension classes to retrieve or set extensions of the appropriate type.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.photos.UserData
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.photos.impl.GphotoDataImpl
| |||||||||||
From interface
com.google.gdata.data.photos.UserData
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new implementation of UserGphotoData with the given
extension point as the backing storage for data.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an Extensible
within the target extension profile.
| |||||||||||
The number of photos a user can have in a single album.
| |||||||||||
The nickname of the user.
| |||||||||||
The quota limit of the user.
| |||||||||||
The quota in bytes that the user has used.
| |||||||||||
A url to the user's portrait.
| |||||||||||
The username of the user.
| |||||||||||
Set the maximum number of photos the user is allowed.
| |||||||||||
Set the nickname of the user this item represents.
| |||||||||||
Set the quota limit for the user this item represents.
| |||||||||||
Set the used quota for the user.
| |||||||||||
Set the thumbnail for the user portrait.
| |||||||||||
Set the username for the user this item represents.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.photos.impl.GphotoDataImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
From interface
com.google.gdata.data.photos.UserData
| |||||||||||
Construct a new implementation of UserGphotoData with the given extension point as the backing storage for data.
| 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. |
|---|
The number of photos a user can have in a single album. Calculated on the server.
The nickname of the user. This is the display name of the user, defined by editing the user information through the UI.
The quota limit of the user. Set on the server, only modifiable by purchasing more storage through the UI.
The quota in bytes that the user has used. This is calculated on the server.
A url to the user's portrait.
The username of the user. The username is the user's current persona, and is not a valid email address but is instead a unique name of the user on the server.
Set the maximum number of photos the user is allowed.
| max | The number of photos the user is allowed. |
|---|
Set the nickname of the user this item represents.
| nickname | The nickname of the user. |
|---|
Set the quota limit for the user this item represents.
| quota | The quota in bytes for the user. |
|---|
Set the used quota for the user.
| quota | The quota usage in bytes for this user. |
|---|
Set the thumbnail for the user portrait.
| thumbnail | The url to the user portrait image. |
|---|
Set the username for the user this item represents.
| username | The username of the user. |
|---|