Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.ApiClient
-
Packages that use ApiClient Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest -
-
Uses of ApiClient in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest that return ApiClient Modifier and Type Method Description ApiClient
ApiClient. setAdapterBuilder(retrofit2.Retrofit.Builder adapterBuilder)
ApiClient
ApiClient. setApiKey(String apiKey)
Helper method to configure the first api key foundApiClient
ApiClient. setBasePath(String basePath)
Set base pathApiClient
ApiClient. setDebugging(boolean debugging)
Enable/disable debugging for this API client.ApiClient
ApiClient. setProxy(Proxy proxy)
ApiClient
ApiClient. setVerifyingSsl(boolean verifyingSsl)
Configure whether to verify certificate and hostname when making https requests.
-