public class HttpApiConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpApiConfig.HttpApiConfigBuilder |
static class |
HttpApiConfig.HttpMethod |
Modifier and Type | Field and Description |
---|---|
protected static String |
CSV_INPUT_FORMAT |
protected static String |
DEFAULT_INPUT_FORMAT |
protected boolean |
directCredentials |
protected static String |
XML_INPUT_FORMAT |
Modifier and Type | Method and Description |
---|---|
String |
authType() |
static HttpApiConfig.HttpApiConfigBuilder |
builder() |
boolean |
caseSensitiveFilters() |
CredentialsProvider |
credentialsProvider() |
String |
dataPath() |
boolean |
equals(Object o) |
boolean |
errorOn400() |
okhttp3.HttpUrl |
getHttpUrl() |
HttpApiConfig.HttpMethod |
getMethodType() |
UsernamePasswordCredentials |
getUsernamePasswordCredentials() |
int |
hashCode() |
Map<String,String> |
headers() |
String |
inputType() |
HttpJsonOptions |
jsonOptions() |
String |
limitQueryParam() |
String |
method() |
HttpPaginatorConfig |
paginator() |
List<String> |
params() |
String |
password() |
String |
postBody() |
boolean |
requireTail() |
String |
toString() |
String |
url() |
String |
userName() |
boolean |
verifySSLCert() |
int |
xmlDataLevel() |
protected static final String DEFAULT_INPUT_FORMAT
protected static final String CSV_INPUT_FORMAT
protected static final String XML_INPUT_FORMAT
protected boolean directCredentials
public static HttpApiConfig.HttpApiConfigBuilder builder()
public String url()
public boolean requireTail()
public String method()
public String postBody()
public String dataPath()
public String authType()
public String inputType()
public int xmlDataLevel()
public String limitQueryParam()
public boolean errorOn400()
public HttpJsonOptions jsonOptions()
public boolean verifySSLCert()
public HttpPaginatorConfig paginator()
public String userName()
public String password()
public okhttp3.HttpUrl getHttpUrl()
public HttpApiConfig.HttpMethod getMethodType()
public UsernamePasswordCredentials getUsernamePasswordCredentials()
public CredentialsProvider credentialsProvider()
public boolean caseSensitiveFilters()
Copyright © 1970 The Apache Software Foundation. All rights reserved.