| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.Person | |||
| ↳ | com.google.gdata.data.sidewiki.SidewikiAuthor | |||
Sidewiki author.
| 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 Sidewiki author description.
| |||||||||||
Returns the entries number.
| |||||||||||
Returns the user rating given by the user issued the request.
| |||||||||||
Returns the Sidewiki author id.
| |||||||||||
Returns the user portrait thumbnail url.
| |||||||||||
Returns whether it has the Sidewiki author description.
| |||||||||||
Returns whether it has the entries number.
| |||||||||||
Returns whether it has the user rating given by the user issued the
request.
| |||||||||||
Returns whether it has the Sidewiki author id.
| |||||||||||
Returns whether it has the user portrait thumbnail url.
| |||||||||||
Sets the Sidewiki author description.
| |||||||||||
Sets the entries number.
| |||||||||||
Sets the user rating given by the user issued the request.
| |||||||||||
Sets the Sidewiki author id.
| |||||||||||
Sets the user portrait thumbnail url.
| |||||||||||
| 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 Sidewiki author description.
Returns the user rating given by the user issued the request.
Returns the user portrait thumbnail url.
Returns whether it has the Sidewiki author description.
Returns whether it has the entries number.
Returns whether it has the user rating given by the user issued the request.
Returns whether it has the Sidewiki author id.
Returns whether it has the user portrait thumbnail url.
Sets the Sidewiki author description.
| description | Sidewiki author description or null to
reset
|
|---|
Sets the entries number.
| numEntries | Entries number or null to reset
|
|---|
Sets the user rating given by the user issued the request.
| rating | User rating given by the user issued the request or
null to reset
|
|---|
Sets the Sidewiki author id.
| resourceId | Sidewiki author id or null to reset
|
|---|
Sets the user portrait thumbnail url.
| thumbnail | User portrait thumbnail url 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.