public abstract class AbstractGoogleJsonClient extends AbstractGoogleClient
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractGoogleJsonClient.Builder
Builder for
AbstractGoogleJsonClient. |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
JsonFactory |
getJsonFactory()
Returns the JSON Factory.
|
JsonObjectParser |
getObjectParser()
Returns the object parser or
null for none. |
batch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, initializeprotected AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder)
builder - builderpublic JsonObjectParser getObjectParser()
AbstractGoogleClientnull for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
getObjectParser in class AbstractGoogleClientpublic final JsonFactory getJsonFactory()
Copyright © 2010–2019 Google. All rights reserved.