| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.Link | |||
| ↳ | com.google.gdata.data.sites.SitesLink | |||
Describes a sites link.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SitesLink.Rel | Link relation type. | ||||||||||
| SitesLink.Type | MIME type of link target. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | COUNT | XML "thr:count" attribute name | |||||||||
| String | UPDATED | XML "thr:updated" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| count | Provides a hint to clients as to the total number of replies contained by the linked resource | ||||||||||
| updated | Provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Link
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the provides a hint to clients as to the total number of replies
contained by the linked resource.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource.
| |||||||||||
Returns whether it has the provides a hint to clients as to the total
number of replies contained by the linked resource.
| |||||||||||
Returns whether it has the provides a hint to clients as to the date and
time of the most recently updated reply contained by the linked resource.
| |||||||||||
Sets the provides a hint to clients as to the total number of replies
contained by the linked resource.
| |||||||||||
Sets the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Link
| |||||||||||
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.ILink
| |||||||||||
From interface
com.google.gdata.data.Reference
| |||||||||||
XML "thr:count" attribute name
XML "thr:updated" attribute name
XML element name
Provides a hint to clients as to the total number of replies contained by the linked resource
Provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource
Default mutable constructor.
Immutable constructor.
| count | Provides a hint to clients as to the total number of replies contained by the linked resource. |
|---|---|
| href | |
| hrefLang | |
| length | |
| rel | |
| title | |
| titleLang | |
| type | |
| updated | Provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource. |
| obj |
|---|
Returns the provides a hint to clients as to the total number of replies contained by the linked resource.
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 provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource.
Returns whether it has the provides a hint to clients as to the total number of replies contained by the linked resource.
Returns whether it has the provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource.
Sets the provides a hint to clients as to the total number of replies contained by the linked resource.
| count | Provides a hint to clients as to the total number of replies
contained by the linked resource or null to reset
|
|---|
Sets the provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource.
| updated | Provides a hint to clients as to the date and time of the
most recently updated reply contained by the linked resource or
null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
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.