| Package | Description |
|---|---|
| com.google.api.client.googleapis.services.json |
Contains the basis for the generated service-specific libraries based on the JSON format.
|
| com.google.api.client.googleapis.testing.services.json |
Beta Test utilities for the com.google.api.client.googleapis.services.json package. |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractGoogleJsonClient |
AbstractGoogleJsonClient.Builder.build() |
AbstractGoogleJsonClient |
AbstractGoogleJsonClientRequest.getAbstractGoogleClient() |
| Constructor and Description |
|---|
AbstractGoogleJsonClientRequest(AbstractGoogleJsonClient abstractGoogleJsonClient,
java.lang.String requestMethod,
java.lang.String uriTemplate,
java.lang.Object jsonContent,
java.lang.Class<T> responseClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockGoogleJsonClient
Beta Thread-safe mock Google JSON client. |
| Constructor and Description |
|---|
MockGoogleJsonClientRequest(AbstractGoogleJsonClient client,
java.lang.String method,
java.lang.String uriTemplate,
java.lang.Object content,
java.lang.Class<T> responseClass) |
Copyright © 2010-2018 Google. All Rights Reserved.