|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.AclRole
Describes the role of an entry in an access control list.
Defined in gdata.js
Field Summary | |
String|Undefined |
value
Value. |
<static> <final> String |
VALUE_NONE
Predefined value 'none' to indicate that a user has no rights. |
<static> <final> String |
VALUE_OWNER
Predefined value 'owner' to indicate that a user has the right to read, modify and delete the controlled object. |
<static> <final> String |
VALUE_PEEKER
Predefined value 'peeker' to indicate that a user has the right to know of the existance of the controlled object. |
<static> <final> String |
VALUE_READER
Predefined value 'reader' to indicate that a user has the right to read the controlled object. |
<static> <final> String |
VALUE_WRITER
Predefined value 'writer' to indicate that a user has the right to read and modify the controlled object. |
Constructor Summary | |
google.gdata.AclRole(<Object> opt_params)
Constructs a role using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
String|Undefined
|
getValue()
Returns the value. |
void
|
setValue(<String|Undefined> value)
Sets the value. |
Field Detail |
String|Undefined value
<static> <final> String VALUE_NONE
<static> <final> String VALUE_OWNER
<static> <final> String VALUE_PEEKER
<static> <final> String VALUE_READER
<static> <final> String VALUE_WRITER
Constructor Detail |
google.gdata.AclRole(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value
Method Detail |
String|Undefined getValue()
void setValue(<String|Undefined> value)
value
- Value or undefined for none
|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |