Calendar API v3 (revision 30)



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

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

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

Methods in com.google.api.services.calendar.model that return AclRule.Scope
 AclRule.Scope AclRule.getScope()
          The scope of the rule.
 AclRule.Scope AclRule.Scope.setType(java.lang.String type)
          The type of the scope.
 AclRule.Scope AclRule.Scope.setValue(java.lang.String value)
          The email address of a user or group, or the name of a domain, depending on the scope type.
 

Methods in com.google.api.services.calendar.model with parameters of type AclRule.Scope
 AclRule AclRule.setScope(AclRule.Scope scope)
          The scope of the rule.