Class google.gdata.Control
Object
|
+--google.gdata.Control
- class
google.gdata.Control
Describes an Atom publication control status.
Defined in gdata.js
Constructor Summary |
google.gdata.Control(<Object> opt_params)
Constructs a control status using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
google.gdata.Draft|Undefined
|
getDraft()
Returns the draft tag.
|
void
|
setDraft(<google.gdata.Draft|Object|Undefined> draft)
Sets the draft tag.
|
google.gdata.Control
google.gdata.Control(<Object> opt_params)
Constructs a control status 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: draft
getDraft
google.gdata.Draft|Undefined getDraft()
Returns the draft tag. This element is required.
Returns:
Draft tag or undefined for none
setDraft
void setDraft(<google.gdata.Draft|Object|Undefined> draft)
Sets the draft tag. This element is required.
Parameters:
draft
- Draft tag, or object to use as a parameter to the google.gdata.Draft constructor, or undefined for none
Documentation generated by
JSDoc on Thu Oct 18 16:10:01 2007