| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.http |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.execute(Request in,
Class<T> target,
RequestOptions options)
Executes HTTP request with retries and converts it to proper POJO, using custom request
options.
|
| Modifier and Type | Method and Description |
|---|---|
RequestOptions |
RequestOptions.withAuthorization(String authorization)
Sets the authorization header for the request.
|
RequestOptions |
RequestOptions.withUrl(String url)
Sets the URL for the request.
|
RequestOptions |
RequestOptions.withUserAgent(String userAgent)
Sets the User-Agent header for the request.
|
Copyright © 2025. All rights reserved.