| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.youtube.UserProfileEntry | |||
An atom entry containing a user profile.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORIES | Nonstandard categories that might be found in this entry. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Gets the user description.
| |||||||||||
Returns the term of the channel type category.
| |||||||||||
Returns a link to the user contacts (friends) feed.
| |||||||||||
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
yt:aboutMe for the user self description and atom:summary for
the user channel description
| |||||||||||
Returns a link to the user favorites feed.
| |||||||||||
Returns a link to the featured video of the user's profile.
| |||||||||||
Returns a modifiable list of
FeedLinks. | |||||||||||
Gets the first name of the youtube user
| |||||||||||
Returns a link to the user's friends activity feed.
| |||||||||||
Returns a link to the user inbox feed.
| |||||||||||
Gets the last name of the youtube user
| |||||||||||
Returns a link to the user's new subscription videos feed.
| |||||||||||
Returns a link to the user playlists feed.
| |||||||||||
Returns a link to the user's recent activity feed.
| |||||||||||
Returns a link to the users subscriptions feed.
| |||||||||||
Returns a link to the user uploads feed.
| |||||||||||
Gets the youtube username.
| |||||||||||
Returns a link to the playlist defined by the user as video log.
| |||||||||||
Sets the user description.
| |||||||||||
Set channel type of category tag.
| |||||||||||
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
yt:aboutMe for the user self description and atom:summary for
the user channel description
| |||||||||||
Sets the first name of the youtube user
| |||||||||||
Sets the last name of the youtube user
| |||||||||||
Sets the youtube username.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Nonstandard categories that might be found in this entry.
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Gets the user description.
Returns the term of the channel type category. If no category with scheme channel type is found, null is returned.
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
yt:aboutMe for the user self description and atom:summary for
the user channel description
Gets the channel description.
Gets the first name of the youtube user
Returns a link to the user's friends activity feed.
Gets the last name of the youtube user
Returns a link to the user's new subscription videos feed.
Gets the youtube username.
Sets the user description.
| aboutMe |
|---|
| age |
|---|
| books |
|---|
Set channel type of category tag.
| channelTypeTerm | If null, the channel type category is removed. |
|---|
| company |
|---|
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
yt:aboutMe for the user self description and atom:summary for
the user channel description
Sets the channel description.
| description |
|---|
Sets the first name of the youtube user
| firstname |
|---|
| hobbies |
|---|
| hometown |
|---|
Sets the last name of the youtube user
| lastname |
|---|
| location |
|---|
| movies |
|---|
| music |
|---|
| occupation |
|---|
| school |
|---|
Sets the youtube username.
| name |
|---|