| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Acl |
Acl.clone() |
Acl |
Activity.getAccess()
Identifies who has access to see this activity.
|
Acl |
Acl.set(java.lang.String fieldName,
java.lang.Object value) |
Acl |
Acl.setDescription(java.lang.String description)
Description of the access granted, suitable for display.
|
Acl |
Acl.setItems(java.util.List<PlusAclentryResource> items)
The list of access entries.
|
Acl |
Acl.setKind(java.lang.String kind)
Identifies this resource as a collection of access controls.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.setAccess(Acl access)
Identifies who has access to see this activity.
|