Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.AclRule

Packages that use AclRule
com.google.api.services.calendar   
com.google.api.services.calendar.model   
 

Uses of AclRule in com.google.api.services.calendar
 

Methods in com.google.api.services.calendar with parameters of type AclRule
 Calendar.Acl.Insert Calendar.Acl.insert(java.lang.String calendarId, AclRule content)
          Creates an access control rule.
 Calendar.Acl.Patch Calendar.Acl.patch(java.lang.String calendarId, java.lang.String ruleId, AclRule content)
          Updates an access control rule.
 Calendar.Acl.Update Calendar.Acl.update(java.lang.String calendarId, java.lang.String ruleId, AclRule content)
          Updates an access control rule.
 

Uses of AclRule in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return AclRule
 AclRule AclRule.setEtag(java.lang.String etag)
          ETag of the resource.
 AclRule AclRule.setId(java.lang.String id)
          Identifier of the ACL rule.
 AclRule AclRule.setKind(java.lang.String kind)
          Type of the resource ("calendar#aclRule").
 AclRule AclRule.setRole(java.lang.String role)
          The role assigned to the scope.
 AclRule AclRule.setScope(AclRule.Scope scope)
          The scope of the rule.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type AclRule
 java.util.List<AclRule> Acl.getItems()
          List of rules on the access control list.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type AclRule
 Acl Acl.setItems(java.util.List<AclRule> items)
          List of rules on the access control list.