Class google.gdata.sidewiki.SidewikiThumbnail
Object
|
+--google.gdata.sidewiki.SidewikiThumbnail
- class
google.gdata.sidewiki.SidewikiThumbnail
The thumbnail for a user portrait or the web page a Sidewiki entry is
about.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Thumbnail url. |
Constructor Summary |
google.gdata.sidewiki.SidewikiThumbnail(<Object> opt_params)
Constructs a sidewiki thumbnail using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the thumbnail url.
|
void
|
setValue(<string|undefined> value)
Sets the thumbnail url.
|
$t
{string|undefined} $t
Thumbnail url. This attribute is optional.
google.gdata.sidewiki.SidewikiThumbnail
google.gdata.sidewiki.SidewikiThumbnail(<Object> opt_params)
Constructs a sidewiki thumbnail 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: value.
getValue
string|undefined getValue()
Returns the thumbnail url. This attribute is optional.
Returns:
Thumbnail url or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the thumbnail url. This attribute is optional.
Parameters:
value
- Thumbnail url or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009