| com.google.gdata.data.photos.UserData |
Known Indirect Subclasses
|
An interface for the user data objects. This is implemented by both UserEntry and UserFeed, which allows the use of a common interface when handling items of the User kind.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | The unqualified kind for a user. | |||||||||
| String | USER_KIND | The fully qualified kind term for users. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| USER_CATEGORY | A category object for users. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 data represents.
| |||||||||||
Set the quota limit for the user this data represents.
| |||||||||||
Set the used quota for the user.
| |||||||||||
Set the thumbnail for the user portrait.
| |||||||||||
Set the username for the user this data represents.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
The unqualified kind for a user.
The fully qualified kind term for users.
A category object for users. All user objects will have this set.
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. Used by the server to set the field, has no effect on the client.
| max | The number of photos the user is allowed. |
|---|
Set the nickname of the user this data represents. Used on the server to set the field of the entry or feed, this will have no effect on the client.
| nickname | The nickname of the user. |
|---|
Set the quota limit for the user this data represents. Used by the server to set the field in the response, has no effect on the client.
| quota | The quota in bytes for the user. |
|---|
Set the used quota for the user. Has no effect on the client.
| quota | The quota usage in bytes for this user. |
|---|
Set the thumbnail for the user portrait. This is used on the server and does not yet have the effect of changing the portrait when set on the client.
| thumbnail | The url to the user portrait image. |
|---|
Set the username for the user this data represents. This is used by the server and setting it on the client will have no effect.
| username | The username of the user. |
|---|