| Constructor and Description |
|---|
HttpRequest(MethodType method,
String endPoint) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
addParams(Map<String,Object> params) |
HttpRequest |
addParams(Object... params) |
static HttpRequest |
createHttpRequest(MethodType get,
String endpoint) |
String |
getEndPoint() |
MethodType |
getMethod() |
Map<String,Object> |
getRequestParams() |
public HttpRequest(MethodType method, String endPoint)
public static HttpRequest createHttpRequest(MethodType get, String endpoint)
public HttpRequest addParams(Map<String,Object> params)
public HttpRequest addParams(Object... params)
public MethodType getMethod()
public String getEndPoint()
Copyright © 2020 Empyr, Inc.. All rights reserved.