Class google.gdata.calendar.SuppressReplyNotificationsProperty
Object
|
+--google.gdata.calendar.SuppressReplyNotificationsProperty
- class
google.gdata.calendar.SuppressReplyNotificationsProperty
Lists notification methods to be suppressed for this reply.
Defined in gdata.js
Field Summary |
{string|undefined} |
methods
Comma separated list of methods. |
Method Summary |
string|undefined
|
getMethods()
Returns the comma separated list of methods.
|
void
|
setMethods(<string|undefined> methods)
Sets the comma separated list of methods.
|
methods
{string|undefined} methods
Comma separated list of methods. This attribute is required.
google.gdata.calendar.SuppressReplyNotificationsProperty
google.gdata.calendar.SuppressReplyNotificationsProperty(<Object> opt_params)
Constructs a suppress reply notifications property 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: methods.
getMethods
string|undefined getMethods()
Returns the comma separated list of methods. This attribute is required.
Returns:
Comma separated list of methods or undefined for none.
setMethods
void setMethods(<string|undefined> methods)
Sets the comma separated list of methods. This attribute is required.
Parameters:
methods
- Comma separated list of methods or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009