|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.acl.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.acl.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.acl.AclScope
|
create(<string?> 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.acl.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.acl.AclScope create(<string?> value)
value
- Value or null for the default domain.
|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |