Package | Description |
---|---|
com.google.api.services.calendar | |
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
Calendar.Acl.Insert |
Calendar.Acl.insert(String calendarId,
AclRule content)
Creates an access control rule.
|
Calendar.Acl.Patch |
Calendar.Acl.patch(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Calendar.Acl.Update |
Calendar.Acl.update(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Constructor and Description |
---|
Insert(String calendarId,
AclRule content)
Creates an access control rule.
|
Patch(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Update(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Modifier and Type | Method and Description |
---|---|
AclRule |
AclRule.clone() |
AclRule |
AclRule.set(String fieldName,
Object value) |
AclRule |
AclRule.setEtag(String etag)
ETag of the resource.
|
AclRule |
AclRule.setId(String id)
Identifier of the Access Control List (ACL) rule.
|
AclRule |
AclRule.setKind(String kind)
Type of the resource ("calendar#aclRule").
|
AclRule |
AclRule.setRole(String role)
The role assigned to the scope.
|
AclRule |
AclRule.setScope(AclRule.Scope scope)
The extent to which calendar access is granted by this ACL rule.
|
Modifier and Type | Method and Description |
---|---|
List<AclRule> |
Acl.getItems()
List of rules on the access control list.
|
Modifier and Type | Method and Description |
---|---|
Acl |
Acl.setItems(List<AclRule> items)
List of rules on the access control list.
|
Copyright © 2011–2025 Google. All rights reserved.