|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.calendar.Calendar.Acl
public class Calendar.Acl
The "acl" collection of methods.
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
Calendar.Acl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Calendar.Acl()
Method Detail |
---|
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.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.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.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.
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.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.ruleId
- ACL rule identifier.content
- the AclRule
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |