Class google.gdata.calendar.ResourceProperty
Object
|
+--google.gdata.calendar.ResourceProperty
- class
google.gdata.calendar.ResourceProperty
Describes whether gd:who is a resource such as a conference room.
Defined in gdata.js
Field Summary |
{String|undefined} |
id
Resource ID. |
{String|undefined} |
value
Whether gd:who describes a resource. |
Constructor Summary |
google.gdata.calendar.ResourceProperty(<Object> opt_params)
Constructs a resource property using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
String|undefined
|
getId()
Returns the resource ID.
|
Boolean|undefined
|
getValue()
Returns whether gd:who describes a resource.
|
void
|
setId(<String|undefined> id)
Sets the resource ID.
|
void
|
setValue(<Boolean|undefined> value)
Sets whether gd:who describes a resource.
|
id
{String|undefined} id
Resource ID. This attribute is optional.
value
{String|undefined} value
Whether gd:who describes a resource. This attribute is optional.
google.gdata.calendar.ResourceProperty
google.gdata.calendar.ResourceProperty(<Object> opt_params)
Constructs a resource 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: id and value
getId
String|undefined getId()
Returns the resource ID. This attribute is optional.
Returns:
Resource ID or undefined for none
getValue
Boolean|undefined getValue()
Returns whether gd:who describes a resource. This attribute is optional.
Returns:
Whether gd:who describes a resource or undefined for none
setId
void setId(<String|undefined> id)
Sets the resource ID. This attribute is optional.
Parameters:
id
- Resource ID or undefined for none
setValue
void setValue(<Boolean|undefined> value)
Sets whether gd:who describes a resource. This attribute is optional.
Parameters:
value
- Whether gd:who describes a resource or undefined for none
Documentation generated by
JSDoc on Tue Oct 14 17:57:25 2008