public class ApiClientInternals extends Object
Constructor and Description |
---|
ApiClientInternals(String applicationPath,
String username,
String password,
ProxySettings proxySettings) |
Modifier and Type | Method and Description |
---|---|
com.versionone.apiclient.IAttachments |
getAttachments() |
CookiesManager |
getCookiesJar()
Cookies manager to work with cookies.
|
Map<String,String> |
getCustomHttpHeaders()
Http headers list for sending to the VersionOne
|
com.versionone.apiclient.ILocalizer |
getLocalizer() |
com.versionone.apiclient.IMetaModel |
getMetaModel() |
static com.versionone.apiclient.ProxyProvider |
getProxyProvider(ProxySettings proxySettings) |
com.versionone.apiclient.IServices |
getServices() |
com.versionone.apiclient.IV1Configuration |
getV1Config() |
public ApiClientInternals(String applicationPath, String username, String password, ProxySettings proxySettings)
public com.versionone.apiclient.IMetaModel getMetaModel()
public com.versionone.apiclient.ILocalizer getLocalizer()
public com.versionone.apiclient.IServices getServices()
public com.versionone.apiclient.IAttachments getAttachments()
public com.versionone.apiclient.IV1Configuration getV1Config()
public static com.versionone.apiclient.ProxyProvider getProxyProvider(ProxySettings proxySettings)
public Map<String,String> getCustomHttpHeaders()
public CookiesManager getCookiesJar()
Copyright © 2013 Version One, Inc.. All rights reserved.