| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.Person | |||
| ↳ | com.google.gdata.data.photos.CommentAuthor | |||
Comment author, contains commentor name and image.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | XML_NAME | XML element name | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Person
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the gphoto nickname.
| |||||||||||
Returns the gphoto thumbnail.
| |||||||||||
Returns the username of the user who made the comment.
| |||||||||||
Returns whether it has the gphoto nickname.
| |||||||||||
Returns whether it has the gphoto thumbnail.
| |||||||||||
Returns whether it has the username of the user who made the comment.
| |||||||||||
Sets the gphoto nickname.
| |||||||||||
Sets the gphoto thumbnail.
| |||||||||||
Sets the username of the user who made the comment.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Person
| |||||||||||
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.IPerson
| |||||||||||
XML element name
Default mutable constructor.
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. |
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the username of the user who made the comment.
Returns whether it has the gphoto nickname.
Returns whether it has the gphoto thumbnail.
Returns whether it has the username of the user who made the comment.
Sets the gphoto nickname.
| nickname | Gphoto nickname or null to reset
|
|---|
Sets the gphoto thumbnail.
| thumbnail | Gphoto thumbnail or null to reset
|
|---|
Sets the username of the user who made the comment.
| username | Username of the user who made the comment or
null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.