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 |
Modifier and Type | Method and Description |
---|---|
abstract AbstractGoogleJsonClient |
AbstractGoogleJsonClient.Builder.build() |
AbstractGoogleJsonClient |
AbstractGoogleJsonClientRequest.getAbstractGoogleClient() |
Constructor and Description |
---|
AbstractGoogleJsonClientRequest(AbstractGoogleJsonClient abstractGoogleJsonClient,
String requestMethod,
String uriTemplate,
Object jsonContent,
Class<T> responseClass) |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleJsonClient
Beta Thread-safe mock Google JSON client. |
Constructor and Description |
---|
MockGoogleJsonClientRequest(AbstractGoogleJsonClient client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass) |
Copyright © 2010–2022 Google. All rights reserved.