public class Calendar.Acl
extends java.lang.Object
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 |
class |
Calendar.Acl.Watch |
Constructor and Description |
---|
Acl() |
Modifier and Type | Method and Description |
---|---|
Calendar.Acl.Delete |
delete(java.lang.String calendarId,
java.lang.String ruleId)
Deletes an access control rule.
|
Calendar.Acl.Get |
get(java.lang.String calendarId,
java.lang.String ruleId)
Returns an access control rule.
|
Calendar.Acl.Insert |
insert(java.lang.String calendarId,
AclRule content)
Creates an access control rule.
|
Calendar.Acl.List |
list(java.lang.String calendarId)
Returns the rules in the access control list for the calendar.
|
Calendar.Acl.Patch |
patch(java.lang.String calendarId,
java.lang.String ruleId,
AclRule content)
Updates an access control rule.
|
Calendar.Acl.Update |
update(java.lang.String calendarId,
java.lang.String ruleId,
AclRule content)
Updates an access control rule.
|
Calendar.Acl.Watch |
watch(java.lang.String calendarId,
Channel content)
Watch for changes to ACL resources.
|
public Calendar.Acl.Delete delete(java.lang.String calendarId, java.lang.String ruleId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.java.io.IOException
public Calendar.Acl.Get get(java.lang.String calendarId, java.lang.String ruleId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.java.io.IOException
public Calendar.Acl.Insert insert(java.lang.String calendarId, AclRule content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.content
- the AclRule
java.io.IOException
public Calendar.Acl.List list(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.java.io.IOException
public Calendar.Acl.Patch patch(java.lang.String calendarId, java.lang.String ruleId, AclRule content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.content
- the AclRule
java.io.IOException
public Calendar.Acl.Update update(java.lang.String calendarId, java.lang.String ruleId, AclRule content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId
- ACL rule identifier.content
- the AclRule
java.io.IOException
public Calendar.Acl.Watch watch(java.lang.String calendarId, Channel content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.content
- the Channel
java.io.IOException