Package com.databricks.sdk.core.http
Class Request
- java.lang.Object
-
- com.databricks.sdk.core.http.Request
-
- Direct Known Subclasses:
FormRequest
public class Request extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBody()Map<String,String>getHeaders()StringgetMethod()Map<String,String>getQuery()StringgetRequestLine()URIgetUri()StringgetUrl()inthashCode()protected static StringmapToQuery(Map<String,String> in)StringtoString()RequestwithHeader(String key, String value)RequestwithHeaders(Map<String,String> headers)RequestwithQueryParam(String key, String value)RequestwithUrl(String url)
-
-
-
Field Detail
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
POST
public static final String POST
- See Also:
- Constant Field Values
-
PUT
public static final String PUT
- See Also:
- Constant Field Values
-
PATCH
public static final String PATCH
- See Also:
- Constant Field Values
-
-