Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.ApiClient
-
Packages that use ApiClient Package Description de.tsystems.mms.apm.performancesignature.dynatrace.rest de.tsystems.mms.apm.performancesignature.dynatrace.rest.json -
-
Uses of ApiClient in de.tsystems.mms.apm.performancesignature.dynatrace.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.rest that return ApiClient Modifier and Type Method Description ApiClient
DTServerConnection. getApiClient()
-
Uses of ApiClient in de.tsystems.mms.apm.performancesignature.dynatrace.rest.json
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.rest.json that return ApiClient Modifier and Type Method Description ApiClient
ApiClient. setAdapterBuilder(retrofit2.Retrofit.Builder adapterBuilder)
ApiClient
ApiClient. setBasePath(String basePath)
Set base pathApiClient
ApiClient. setCredentials(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials creds)
Helper method to set credentials for the HTTP basic authentication.ApiClient
ApiClient. setDebugging(boolean debugging)
Enable/disable debugging for this API client.ApiClient
ApiClient. setProxy(Proxy proxy)
ApiClient
ApiClient. setReadTimeout(int timeout)
ApiClient
ApiClient. setVerifyingSsl(boolean verifyingSsl)
Configure whether to verify certificate and hostname when making https requests.
-