Class google.gdata.batch.Id
Object
|
+--google.gdata.batch.Id
- class
google.gdata.batch.Id
Identifies an entry inside of a batch feed.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
Constructor Summary |
google.gdata.batch.Id(<Object> opt_params)
Constructs an entry id using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
string|undefined
|
getId()
Returns the value.
|
void
|
setId(<string|undefined> id)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is required.
google.gdata.batch.Id
google.gdata.batch.Id(<Object> opt_params)
Constructs an entry id 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: id.
getId
string|undefined getId()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setId
void setId(<string|undefined> id)
Sets the value. This attribute is required.
Parameters:
id
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009