Uses of Class
com.databricks.sdk.core.http.Request
-
Packages that use Request Package Description com.databricks.sdk.core.commons com.databricks.sdk.core.http -
-
Uses of Request in com.databricks.sdk.core.commons
Methods in com.databricks.sdk.core.commons with parameters of type Request Modifier and Type Method Description Response
CommonsHttpClient. execute(Request in)
-
Uses of Request in com.databricks.sdk.core.http
Subclasses of Request in com.databricks.sdk.core.http Modifier and Type Class Description class
FormRequest
Methods in com.databricks.sdk.core.http that return Request Modifier and Type Method Description Request
Response. getRequest()
Request
Request. withHeader(String key, String value)
Request
Request. withHeaders(Map<String,String> headers)
Request
Request. withQueryParam(String key, String value)
Request
Request. withUrl(String url)
Methods in com.databricks.sdk.core.http with parameters of type Request Modifier and Type Method Description Response
HttpClient. execute(Request in)
Constructors in com.databricks.sdk.core.http with parameters of type Request Constructor Description Response(Request request, int statusCode, String status, Map<String,List<String>> headers, String body)
-