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 |
---|---|
com.google.api.client.json.JsonFactory |
getJsonFactory()
Returns the JSON Factory.
|
com.google.api.client.json.JsonObjectParser |
getObjectParser()
Returns the object parser or
null for none. |
batch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, initialize
protected AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder)
builder
- builderpublic com.google.api.client.json.JsonObjectParser getObjectParser()
AbstractGoogleClient
null
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 AbstractGoogleClient
public final com.google.api.client.json.JsonFactory getJsonFactory()
Copyright © 2010–2019 Google. All rights reserved.