| Package | Description |
|---|---|
| com.google.gdata.client.docs | |
| com.google.gdata.data.acl |
| Modifier and Type | Method and Description |
|---|---|
void |
DocsService.delete(URL aclFeedUrl,
AclScope scope)
Deletes an existing AclEntry from the specified feed URL.
|
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 | Method and Description |
|---|---|
static AclScope |
AclScope.fromExternalForm(String externalForm)
Given a standard external representation, return the scope that it
represents or null if an invalid representation.
|
AclScope |
AclEntry.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclEntry.setScope(AclScope scope) |
Copyright © 2012. All Rights Reserved.