Package | Description |
---|---|
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
CalendarList |
CalendarList.clone() |
CalendarList |
CalendarList.set(String fieldName,
Object value) |
CalendarList |
CalendarList.setEtag(String etag)
ETag of the collection.
|
CalendarList |
CalendarList.setItems(List<CalendarListEntry> items)
Calendars that are present on the user's calendar list.
|
CalendarList |
CalendarList.setKind(String kind)
Type of the collection ("calendar#calendarList").
|
CalendarList |
CalendarList.setNextPageToken(String nextPageToken)
Token used to access the next page of this result.
|
CalendarList |
CalendarList.setNextSyncToken(String nextSyncToken)
Token used at a later point in time to retrieve only the entries that have changed since this
result was returned.
|
Copyright © 2011–2025 Google. All rights reserved.