| Class | Description |
|---|---|
| AbstractGoogleApiOperations |
Abstract superclass for implementations that work with Google+ APIs.
|
| ApiEnumDeserializer<T extends java.lang.Enum<?>> |
Jackson
JsonDeserializer that converts a camel case string to
capital underscored string and finds the enum value with that name. |
| ApiEnumSerializer |
Jackson
JsonSerializer that converts an enum name to camel case
string. |
| GoogleTemplate |
The central class for interacting with Google APIs.
|
| PatchBuilder |
A builder of a map to be used as the request body of PATCH operations.
|