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