public class ApiClient extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ApiClient.JacksonJsonHttpContent |
| Constructor and Description |
|---|
ApiClient() |
ApiClient(String basePath,
com.google.api.client.http.HttpTransport httpTransport,
com.google.api.client.http.HttpRequestInitializer initializer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.google.api.client.http.HttpRequestFactory reqFactory) |
| Modifier and Type | Method and Description |
|---|---|
AccountingApi |
accountingApi() |
String |
getBasePath() |
com.google.api.client.http.HttpRequestFactory |
getHttpRequestFactory() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
public ApiClient()
public ApiClient(String basePath, com.google.api.client.http.HttpTransport httpTransport, com.google.api.client.http.HttpRequestInitializer initializer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.google.api.client.http.HttpRequestFactory reqFactory)
public com.google.api.client.http.HttpRequestFactory getHttpRequestFactory()
public String getBasePath()
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public AccountingApi accountingApi()
Copyright © 2019. All rights reserved.