| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
Setting |
Setting.clone() |
Setting |
Setting.set(java.lang.String fieldName,
java.lang.Object value) |
Setting |
Setting.setEtag(java.lang.String etag)
ETag of the resource.
|
Setting |
Setting.setId(java.lang.String id)
The id 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Setting> |
Settings.getItems()
List of user settings.
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.setItems(java.util.List<Setting> items)
List of user settings.
|