|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.AclScope
Describes the scope of an entry in an access control list.
Defined in gdata.js
Field Summary | |
String|Undefined |
type
Type. |
String|Undefined |
value
Value. |
<static> <final> String |
TYPE_DEFAULT
Default scope. |
<static> <final> String |
TYPE_DOMAIN
Domain scope. |
<static> <final> String |
TYPE_USER
User scope. |
Constructor Summary | |
google.gdata.AclScope(<Object> opt_params)
Constructs a scope using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
String|Undefined
|
getType()
Returns the type. |
String|Undefined
|
getValue()
Returns the value. |
void
|
setType(<String|Undefined> type)
Sets the type. |
void
|
setValue(<String|Undefined> value)
Sets the value. |
<static> google.gdata.AclScope
|
create(<String|Null> value)
Create a new scope using the typical parameters. |
Field Detail |
String|Undefined type
String|Undefined value
<static> <final> String TYPE_DEFAULT
<static> <final> String TYPE_DOMAIN
<static> <final> String TYPE_USER
Constructor Detail |
google.gdata.AclScope(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: type and value
Method Detail |
String|Undefined getType()
String|Undefined getValue()
void setType(<String|Undefined> type)
type
- Type or undefined for none
void setValue(<String|Undefined> value)
value
- Value or undefined for none
<static> google.gdata.AclScope create(<String|Null> value)
value
- Value or null for the default domain
|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |