| Package | Description |
|---|---|
| com.google.api.client.googleapis.subscriptions |
Support for creating subscriptions and receiving notifications for Google APIs.
|
| com.google.api.client.googleapis.subscriptions.json |
JSON-based notification handling for subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
TypedNotificationCallback<T> |
TypedNotificationCallback.setDataType(Class<T> dataClass)
Sets the data type which this handler can parse or
Void.class if no data type is
expected. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonNotificationCallback<T>
A
TypedNotificationCallback which uses an JSON content encoding. |
Copyright © 2010-2013 Google. All Rights Reserved.