Class google.gdata.calendar.SendAclNotificationsProperty
Object
|
+--google.gdata.calendar.SendAclNotificationsProperty
- class
google.gdata.calendar.SendAclNotificationsProperty
Describes whether to send ACL notifications to grantees.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Whether to send ACL notifications to grantees. |
Method Summary |
boolean|undefined
|
getValue()
Returns whether to send ACL notifications to grantees.
|
void
|
setValue(<boolean|undefined> value)
Sets whether to send ACL notifications to grantees.
|
value
{string|undefined} value
Whether to send ACL notifications to grantees. This attribute is
optional.
google.gdata.calendar.SendAclNotificationsProperty
google.gdata.calendar.SendAclNotificationsProperty(<Object> opt_params)
Constructs a send acl 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: value.
getValue
boolean|undefined getValue()
Returns whether to send ACL notifications to grantees. This attribute is
optional.
Returns:
Whether to send ACL notifications to grantees or undefined for none.
setValue
void setValue(<boolean|undefined> value)
Sets whether to send ACL notifications to grantees. This attribute is
optional.
Parameters:
value
- Whether to send ACL notifications to grantees or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009