Class google.gdata.opensearch.ItemsPerPage
Object
|
+--google.gdata.opensearch.ItemsPerPage
- class
google.gdata.opensearch.ItemsPerPage
Describes the number of items that will be returned per page for paged
feeds.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
Constructor Summary |
google.gdata.opensearch.ItemsPerPage(<Object> opt_params)
Constructs an items-per-page count using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
number|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<number|undefined> value)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is required.
google.gdata.opensearch.ItemsPerPage
google.gdata.opensearch.ItemsPerPage(<Object> opt_params)
Constructs an items-per-page count 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
number|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setValue
void setValue(<number|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009