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 ResponseCommonsHttpClient. 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 classFormRequestMethods in com.databricks.sdk.core.http that return Request Modifier and Type Method Description RequestResponse. getRequest()RequestRequest. withHeader(String key, String value)RequestRequest. withHeaders(Map<String,String> headers)RequestRequest. withQueryParam(String key, String value)RequestRequest. withUrl(String url)Methods in com.databricks.sdk.core.http with parameters of type Request Modifier and Type Method Description ResponseHttpClient. 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)
-