public class HttpApiConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpApiConfig.HttpMethod |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSV_INPUT_FORMAT |
protected static String |
DEFAULT_INPUT_FORMAT |
protected static String |
XML_INPUT_FORMAT |
| Constructor and Description |
|---|
HttpApiConfig(String url,
String method,
Map<String,String> headers,
String authType,
String userName,
String password,
String postBody,
List<String> params,
String dataPath,
Boolean requireTail,
String inputType,
int xmlDataLevel) |
| Modifier and Type | Method and Description |
|---|---|
String |
authType() |
String |
dataPath() |
boolean |
equals(Object obj) |
HttpApiConfig.HttpMethod |
getMethodType() |
int |
hashCode() |
Map<String,String> |
headers() |
String |
inputType() |
String |
method() |
List<String> |
params() |
String |
password() |
String |
postBody() |
boolean |
requireTail() |
String |
toString() |
String |
url() |
String |
userName() |
int |
xmlDataLevel() |
protected static final String DEFAULT_INPUT_FORMAT
protected static final String CSV_INPUT_FORMAT
protected static final String XML_INPUT_FORMAT
public String url()
public String method()
public String authType()
public String userName()
public String password()
public String postBody()
public String dataPath()
public int xmlDataLevel()
public boolean requireTail()
public HttpApiConfig.HttpMethod getMethodType()
public String inputType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.