| Package | Description |
|---|---|
| com.google.gdata.client.docs | |
| com.google.gdata.data.acl | |
| com.google.gdata.data.calendar |
| Modifier and Type | Method and Description |
|---|---|
AclEntry |
DocsService.insert(URL aclFeedUrl,
AclScope scope,
AclRole role)
Inserts a new
AclEntry into a feed
associated with the target service. |
AclEntry |
DocsService.update(URL aclFeedUrl,
AclScope scope,
AclRole role)
Updates an existing
AclEntry by writing
it to the specified feed URL. |
| Modifier and Type | Field and Description |
|---|---|
static AclRole |
AclRole.COMMENTER
Predefined value 'commenter' to indicate that a user has the right to
comment on the controlled object.
|
static AclRole |
AclRole.NONE
predefined value "none" to indicate that a user has no rights
|
static AclRole |
AclRole.OWNER
predefined value "owner" to indicate that a user has the right to read,
modify and delete the controlled object
|
static AclRole |
AclRole.PEEKER
predefined value "peeker" to indicate that a user has the right to know of
the existance of the controlled object
|
static AclRole |
AclRole.READER
predefined value "reader" to indicate that a user has the right to read the
controlled object
|
static AclRole |
AclRole.WRITER
predefined value "none" to indicate that a user has the right to read and
modify the controlled object
|
| Modifier and Type | Method and Description |
|---|---|
AclRole |
AclWithKey.getRole()
Returns the role.
|
AclRole |
AclEntry.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclWithKey.setRole(AclRole role)
Sets the role.
|
void |
AclEntry.setRole(AclRole role) |
| Constructor and Description |
|---|
AclWithKey(String key,
AclRole role)
Immutable constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static AclRole |
CalendarAclRole.EDITOR
Google Calendar "EDITOR" ACL role
|
static AclRole |
CalendarAclRole.FREEBUSY
Google Calendar "FREEBUSY" ACL role
|
static AclRole |
CalendarAclRole.NONE
Generic "NONE" ACL role (support demanded by the ACL feeds design doc)
|
static AclRole |
CalendarAclRole.OVERRIDE
Google Calendar "OVERRIDE" ACL role
|
static AclRole |
CalendarAclRole.OWNER
Google Calendar "OWNER" ACL role
|
static AclRole |
CalendarAclRole.READ
Google Calendar "READ" ACL role
|
static AclRole |
CalendarAclRole.RESPOND
Google Calendar "RESPOND" ACL role
|
static AclRole |
CalendarAclRole.ROOT
Google Calendar "ROOT" ACL role
|
Copyright © 2012. All Rights Reserved.