| Package | Description |
|---|---|
| com.google.api.services.calendar | |
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
Calendar.Channels.Stop |
Calendar.Channels.stop(Channel content)
Stop watching resources through this channel
Create a request for the method "channels.stop".
|
Calendar.CalendarList.Watch |
Calendar.CalendarList.watch(Channel content)
Watch for changes to CalendarList resources.
|
Calendar.Settings.Watch |
Calendar.Settings.watch(Channel content)
Watch for changes to Settings resources.
|
Calendar.Acl.Watch |
Calendar.Acl.watch(java.lang.String calendarId,
Channel content)
Watch for changes to ACL resources.
|
Calendar.Events.Watch |
Calendar.Events.watch(java.lang.String calendarId,
Channel content)
Watch for changes to Events resources.
|
| Constructor and Description |
|---|
Calendar.Acl.Watch(java.lang.String calendarId,
Channel content)
Watch for changes to ACL resources.
|
Calendar.CalendarList.Watch(Channel content)
Watch for changes to CalendarList resources.
|
Calendar.Channels.Stop(Channel content)
Stop watching resources through this channel
Create a request for the method "channels.stop".
|
Calendar.Events.Watch(java.lang.String calendarId,
Channel content)
Watch for changes to Events resources.
|
Calendar.Settings.Watch(Channel content)
Watch for changes to Settings resources.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
Channel.set(java.lang.String fieldName,
java.lang.Object value) |
Channel |
Channel.setAddress(java.lang.String address)
The address where notifications are delivered for this channel.
|
Channel |
Channel.setExpiration(java.lang.Long expiration)
Date and time of notification channel expiration, expressed as a Unix timestamp, in
milliseconds.
|
Channel |
Channel.setId(java.lang.String id)
A UUID or similar unique string that identifies this channel.
|
Channel |
Channel.setKind(java.lang.String kind)
Identifies this as a notification channel used to watch for changes to a resource.
|
Channel |
Channel.setParams(java.util.Map<java.lang.String,java.lang.String> params)
Additional parameters controlling delivery channel behavior.
|
Channel |
Channel.setPayload(java.lang.Boolean payload)
A Boolean value to indicate whether payload is wanted.
|
Channel |
Channel.setResourceId(java.lang.String resourceId)
An opaque ID that identifies the resource being watched on this channel.
|
Channel |
Channel.setResourceUri(java.lang.String resourceUri)
A version-specific identifier for the watched resource.
|
Channel |
Channel.setToken(java.lang.String token)
An arbitrary string delivered to the target address with each notification delivered over this
channel.
|
Channel |
Channel.setType(java.lang.String type)
The type of delivery mechanism used for this channel.
|