Calendar API v3 (revision 30)



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

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

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

Methods in com.google.api.services.calendar.model that return Setting
 Setting Setting.setEtag(java.lang.String etag)
          ETag of the resource.
 Setting Setting.setId(java.lang.String id)
          Name of the user setting.
 Setting Setting.setKind(java.lang.String kind)
          Type of the resource ("calendar#setting").
 Setting Setting.setValue(java.lang.String value)
          Value of the user setting.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type Setting
 java.util.List<Setting> Settings.getItems()
          List of user settings.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type Setting
 Settings Settings.setItems(java.util.List<Setting> items)
          List of user settings.