Class google.gdata.threading.ThreadingLink
Object
|
+--google.gdata.atom.Link
|
+--google.gdata.threading.ThreadingLink
- class
google.gdata.threading.ThreadingLink
- extends google.gdata.atom.Link
Describes a threading link.
Defined in gdata.js
Field Summary |
<static> <final> {string} |
REL_REPLIES
Replies threading link. |
Constructor Summary |
google.gdata.threading.ThreadingLink(<Object> opt_params)
Constructs a threading link using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
number|undefined
|
getCount()
Returns the provides a hint to clients as to the total number of replies
contained by the linked resource.
|
google.gdata.DateTime|undefined
|
getUpdated()
Returns the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource.
|
void
|
setCount(<number|undefined> count)
Sets the provides a hint to clients as to the total number of replies
contained by the linked resource.
|
void
|
setUpdated(<google.gdata.DateTime|Date|undefined> updated)
Sets the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource.
|
Methods inherited from class google.gdata.atom.Link |
getHref, setHref, getHrefLang, setHrefLang, getLength, setLength, getRel, setRel, getTitle, setTitle, getTitleLang, setTitleLang, getType, setType
|
REL_REPLIES
<static> <final> {string} REL_REPLIES
google.gdata.threading.ThreadingLink
google.gdata.threading.ThreadingLink(<Object> opt_params)
Constructs a threading link using an object parameter whose property names
match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: count, href, hrefLang, length, rel, title, titleLang, type, and updated.
getCount
number|undefined getCount()
Returns the provides a hint to clients as to the total number of replies
contained by the linked resource. This attribute is optional.
Returns:
Provides a hint to clients as to the total number of replies contained by the linked resource or undefined for none.
getUpdated
google.gdata.DateTime|undefined getUpdated()
Returns the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource. This attribute is
optional.
Returns:
Provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource or undefined for none.
setCount
void setCount(<number|undefined> count)
Sets the provides a hint to clients as to the total number of replies
contained by the linked resource. This attribute is optional.
Parameters:
count
- Provides a hint to clients as to the total number of replies contained by the linked resource or undefined for none.
setUpdated
void setUpdated(<google.gdata.DateTime|Date|undefined> updated)
Sets the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource. This attribute is
optional.
Parameters:
updated
- Provides a hint to clients as to the date and time of the most recently updated reply contained by the linked resource or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009