| Modifier and Type | Class and Description |
|---|---|
class |
Calendar.Acl.Delete |
class |
Calendar.Acl.Get |
class |
Calendar.Acl.Insert |
class |
Calendar.Acl.List |
class |
Calendar.Acl.Patch |
class |
Calendar.Acl.Update |
| Constructor and Description |
|---|
Calendar.Acl() |
| Modifier and Type | Method and Description |
|---|---|
Calendar.Acl.Delete |
delete(String calendarId,
String ruleId)
Deletes an access control rule.
|
Calendar.Acl.Get |
get(String calendarId,
String ruleId)
Returns an access control rule.
|
Calendar.Acl.Insert |
insert(String calendarId,
AclRule content)
Creates an access control rule.
|
Calendar.Acl.List |
list(String calendarId)
Returns the rules in the access control list for the calendar.
|
Calendar.Acl.Patch |
patch(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
Calendar.Acl.Update |
update(String calendarId,
String ruleId,
AclRule content)
Updates an access control rule.
|
public Calendar.Acl.Delete delete(String calendarId, String ruleId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.ruleId - ACL rule identifier.IOExceptionpublic Calendar.Acl.Get get(String calendarId, String ruleId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.ruleId - ACL rule identifier.IOExceptionpublic Calendar.Acl.Insert insert(String calendarId, AclRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.content - the AclRuleIOExceptionpublic Calendar.Acl.List list(String calendarId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.IOExceptionpublic Calendar.Acl.Patch patch(String calendarId, String ruleId, AclRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.ruleId - ACL rule identifier.content - the AclRuleIOExceptionpublic Calendar.Acl.Update update(String calendarId, String ruleId, AclRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.ruleId - ACL rule identifier.content - the AclRuleIOException