public class ApiClient extends Object
| Constructor and Description |
|---|
ApiClient() |
ApiClient(DatabricksConfig config) |
ApiClient(DatabricksConfig config,
Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
String |
configuredAccountID() |
<I,O> O |
DELETE(String path,
I in,
Class<O> target) |
<T> T |
deserialize(String body,
Class<T> target) |
<T> T |
deserialize(String body,
com.fasterxml.jackson.databind.JavaType target) |
<O> O |
GET(String path,
Class<O> target) |
<I,O> O |
GET(String path,
I in,
Class<O> target) |
<I,O> Collection<O> |
getCollection(String path,
I in,
Class<O> element) |
<I> Map<String,String> |
getStringMap(String path,
I in) |
<I,O> O |
PATCH(String path,
I in,
Class<O> target) |
<I,O> O |
POST(String path,
I in,
Class<O> target) |
<I,O> O |
PUT(String path,
I in,
Class<O> target) |
protected <I,O> O |
withJavaType(String path,
I in,
com.fasterxml.jackson.databind.JavaType javaType) |
public ApiClient()
public ApiClient(DatabricksConfig config)
public ApiClient(DatabricksConfig config, Timer timer)
public String configuredAccountID()
public <I,O> Collection<O> getCollection(String path, I in, Class<O> element)
protected <I,O> O withJavaType(String path, I in, com.fasterxml.jackson.databind.JavaType javaType)
public <T> T deserialize(String body, Class<T> target) throws IOException
IOExceptionpublic <T> T deserialize(String body, com.fasterxml.jackson.databind.JavaType target) throws IOException
IOExceptionCopyright © 2023. All rights reserved.